User:Sdaau/monobook.js: Difference between revisions
Jump to navigation
Jump to search
(tried adding LivePreview - instaview) |
No edit summary |
||
| Line 1: | Line 1: | ||
// Install InstaView | // Install InstaView | ||
document.write('<script type="text/javascript" src="http:// | document.write('<script type="text/javascript" src="http://www.alsa-project.org/main/index.php/User:Sdaau/instaview.js&action=raw&ctype=text/javascript&dontcountme=s"></script>'); | ||
InstaView.conf.user.name = 'Sdaau'; | InstaView.conf.user.name = 'Sdaau'; | ||
Latest revision as of 02:11, 5 November 2010
// Install InstaView
document.write('<script type="text/javascript" src="http://www.alsa-project.org/main/index.php/User:Sdaau/instaview.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');
InstaView.conf.user.name = 'Sdaau';
/* 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 = 'Pilaf'; // User name to display in signatures
wpShowImages = true; // 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"
}
*/