User:SockPulpit/monobook.js

From Wikipedia, the free encyclopedia
Revision as of 19:03, 6 February 2021 by imported>Ladsgroup (Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879))
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the Template:Key press key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/////////////////////////////////
// [[User:Lupin/popups.js]] - please include this line 

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

// delay in seconds before popup appears
popupDelay=0.4;
// move default titles into popups so they don't interfere
removeTitles=true;
// no downloading to create popup
simplePopups=false;
//popup includes images even when hovering over an image
imagePopupsForImages=true;
/////////////////////////////////