User:Pekaje/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.
 // Twinkle
 TwinkleConfig = {
         revertMaxRevisions              :       50,
         userTalkPageMode                :       'tab',
         showSharedIPNotice              :       false,
         openTalkPage                    :       [ 'agf', 'norm', 'vand' ],
         openTalkPageOnAutoRevert        :       false,
         openAOLAnonTalkPage             :       false,
         summaryAd                       :       " using [[WP:TWINKLE|TW]]",
         watchSpeedyPages                :       [ 'g3', 'g5', 'g10', 'g11', 'g12' ],
         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' ],
         watchWarnings                   :       false,
         markWarningsAsMinor             :       true,
         markAIVReportAsMinor            :       true,
         markSpeedyPagesAsMinor          :       false,
         markProdPagesAsMinor            :       false,
         confirmUsernameToAIV            :       true,
         wpActionCompletedTimeOut        :       1000
 };
 importScript('User:AzaToth/morebits.js');
 importScript('User:AzaToth/twinklefluff.js');
 importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
 importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
 importScript('User:AzaToth/twinklewarn.js');
 importScript('User:AzaToth/twinklearv.js');
 importScript('User:AzaToth/twinklespeedy.js');
 importScript('User:AzaToth/twinkleprod.js');
 importScript('User:AzaToth/twinkleprotect.js');
 importScript('User:AzaToth/twinklexfd.js');
 importScript('User:AzaToth/twinkleimage.js');

 // Purge button
 importScript('User:Pekaje/purgebutton.js');

 // CommonsHelperHelper
 importScript('User:Krimpet/CH2.js');

 // MoreTabs
 importScript('User:Pekaje/moretabs.js');