Fandom Developers Wiki
Register
Advertisement

Rollback is a reverse engineered version of the user group action, allowing you to rollback pages whether you are in the user group or not.

It will not take precedence over conventional rollback if the user already has the permission.

Installation

Notes

Please report vandal abuse of the script ASAP.

  1. Open the vandal's contributions page, and copy the address bar URL.
  2. Check Special:ListAdmins or Special:ListUsers/sysop on your wiki.
  3. Find the last edit time from a local admin.
    If they last edited yesterday or today,
    Message them about the vandal.
    Link the vandal's Special:Contributions page in your message.
    If there haven't been admin edits today or yesterday,
    Fill in the vandalism report form at SOAP Wiki.

Wikis have the option to not allow the usage of this script on the wiki in question. If you are an administrator on a wiki and want to disable the script, you may attempt to prevent users rollbacking without having the rollback user right.

This could be achieved by:

  • creating an abuse filter which checks if the user is in a corresponding group with the right (e.g., rollback, sysop) when an edit summary is "Reverted edits by"
  • setting window.RollbackWikiDisable to true in your wiki's JS

Configuration

If you wish to be prompted whether you want to rollback the edit when you click the rollback button, you can use the following code before importing the script:

window.Rollback = {
    confirm: true
};
Text above can be found here (edit)
Advertisement