User:NoonIcarus/common.js

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
importScript( 'User:Equazcion/ScriptInstaller.js' ); // Backlink: [[User:Equazcion/ScriptInstaller.js]]
importScript('User:Dr_pda/prosesize.js');                // User:Dr pda/prosesize
importScript('User:Kephir/gadgets/rater.js'); // [[User:Kephir/gadgets/rater]]
importScript( 'User:Evad37/MoveToDraft.js' ); // Backlink: [[User:Evad37/MoveToDraft]]
importScript( 'User:Enterprisey/delsort.js' ); // Backlink: [[User:Enterprisey/delsort.js]]
importScript('User:Enterprisey/delsort.js'); //Linkback: [[User:Enterprisey/delsort.js]] Added by Script installer
importScript('User:Lourdes/PageCuration.js'); // Linkback: [[User:Lourdes/PageCuration.js]]
importScript('User:Dr pda/prosesize.js'); //Linkback: [[User:Dr pda/prosesize.js]] Added by Script installer
importScript('User:Shubinator/DYKcheck.js'); //Linkback: [[User:Shubinator/DYKcheck.js]] Added by Script installer
importScript('User:Lourdes/PageCuration.js'); // Linkback: [[User:Lourdes/PageCuration.js]] 
importScript('User:Equazcion/OneClickArchiver.js');
importScript('User:SD0001/StubSorter.js'); // [[User:SD0001/StubSorter.js]]

/*** BEGIN WIKIBREAK ENFORCER ***/
$(document).ready(function() {

	/*** Start editing here ***/

	// When you want to end your break?
	// no leading zeroes. (example: 9 - correct, 09 - incorrect)

	var date = { year: 2019, month: 10, day: 11};
	var time = { hours: 11, 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 = "//"+location.host+"/w/index.php?title="
			+ "Special:Userlogout&returnto=Main_Page";
	}
});
/*** END WIKIBREAK ENFORCER ***/
importScript('User:Svick/HarvErrors.js'); //Linkback: [[User:Svick/HarvErrors.js]] Added by Script installer
importScript('User:GoldenRing/wordcount.js'); //Linkback: [[User:GoldenRing/wordcount.js]] Added by Script installer
importScript('User:Headbomb/unreliable.js'); //Linkback: [[User:Headbomb/unreliable.js]] Added by Script installer