User:EncMstr/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]]
//document.write('<script type="text/javascript" src="' + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
popupDelay = 1.0;
popupHideDelay = 0.1;
popupShortcutKeys = true;
//popupStructure = 'fancy';  // 'original', 'fancy', 'fancy2', 'menus', 'shortmenus', 'lite', 'nostalgia'
//popupShortcutKeys = true;
//popupFixDabs = true;
popupInitialWidth = false;
popupMaxWidth = false;
popupRevertSummaryPrompt = true;
popupQueriedRevertSummary = 'revert vandal [[special:contributions/$3|$3]] ([[user talk:$3|talk]]) to last version by ';
popupQueriedRevertToPreviousSummary = 'revert vandal [[special:contributions/$3|$3]] ([[user talk:$3|talk]]) to last version by ';

importScript('User:AzaToth/twinkle.js');
TwinkleConfig = {
        revertMaxRevisions              :       50,
        userTalkPageMode                :       'tab',
        showSharedIPNotice              :       false,
        openTalkPage                    :       [ 'agf', 'norm', 'vand' ],
        openTalkPageOnAutoRevert        :       false,
        openAOLAnonTalkPage             :       false,
        summaryAd                       :       " [[WP:TWINKLE|TW]]",
        deletionSummaryAd               :       " [[WP:TWINKLE|TW]]",
        protectionSummaryAd             :       " [[WP:TWINKLE|TW]]",
        watchSpeedyPages                :       [ 'g3', 'g5', 'g10', 'g11', 'g12' ],
        watchProdPages                  :       true,
        openUserTalkPageOnSpeedyDelete  :       [ 'g1', 'g2', 'g10', 'g11', 'g12', 'a1', 'a7', 'i3', 'i4', 'i5', 'i6', 'i7', 'u3', 't1' ],
        watchRevertedPages              :       [ 'agf', 'norm', 'vand', 'torev' ],
        markRevertedPagesAsMinor        :       [ 'agf', 'norm', 'vand', 'torev' ],
	deleteTalkPageOnDelete		:	false,
  	watchWarnings 	 		: 	false,
  	defaultWarningGroup 		: 	1,
  	blankTalkpageOnIndefBlock	: 	false,
  	markAIVReportAsMinor  		: 	false,
	markSpeedyPagesAsMinor		:	false,
	offerReasonOnNormalRevert	:	true,
	orphanBacklinksOnSpeedyDelete	:	{orphan:true, exclude:['g6']}
};

// install User:Cacycle/wikEdDiff enhanced diff view using ajax
importScript('User:Cacycle/wikEdDiff.js');

importScript('User:Splarka/dabfinder.js');