dev

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.

Available Parameters
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

Text above can be found here (edit)