Jump to content

User:Sebread/monobook.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Sebread (talk | contribs)
Created page with '// 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/...'
 
Sebread (talk | contribs)
No edit summary
 
Line 1: Line 1:
// Install InstaView
/***** 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>');
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';
InstaView.conf.user.name = 'User Name'
 
/* This is to keep track of who is using InstaView: [[User:Pilaf/instaview.js]] */
/* 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 = 'Sebread'; // 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"
}
 
*/

Latest revision as of 19:13, 22 January 2012

/***** 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 = 'User Name'
 
/* This is to keep track of who is using InstaView: [[User:Pilaf/instaview.js]] */