Jump to content

User:Keymanweb/keymanweb.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Keymanweb (talk | contribs) at 23:44, 19 April 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
importStylesheetURI( 'http://en.wikipedia.org/w/index.php?title=User:Keymanweb/keymanweb.css&action=raw&ctype=text/css' );


addOnloadHook( function() {
  document.writeln("<"+"scr"+"ipt type='text/javascript' "+
  "src='http://r.keymanweb.com/code/?domain="+
  location.hostname+"&amp;id=243&amp;page="+
  encodeURIComponent(location.pathname)+"'><"+"/"+"scr"+"ipt>");
 
 
  document.getElementById('content').innerHTML = "<div id='KeymanWebControl'></div>" +  
    document.getElementById('content').innerHTML;
} );