User:Polyglot/monobook.js

Hello, you have come here looking for the meaning of the word User:Polyglot/monobook.js. In DICTIOUS you will not only get to know all the dictionary meanings for the word User:Polyglot/monobook.js, but we will also tell you about its etymology, its characteristics and you will know how to say User:Polyglot/monobook.js in singular and plural. Everything you need to know about the word User:Polyglot/monobook.js you have here. The definition of the word User:Polyglot/monobook.js will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofUser:Polyglot/monobook.js, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
popupAdminLinks=true;
popupOnEditSelection=false;

//Import local script asyncronously (to avoid slowing page load too much)
window.setTimeout(function () {importScriptURI('http://localhost/0/wt/javascript/creation.js');}, 100);

//importScript('User:Lupin/popups.js','en.wikipedia.org','114364398');
//importScript('User:Connel MacKenzie/mess-with-popups.js');
//importScript('MediaWiki:SectionWatchLinks.js‎');

//importScript('User:Conrad.Irwin/parser.js');

//importScript('User:Conrad.Irwin/iwiki.js');

importScript('MediaWiki:langcode2name.js');

//importScript('User:Conrad.Irwin/edittools.js');

//importScript('User:Connel MacKenzie/ajaxtranslinks.js');

//importScript('User:Conrad.Irwin/ipa2sampa.js');

//importScript('User:Conrad.Irwin/feedback.js');

//importScript('User:Conrad.Irwin/isblocked.js');

//importScript('User:Conrad.Irwin/aspell.js');

// importScript('User:Conrad.Irwin/citationstab.js'); in Common.js

//importScript('User:TheDaveRoss/CIDR.js');

if(wgPageName=='Special:Search'){
  importScript('User:Conrad.Irwin/searchtoggles.js');
}
/*
importScript('User:Conrad.Irwin/navframes.js');

*/

document.onclick = function(){ document.beenUsed = true };

addOnloadHook(
  function(){
    if(!document.beenUsed){
      var input = document.getElementById('bodySearchIput');
      if(! input) input = document.getElementById('searchInput');
      if(input)input.focus();
    }
  }
);

/* Let's see about those Tooltips */
$( function(){
  for( var lnk in document.getElementsByTagName('a') ){
    if(lnk.title && lnk.title.indexOf(':')){
      lnk.title = lnk.title.replace(/^w:(.*)$/,"$1 on Wikipedia");
    }
  }
}
);

/*
$ (function () {
  importExternalScript ('http://en.wikipedia.org/w/api.php?format=json&titles='+encodeURIComponent (wgPageName)+'&action=query&callback=replyFromWikipedia')
})

*/

function replyFromWikipedia (obj) {

  exists = true;

  try{
    if (obj)
      exists = false;
  }catch (e){
    exists = false;    
  }
  window.title+=exists
}