Jump to content

User:2over0/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.
importScript('User:AzaToth/twinkle.js');
if( typeof( TwinkleConfig ) == 'undefined' ) TwinkleConfig = {}; // DO NOT REMOVE THIS LINE - ALL TWINKLE SETTINGS AFTER THIS
TwinkleConfig = {
        userTalkPageMode     :       'tab'
};

importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]

wikEdRegExTypoFix = true; //regular expression typo fixing using AWB rules

importScript('User:Smith609/toolbox.js'); //[[User:Citation bot]] widget

importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu'); //[[User:John Vandenberg/Deletion sorting tool|DelSort]] tool by JVdb
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('User:AzaToth/twinkle.js');
importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');
importScript('User:Quarl/util.js');
importScript('User:Quarl/wikipage.js');

importScript('User:Ale_jrb/Scripts/userhist.js'); // [[User:Ale_jrb/Scripts]]

/** Checklinks toolbox item ***************************************************
 * 
 *  Description: Adds an item in toolbox portlet that runs the checklinks tool 
 *               on the viewed page.
 *  Maintainers: [[User:Dispenser]]
 *  Installation: Copy and paste following code into you /monobook.js
 *  <nowiki>         {{subst:js|User:Dispenser/Link checker/toolbox.js}}
 *  </nowiki>
 */
function checklinks(){
    mw.util.addPortletLink('p-tb', 'http://toolserver.org/~dispenser/cgi-bin/webchecklinks.py?page=' + wgContentLanguage + ':' + wgPageName, 'Check external links', 't-checklinks');
    }
if(wgIsArticle){
    addOnloadHook(checklinks);
    }

importScript('User:MastCell/el-namespace.js');  // specify namespace in Special:LinkSearch