Jump to content

User:Colonies Chris/monobook.js

From Wikipedia, the free encyclopedia
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.
// [[User:Lupin/popups.js]]
/*
importScript('User:Lupin/popups.js');
*/
popupImages=false;
popupFixDabs=true;
popupHistoricalLinks=false;
imagePopupsForImages=false;
popupFixRedirs=true;


importScript('User:Lightmouse/monobook.js/script.js');
/*
// Set minor edit flag to last-used value
if(mw.config.get('wgAction') == 'edit') {
    addOnloadHook(function minorEdit() {
       addHandler(document.getElementById('wpMinoredit'), 'change', minorEdit_change);
       if (document.cookie.indexOf("minorEdit=true")!=-1) {document.getElementById('wpMinoredit').checked = true };
    } )
}

function minorEdit_change() {
    var e = new Date();
    e.setTime( e.getTime() + (24*60*60*1000) ); // one day
    document.cookie = 'minorEdit='+document.getElementById('wpMinoredit').checked+';expires=' + e.toGMTString();
}
*/
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]

importScript( 'User:Joeytje50/JWB.js/load.js' ); // Backlink: [[User:Joeytje50/JWB.js/load.js]]