Jump to content

User:Ellipsis/monobook.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ladsgroup (talk | contribs) at 02:29, 6 February 2021 (Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879)). 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.
// LUPINS POPUPS

// [[User:Lupin/popups.js]]
mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');
popupQueriedRevertSummary="rv: going back to the last revision by $3 dated $2 (revision $1) ([[WP:POP|popups]])";
popupQueriedRevertToPreviousSummary="rv: removing changes by $3, going back to $2 (revision $1) ([[WP:POP|popups]])";
// Script from [[User:Lupin/editcount.js]]
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/editcount.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></s'+'cript>');
popupEditCounterTool='custom';
popupEditCounterUrl='http://en.wikipedia.org/wiki/User:$1?ectarget=$1';

// TIME DISPLAYED AT TOP

importScript('Wikipedia:WikiProject User scripts/Scripts/Time');

// WATCH OTHER USER CONTRIBUTIONS

importScript('User:Tra/userwatchlist.js');