User:Thedjatclubrock/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.
//Assorted scripts importScript('User:Thedjatclubrock/otherscripts.js') //For DerHexer's tool (No slang intended) var levelthreewarning = true; //For My AVT var vspeed = 5000; //DerHexer's vandalism reverting utility importScript('User:DerHexer/revert.js'); //Gracenote's Revert script importScript('User:Gracenotes/amelvand.js'); //Lupin's Popups. importScript('User:Lupin/popups.js'); //I like buttons :P importScript('User:MarkS/extraeditbuttons.js'); //Unknown importScript('User:AndyZ/peerreviewer.js'); //Friendly importScript('User:Ioeth/friendly.js'); FriendlyConfig = { summaryAd : " using [[WP:FRIENDLY|Friendly]]", topWelcomes : false, watchWelcomes : true, markWelcomesAsMinor : true, watchTaggedPages : true, markTaggedPagesAsMinor : true, insertHeadings : true, welcomeHeading : "== Welcome ==", insertUsername : true, insertSignature : true }; //Stub Tagger? importScript('User:Ais523/stubtagtab2.js'); //IDK importScript('User:Lupin/autoedit.js'); //animum's importScript('User:Animum/reset.js'); importScript('User:Animum/editsection.js'); importScript('User:Animum/liveclock.js'); //Formatter importScript('User:Cremepuff222/formatter.js'); //My AVT importScript('User:Thedjatclubrock/avt.js'); //AfD voter importScript('User:Jnothman/afd_helper/script.js'); //Twinkle importScript('User:AzaToth/twinkle.js'); TwinkleConfig = { revertMaxRevisions : 50, userTalkPageMode : 'tab', showSharedIPNotice : true, openTalkPage : [ 'agf','vand' ], openTalkPageOnAutoRevert : true, summaryAd : " using [[WP:TWINKLE|Twinkle]]", deletionSummaryAd : " using [[WP:TWINKLE|Twinkle]]", protectionSummaryAd : " using [[WP:TWINKLE|Twinkle]]", watchSpeedyPages : [ 'g1', 'g2' ,'g3', 'g4', 'g5', 'g6', 'g7' ,'g8', 'g9', 'g10', 'g11', 'g12' , 'a1' , 'a2' , 'a3' , 'a4', 'a5' , 'a6' , 'a7' , 'a8' ], watchProdPages : true, openUserTalkPageOnSpeedyDelete : [ 'g1', 'g2', 'g10', 'g11', 'g12', 'a1', 'a7', 'i3', 'i4', 'i5', 'i6', 'i7', 'u3', 't1' ], watchRevertedPages : [ 'agf', 'norm', 'vand', 'torev' ], markRevertedPagesAsMinor : [ 'agf', 'norm', 'vand', 'torev' ], deleteTalkPageOnDelete : false, watchWarnings : false, markAIVReportAsMinor : true, markSpeedyPagesAsMinor : true, offerReasonOnNormalRevert : false, orphanBacklinksOnSpeedyDelete : {orphan:true, exclude:['g6']} }; //Yey, let's try this one importScript('User:Thedjatclubrock/utilities.js'); //For Cobi! importStylesheet('User:Cobi/transparent.css');