User:2over0/monobook.js
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'); //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
*
*
*/
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