Jump to content

User:Davumaya/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.
document.write('<scr'+'ipt type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:tiny_plastic_Grey_Knight/scripts/suldropdown.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></scr'+'ipt>');
 
function setupSULDropDownMenu() {
  addSULDropDownOption("wikipedia",   "en");
  addSULDropDownOption("wikipedia",   "la");
  addSULDropDownOption("wikibooks",   "la");
  addSULDropDownOption("wikibooks",   "en");
  addSULDropDownOption("wiktionary",  "en");
  addSULDropDownOption("wiktionary",  "la");
  addSULDropDownOption("wikinews",    "en");
  addSULDropDownOption("wikisource",  "la");
  addSULDropDownOption("wikisource",  "en");
  addSULDropDownOption("wikiquote",   "en");
  addSULDropDownOption("wikiversity", "en");
  addSULDropDownOption("meta");
  addSULDropDownOption("species");
  addSULDropDownOption("commons");
}