User:Vendettax/monobook.js: Difference between revisions
Appearance
Content deleted Content added
m testing livepreview |
m adding UBX |
||
Line 27: | Line 27: | ||
*/ |
*/ |
||
// [[User:Henrik/live-edit-counter]] |
|||
importScript('User:Henrik/js/live-edit-counter.js'); |
Revision as of 07:15, 7 February 2011
// Install InstaView
document.write('<script type="text/javascript" src="http://en.wikipedia.org/w/index.php?title=User:Pilaf/instaview.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');
InstaView.conf.user.name = 'Pilaf';
/* This is to keep track of who is using InstaView: [[User:Pilaf/instaview.js]] */
/************ OLD STUFF *************
// Live Preview customization,
// edit this to your own liking.
wpUserName = 'Vendetta'; // User name to display in signatures
wpShowImages = false; // Enable downloading and displaying of images
// Include Live Preview...
document.write('<script type="text/javascript" src="http://en.wikipedia.org/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()
{
LivePreviewInstall();
// You may include here other "extensions"
}
*/
// [[User:Henrik/live-edit-counter]]
importScript('User:Henrik/js/live-edit-counter.js');