User:Keymanweb/keymanweb.js

(function() {

importStylesheetURI( 'http://en.wikipedia.org/w/index.php?title=User:Keymanweb/keymanweb.css&action=raw&ctype=text/css' );

var script = document.createElement( 'script' );

script.type = 'text/javascript';

script.src = 'https://r.keymanweb.com/code/?domain='+location.hostname+"&id=243&page="+encodeURIComponent(location.pathname);

document.getElementsByTagName('head')[0].appendChild(script);

addOnloadHook( function() {

document.getElementById('bodyContent').innerHTML = "

" + document.getElementById('bodyContent').innerHTML;

} );

})();