Jump to content

User:Slugger/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.
 // UTC clock

 //importScript('User:AzaToth/liveclock.js')
 importScript('Wikipedia:WikiProject User scripts/Scripts/Time')
 
 //Counter

 // Script from [[User:ais523/editcount.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:ais523/editcount.js' 
             + '&action=raw&ctype=text/javascript');

 // Twinkle
 if (is_gecko) {
	 importScript('User:AzaToth/morebits.js');
	 importScript('User:AzaToth/twinklefluff.js');
	 importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
	 importStylesheet('User:Bjweeks/Add LI menu.css');
	 importScript('User:AzaToth/twinklewarn.js');
	 importScript('User:AzaToth/twinklearv.js');
	 importScript('User:AzaToth/twinklespeedy.js');
	 importScript('User:AzaToth/twinklediff.js');

	 TwinkleConfig = {
	         revertMaxRevisions              :       50,
	         userTalkPageMode                :       'tab',
	         showSharedIPNotice              :       false,
	         openTalkPage                    :       [ 'agf', 'vand' ],
	         openTalkPageOnAutoRevert        :       false,
	         openAOLAnonTalkPage             :       false,
	         summaryAd                       :       "",
	         deletionSummaryAd               :       "",
	         watchSpeedyPages                :       [ 'g3', 'g5', 'g10', 'g11', 'g12' ],
	         watchRevertedPages              :       [ ],
	         markRevertedPagesAsMinor        :       [ 'agf', 'norm', 'vand', 'torev' ],
	         deleteTalkPageOnDelete          :       false,
	         markWarningsAsMinor             :       false,
	         markAIVReportAsMinor            :       true
	 };
 };