Difference between revisions 1189689 and 1189692 on bnwiki⏎ ⏎ ⏎ ⏎ //Mass rollback function ⏎ ⏎ //Written by John254 ⏎ ⏎ //Adapted from User:Mr.Z-man/rollbackSummary.js ⏎ ⏎ //Instructions: Selecting the "rollback all" tab when viewing a user's contributions history ⏎ ⏎ //will open all rollback links displayed there. (Use with caution) ⏎ ⏎ ⏎ ⏎ function rollbackEverythingButton() {⏎ ⏎ var hasRollback = getElementsByClassName(document, "span", "mw-rollback-link");⏎ ⏎ if (hasRollback[0] && (document.title.indexOf("User contributions") != -1) ) {⏎ ⏎ addPortletLink('p-cactions', 'javascript:rollbackEverything()', "rollback all", "ca-rollbackeverything", "rollback all edits displayed here");⏎ ⏎ } } ⏎ }⏎ addOnloadHook(rollbackEverythingButton); ⏎ ⏎ function rollbackEverything() {⏎ ⏎ for (var i in document.links) {⏎ ⏎ if (document.links[i].href.indexOf('action=rollback') != -1) {⏎ ⏎ window.open(document.links[i].href);⏎ ⏎ }⏎ ⏎ } ⏎ ⏎ } All content in the above text box is licensed under the Creative Commons Attribution-ShareAlike license Version 4 and was originally sourced from https://bn.wikipedia.org/w/index.php?diff=prev&oldid=1189692.
![]() ![]() This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|