Jump to content

User:Aldaron/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.
// [[User:Lupin/popups.js]]

//importScript('User:Lupin/popups.js');

importScript('User:Smith609/toolbox.js');

importScript('User:Lupin/recent2.js');

importScript('User:John254/mass rollback.js');

// http://en.wikipedia.org/wiki/User:Cameltrader/Advisor.js/Description

importScript('User:Cameltrader/Advisor.js');

// TEST importScript('Wikipedia:AutoEd/core.js');
// TEST importScript('Wikipedia:AutoEd/wikichecker.js');

// TEST importScript('Wikipedia:AutoEd/complete.js');

autoEdMinor 		= true;
autoEdClick 		= true;
autoEdTag 		= "Cleaned up using [[WP:AutoEd|AutoEd]]"; 
autoEdLinkHover 	= "Run AutoEd";
autoEdLinkName 		= "check";
autoEdLinkLocation 	= "p-cactions";
autoEdClick = false;

//importScript('User:AzaToth/twinkle.js'); -- IN GADGETS; NOT NEEDED

if( typeof( TwinkleConfig ) == 'undefined' ) TwinkleConfig = {}; // DO NOT REMOVE THIS LINE - ALL TWINKLE SETTINGS AFTER THIS
TwinkleConfig.defaultWarningGroup			=	1;
TwinkleConfig.deleteTalkPageOnDelete			=	false;
TwinkleConfig.deletionSummaryAd				=	'';
TwinkleConfig.markRevertedPagesAsMinor			=	[ 'vand' ];
TwinkleConfig.markSpeedyPagesAsMinor			=	false;
TwinkleConfig.markSpeedyPagesAsPatrolled		=	true;
TwinkleConfig.notifyUserOnDeli				=	true;
TwinkleConfig.notifyUserOnSpeedyDeletionNomination	=	[ 'g1',	'g2', 'g3', 'g4', 'g10', 'g11',	'g12', 'a1', 'a2', 'a3', 'a5', 'a7', 'a9', 'f1', 'f2', 'f3', 'f4', 'f5', 'f6', 'f7', 'f9', 'f10', 'f11', 'u3', 't2', 't3', 'p2'	];
TwinkleConfig.offerReasonOnNormalRevert			=	true;
TwinkleConfig.openTalkPage				=	[ 'agf', 'norm', 'vand'	];
TwinkleConfig.openTalkPageOnAutoRevert			=	false;
TwinkleConfig.openUserTalkPageOnSpeedyDelete		=	[ 'g1',	'g2', 'g3', 'g4', 'g5',	'g10', 'g11', 'g12', 'a1', 'a3', 'a7', 'a9', 'f3', 'f4', 'f5', 'f6', 'f7', 'f9', 'f11', 'u3', 't2' ];
TwinkleConfig.proddeleteChunks				=	50;
TwinkleConfig.protectionSummaryAd			=	'';
TwinkleConfig.revertMaxRevisions			=	50;
TwinkleConfig.showRollbackLinks				=	[ 'diff', 'others' ];
TwinkleConfig.showSharedIPNotice			=	false;
TwinkleConfig.summaryAd					=	'';
TwinkleConfig.userTalkPageMode				=	'tab';
TwinkleConfig.watchProdPages				=	true;
TwinkleConfig.watchRevertedPages			=	[ ];
TwinkleConfig.watchWarnings				=	false;

LocalComments = {
	dateDifference: false,
	dateFormat: 'ymd',
	timeFirst: true,
	twentyFourHours: false
};