Jump to content

User:Seb26/monobook.js

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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');
         }