User:Phil Boswell/monobook.js

From Wikipedia, the free encyclopedia

If a message on your talk page led you here, please be wary of who left it. The code below could contain malicious content capable of compromising your account; if your account appears to be compromised, it will be blocked. If you are unsure whether the code is safe, you can ask at the appropriate village pump.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
// Live Preview customization,
// edit this to your own liking.
 
wpUserName   = 'Phil Boswell';   // User name to display in signatures
 
wpShowImages = true;      // Enable downloading and displaying of images
 
// Include Live Preview...
 
document.write('<script type="text/javascript" src="/w/index.php?title=User:Pilaf/livepreview.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
// Now set everything up
 
window.onload = Main;
 
function Main()
{
 
/* This is to keep track of who is using the Live Preview: [[User:Pilaf/livepreview.js]] */
 LivePreviewInstall();
 
};