User:ShakespeareFan00/common.js

From 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.
/*** BEGIN WIKIBREAK ENFORCER ***/
//<nowiki>
//$(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 ***/


//importScript('User:Cameltrader/Advisor.js');
// importScript('Wikipedia:AutoEd/complete.js');
//mw.loader.load( '//de.wikipedia.org/w/index.php?title=Benutzer:TMg/autoFormatter.js&action=raw&ctype=text/javascript' );


// linter config object
var myLintHints = { };

//  lint in all namespaces
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" );
importScript('User:Sfan00_IMG/twinkle_legacy.js');
importScript('User:AWeenieMan/furme.js');
 FurMeConfig = {
        actionOnSubmit                  :  'preview',
        cleanAmazonURLs                 :  true,
        furmeLocation                   :  'tab',
        imageRemovalMethod              :  'comment',
        linkFreeLogo                    :  false,
        linkImageTags                   :  true,
       openAllArticles                 :  false,
        openArticleMode                 :  'none',
        renameMethod                    :  'ifd',
        scrollerMax                     :  10,
       scrollerSkipDone                :  true,
        tagsImageLicenseFavorites       :  [],
        tagsImageTagFavorites           :  ['{{Orphan image}}','{{Split media}}','{{wrong license}}','{{NFUR not needed}}','{{no-date}}','{{esoteric file}}','{{userspace file}}','{{presumed self}}','{{Media by uploader}}','{{Assumed license}}'],
        watchMyEdits                    :  false,
       windowHeight                    :  660
};
//</nowiki>