Misplaced Pages

User:ජපස/vector.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:ජපස Browse history interactively← Previous editNext edit →Content deleted Content added
Revision as of 17:43, 10 January 2011 view sourceජපස (talk | contribs)Extended confirmed users, Pending changes reviewers, Rollbackers60,571 editsNo edit summary← Previous edit Revision as of 07:51, 16 January 2011 view source Closedmouth (talk | contribs)148,166 edits per user's request http://en.wikipedia.org/search/?title=User_talk:Joshua_P._Schroeder&diff=408127778&oldid=408126865Next edit →
Line 1: Line 1:
/*** 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: 2012, month: 1, day: 16}; 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+"/search/?title=" + "Special:Userlogout&returnto=Main_Page"; } }); /*** END WIKIBREAK ENFORCER ***/


importScript('User:Ale_jrb/Scripts/igloo.js'); // ] importScript('User:Ale_jrb/Scripts/igloo.js'); // ]
importScript('MediaWiki:Gadget-HotCat.js'); importScript('MediaWiki:Gadget-HotCat.js');

Revision as of 07:51, 16 January 2011

/*** 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: 2012, month: 1, day: 16}; 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+"/search/?title=" + "Special:Userlogout&returnto=Main_Page"; } }); /*** END WIKIBREAK ENFORCER ***/


importScript('User:Ale_jrb/Scripts/igloo.js'); // ]
importScript('MediaWiki:Gadget-HotCat.js');
importScript('User:Smith609/toolbox.js');

// ] - please include this line 

document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/search/?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//Interiot's javascript edit counter
if (document.title.indexOf('User:Interiot/Tool2/code.js') != -1) {
  document.write('<script type="text/javascript" src="' 
    + 'http://en.wikipedia.org/search/?title=User:Interiot/Tool2/code.js' 
    + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); }
User:ජපස/vector.js: Difference between revisions Add topic