Jump to content

User:Nihonjoe/monobook.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.
// <nowiki>
//Twinkle
importScript('User:AzaToth/twinkle.js');

//Online Status
importScript('User:TheDJ/qui.js');

//Image watcher
importScript('User:Splarka/watchimages.js');

//FurMe
importScript('User:AWeenieMan/furme.js');
FurMeConfig = {
	actionOnSubmit 	 	        : 	'diff',
	cleanAmazonURLs	 	        : 	true,
	furmeLocation 	 	        : 	'tab',
	imageRemovalMethod	        : 	'comment',
	linkFreeLogo                    : 	false,
	linkImageTags                   : 	true,
        openAllArticles                 : 	false,
        openArticleMode                 : 	'none',
        renameMethod                    : 	'ifd',
        scrollerMax                     : 	10,
        scrollerSkipDone                : 	true,
	tagsImageLicenseFavorites       : 	[],
	tagsImageTagFavorites           : 	[],
        watchMyEdits                    : 	false,
        windowHeight                    : 	660
};

//FurMeScroller
importScript('User:AWeenieMan/furmeScroller.js');

//Prose character count
importScript('User:Dr pda/prosesize.js');

//Admin highlighter
importScript('User:Ais523/adminrights.js');

//Blocked user highlighter
importScriptURI('http://ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');

//refToolbar
citeUserDateFormat = '<monthname> <date>, <year>';

// simple script to enable the reviewer bit and leave the user a note
 
MakeReviewerConfig = {
    groupReason : "User can be trusted with reviewer",
    sectionHeader : "Reviewer granted",
    sectionBody : "{{subst\:reviewer-notice}} ~~\~~"
};
 
importScript("User:Amalthea/MakeReviewer.js");
// </nowiki>