Jump to content

User:Seb26/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.
function iS(name) { importScript('User:' + name + '.js'); }

// My scripts and modified versions of others' scripts
         iS('Spebi/quickblock');
         iS('Spebi/afdclose');
         iS('Spebi/redir');
         iS('Spebi/monobook.js/csd');

// Basic unmodified scripts
         iS('Lupin/popups');
             popupAdminLinks=true;
         iS('Zocky/PicturePopups');
         iS('MarkS/extraeditbuttons');
         iS('Betacommand/compare');
         iS('Steel359/protection');
         iS('Voice_of_All/Specialadmin/monobook');

// Modified scripts by east718
         iS('East718/popups');
         iS('East718/purge');

// Twinky business
         iS('AzaToth/morebits.js');
                  TwinkleConfig = {
                          revertMaxRevisions              :       50,
                          showSharedIPNotice              :       false,
                          summaryAd                       :       "",
                          deletionSummaryAd               :       "",
                          protectionSummaryAd             :       "",
                  };

// Browsercism
         if (navigator.userAgent.indexOf("Firefox") != -1)
         {
	         iS('Voice_of_All/Addtabs/monobook');
	         iS('Voice_of_All/History/monobook');
         }