User:ShakespeareFan00/common.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
mw.loader.load( '//en.wikisource.org/w/index.php?title=MediaWiki:Gadget-PurgeTab.js&action=raw&ctype=text/javascript');

mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Joeytje50/JWB.js/load.js&action=raw&ctype=text/javascript');
importScript('User:Rillke/bigChunkedUpload.js');

// create a user defined object
var myLintHints = { };

// specify some object component
myLintHints.rooms = "*";

// communicate user defined object
mw.hook( "lintHint.config" ).fire( myLintHints );

// finally, load gadget
mw.loader.load( "https://en.wikipedia.org/w/index.php?title=User:PerfektesChaos/js/lintHint/r.js&action=raw&bcache=1&maxage=86400&ctype=text/javascript" );
// mw.loader.load('//en.wikisource.org/w/index.php?title=User:Samwilson/LinkedLintErrors.js&action=raw&ctype=text/javascript'); 


// [[:en:User:Markhurd/hidetopcontrib.js]]
userHideAllSubsequent=true
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Markhurd/hidetopcontrib.js' 
              + '&action=raw&ctype=text/javascript');





/*** 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: 2021, month: 1, day: 1};
//	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 = "//"+location.host+"/w/index.php?title="
//			+ "Special:Userlogout&returnto=Main_Page";
//	}
// });
/*** END WIKIBREAK ENFORCER ***/
//<nowiki>