Jump to content

User:MrSomeone/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.
if ( navigator.userAgent.indexOf("MSIE") == -1 )
{
   if ( false )
   {
      // general
      // importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter');
      // importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
      // importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
      // [[User:Lupin]]
      // importScript('User:Lupin/recent2.js');
      // importScript('User:Lupin/popups.js');
      // misc
      importScript('User:MrSomeone/common.js');
      // [[WP:TW]]
      importScript('User:AzaToth/twinkle.js');   }
}