User:Sdaau/Monobook.js: Difference between revisions
Jump to navigation
Jump to search
(New page: // 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">...) |
(No difference)
|
Latest revision as of 02:21, 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"
}
*/