Jump to content

User:Tatari-en/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.
addOnloadHook(
  function() { 
    
{var newSS, styles='body{font-family:Ethiopia Jiret, GF Zemen Unicode, Code2000, Visual Geez Unicode, Helvetica, sans-serif;}@font-face {font-family:Ethiopia Jiret;font-style: normal;font-weight: normal; src: url(http://taye.free.fr/common/ETHIOPI0.eot); }';if(document.createStyleSheet) {document.createStyleSheet(%22javascript:'%22+styles+%22'%22); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName(%22head%22)[0].appendChild(newSS); } }



  }
);