Jump to content

User:Eliz81/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.
// VOA Stuff
//--------------------------------------------------------------
//First loads
//Helper tools
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:AuburnPilot/Addtabs/monobook.js' 
               '&action=raw&ctype=text/javascript');
//////////////////////

// Admin tools
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Mr.Z-man/adminnolupin/monobook.js' 
               '&action=raw&ctype=text/javascript');

//END


//************
 

window.onload = Main;
function Main() 
{
    watchlist_tab();
    block_check();
}
//END VOA Stuff

importScript('User:Tra/userwatchlist.js'); //[[User:Tra/userwatchlist.js]]

importScript('User:Tra/sidebartranslate.js'); //[[User:Tra/sidebartranslate.js]]
importScript('User:AzaToth/twinkle.js');
TwinkleConfig = {
        revertMaxRevisions              :       10,
        userTalkPageMode                :       'tab',
        showSharedIPNotice              :       true,
        openTalkPage                    :       [ 'agf', 'norm', 'vand' ],
        openTalkPageOnAutoRevert        :       false,
        openAOLAnonTalkPage             :       false,
        summaryAd                       :       " using [[WP:TW|TW]]",
        deletionSummaryAd               :       " using [[WP:TW|TW]]",
        protectionSummaryAd             :       " using [[WP:TW|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              :       [],
        markRevertedPagesAsMinor        :       [ 'agf', 'norm', 'vand', 'torev' ],
        deleteTalkPageOnDelete          :       false,
        markWarningsAsMinor             :       true,
        markAIVReportAsMinor            :       true,
        markSpeedyPagesAsMinor          :       true,
        markProdPagesAsMinor            :       true,
        confirmUsernameToAIV            :       true,
        toolboxButtons                  :       [ ]
};
importScript('User:^demon/vero.js');

// [[User:Lupin/popups.js]] - please include this line 
importScript('User:Lupin/popupsdev.js');
popupAdminLinks=true;
popupFixDabs=true;

importScript('User:Omegatron/monobook.js/addlink.js');

importScript('User:Gimmetrow/fixRefs.js');

importScript('User:^demon/csd.js');

importScript('User:Ioeth/friendly.js');

importScript('User:Steel359/protection.js');

importScript('Wikipedia:WikiProject_User_scripts/Scripts/CloseAFD.js');

importScript('User:DerHexer/rollback.js');