User:Treelo/monobook.js

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
// [[User:Lupin/popups.js]] - please include this line
importScript('User:Lupin/popups.js');
popupSubpopups=true;
popupFixRedirs=true;
popupFixDabs=true;
 
// install [[Wikipedia:WikiProject User scripts/Scripts/Twinkle]]
importScript('User:AzaToth/twinkle.js');
 
TwinkleConfig = {
showSharedIPNotice : false,
summaryAd : " ([[WP:TWINKLE|TW]])",
deletionSummaryAd : " ([[WP:TWINKLE|TW]])",
protectionSummaryAd : " ([[WP:TWINKLE|TW]])",
};
 
// Script from [[User:AndyZ/peerreviewer.js]]
// importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]
 
// Script from [[Wikipedia:WikiProject User scripts/Scripts/Fix lowercase first letter problem]]
importScript('Wikipedia:WikiProject User scripts/Scripts/Fix lowercase first letter problem'); //[[Wikipedia:WikiProject User scripts/Scripts/Fix lowercase first letter problem]]
 
// Script from [[Wikipedia:WikiProject User scripts/Scripts/AutoAFD.js]]
importScript('Wikipedia:WikiProject_User_scripts/Scripts/AutoAFD.js'); //[[Wikipedia:WikiProject User scripts/Scripts/AutoAFD.js]]
 
// Script from [[User:Voice of All/Addtabs/monobook.js]]
importScript('User:Voice_of_All/Addtabs/monobook.js'); //[[User:Voice of All/Addtabs/monobook.js]]
 
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
 
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
 
// Script from [[User:Lupin/recent2.js]]
importScript('User:Lupin/recent2.js');
 
// Script from [[User:Outriggr/metadata.js]]
importScript('User:Outriggr/metadata.js');
 
// install [[User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></' + 'script>');
 
// Script from [[WikiProject User scripts/Scripts/Friendly]]
 
importScript('User:Ioeth/friendlyshared.js');
importScript('User:Ioeth/friendlytag.js');
 
FriendlyConfig = {
summaryAd : "{[[WP:FRIENDLY|Friendly]])",
 
};
 
// Script from [[User:AWeenieMan/furme]]
importScript('User:AWeenieMan/furme.js');
importScript('User:AWeenieMan/furmeScroller.js');
 
FurMeConfig = {
actionOnSubmit : 'diff',
imageRemovalMethod : 'comment',
openArticleMode : 'none',
 
renameMethod : 'ifd',
scrollerMax : 10,
scrollerSkipDone : true,
watchMyEdits : false
};
 
//Interiot's javascript edit counter
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
document.write(''); }
 
// [[User:Outriggr/metadatatest.js]]
importScript('User:Outriggr/metadatatest.js'); 
assessmentMyTemplateCode = ["{{Cartoon Network|small=|class=|importance=|peer-review=|old-peer-review=}}"];
//
 
/**** afd helper ****/
importScript('User:Jnothman/afd_helper/script.js');
afdh_useicons = true;
 
/* This is to keep track of who is using this extension: [[User:Jnothman/afd_helper/script.js]] */
 
/**** quick image delete ****/
document.write('<script type="text/javascript"' +
'src="http://en.wikipedia.org/w/index.php?title=User:Howcheng/quickimgdelete.js' +
'&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
/* This is to keep track of who is using this extension: [[User:Howcheng/quickimgdelete.js]] */
 
importScript('User:Lightmouse/monobook.js/script.js');