User:Calvin 1998/monobook.js
From Wikipedia, the free encyclopedia
If a message on your talk page led you here, please be wary of who left it. The code below could contain malicious content capable of compromising your account; if your account appears to be compromised, it will be blocked. If you are unsure whether the code is safe, you can ask at the appropriate village pump.
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.
addOnloadHook(function(){document.getElementById('pt-userpage').firstChild.innerHTML='My page';}); /*** BEGIN WIKIBREAK ENFORCER ***/ addOnloadHook(function() { /*** Start editing here ***/ // When you want to end your break? // no leading zeroes. (example: 7 - correct, 07 - incorrect) var date = { year: 2008, month: 5, day: 15}; var time = { hours: 0, minutes: 0, seconds: 0 }; /*** Stop editing here ***/ var currentDate = new Date(); var enforcedBreakEnd = new Date( date.year,date.month-1,date.day,time.hours,time.minutes,time.seconds); if (currentDate <= enforcedBreakEnd) { alert("Enforced wikibreak until "+enforcedBreakEnd.toLocaleString() + "\n(now is "+currentDate.toLocaleString()+")\n\nBye!"); location = "http://"+location.host+"/w/index.php?title=" + "Special:Userlogout&returnto=Main_Page"; } }); /*** END WIKIBREAK ENFORCER ***/ //Signature forcer importScript('Wikipedia:WikiProject User scripts/Scripts/qSig'); //statusChanger by Misza13 importScript('User:Misza13/statusChanger.js'); //Rollback custom edit summary script by Gracenotes importScript('User:Gracenotes/rollback.js'); //Twinkle! importScript('User:AzaToth/twinkle.js'); TwinkleConfig = { userTalkPageMode : 'tab', openTalkPage : [ 'agf', 'norm', 'vand' ], summaryAd : " using [[WP:TWINKLE|TW]]", deletionSummaryAd : " using [[WP:TWINKLE|TW]]", protectionSummaryAd : " using [[WP:TWINKLE|TW]]", watchSpeedyPages : [ 'none' ], watchProdPages : true, watchRevertedPages : [ 'none' ], deleteTalkPageOnDelete : false, watchWarnings : false, }; //Friendly! importScript('User:Ioeth/friendlywelcome.js'); importScript('User:Ioeth/friendlytag.js'); FriendlyConfig = { summaryAd : " using [[WP:FRIENDLY|Friendly]]", topWelcomes : false, watchWelcomes : false, markWelcomesAsMinor : true, insertHeadings : true, welcomeHeading : "== Welcome to [[WP:ABOUT|Wikipedia]]!==", insertUsername : true, insertSignature : true, quickWelcomeMode : "auto", quickWelcomeTemplate : "Welcome", maskTemplateInSummary : true, markSharedAsMinor : true, groupByDefault : true, watchTaggedPages : false, markTaggedPagesAsMinor : true };