User:BrandonXLF/Restorer - Wikipedia (original) (raw)

From Wikipedia, the free encyclopedia

Restorer

RESTORER
Description Restore a previous version of a page Restorer adds links beside every revision in page history to restore that revision.
Author User:BrandonXLF
Status Working
First released April 21, 2019
Source Restorer.js (git)
GitHub repository wikipedia-user-scripts

Restorer adds links beside every revision in page history to restore that revision.

Installation

importScript('User:BrandonXLF/Restorer.js'); // [[User:BrandonXLF/Restorer.js]]

mw.loader.load('/w/index.php?title=User:BrandonXLF/Restorer.js&action=raw&ctype=text/javascript'); // [[User:BrandonXLF/Restorer.js]]

mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:BrandonXLF/Restorer.js&action=raw&ctype=text/javascript');

Variables

Optionally, add any of the code snippets below to the JS file you installed the script in (eg. your common.js file) to change the settings for this script. For best compatibility, put them above the code that is used to load the script.

Mobile

If you do not want to install the script on mobile (or only want to install it on your current skin), you can install the script at your skin.js (for example, vector.js if you're using the Vector/default skin), instead of installing it at your common.js.

Comments are welcome on my talk page, be sure to indicate that you're talking about this script in the title. I would really like any suggestion to make the script run better.