Skip to content

Commit

Permalink
BlockedUserHistory: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jul 13, 2024
1 parent 341e966 commit b6f85ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BlockedUserHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class BlockedUserHistory {
} else {
// Note that the pager links at the bottom of the page will automatically include &onlyShowBlocked=1 once you visit this URL. Good job MediaWiki :)
// Some people are using a per page default as low as 50. Increase this to 1000 so we can see more blocked revisions on a single page.
// TODO: Nardog suggestion: maybe use sessionStorage or history.pushState() instead of adding &onlyShowBlocked=1 to the URL
const url = this.setUriParameters( this.window.location.href, {
onlyShowBlocked: 1,
limit: 1000
Expand Down

0 comments on commit b6f85ac

Please sign in to comment.