Jump to content

User:Vanished user 0800fc5/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vanished user 0800fc5 (talk | contribs) at 01:20, 6 April 2019 (changed rollback script and +styling). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* Metric Units */
importScript("User:Thespaceface/MetricFirst.js");

/* Remove Language Side Bar */
$('#p-lang').remove();

/* Rollback Settings */
importScript('User:Mr. Stradivarius/gadgets/ConfirmRollback.js');
ConfirmRollback = {
  mobile: hide,
  desktop: {
    history: "hide",
    contributions: "hide",
    recentchanges: "hide",
    relatedchanges: "hide",
    watchlist: "hide",
    diff: "confirm"
  }
}