MassRollback is a script to Instantly click all ajax rollback links provided by the AnchoredRollback and Rollback scripts. It will not load without those scripts.
Installation
Configuration
You can configure this script through the window.massRollback object. Available parameters are listed below.
doneText
|
The text to display when the script is done rollbacking. |
|---|---|
displayText
|
The text to display for the rollback button. |
placement
|
The CSS selector to place the mass rollback button after. |
Example
window.massRollback = {
displayText: 'mass rollback',
doneText: 'done',
placement: '#example-element > #example-child',
}
Changelog
- 9/18/2020 - Added a load event handler as custom rollback links take more time to load.
- 9/16/2020 - Added a feature to clear banner notifications when the button is clicked.
- 9/15/2020 - Script created.
Text above can be found here (edit)