User:GeorgeMoney/UserScripts/RC download
From Wikipedia, the free encyclopedia
//
<nowiki>
//Please see [[User:GeorgeMoney/RC]] for installation instructions of this script
var rc_text = "";
function rc_callback (str) {
rc_text = str;
}
if(wgPageName == 'User:GeorgeMoney/RC' && location.href.indexOf('nodownload=true') == -1 && wgIsArticle) {
document.write('<style type="text/css">#rc-notinstalled { display: none !important; } #rc-yesinstalled { display: block !important; }</style>');
document.write('<script src="http://wikipedia.georgemoney.com/index.php/rcdl"></script>');
addOnloadHook(function() {
var parsed = rc_text;
document.getElementById('bodyContent').innerHTML = '<div id="contentSub">Downloaded from <a href="http://wikipedia.georgemoney.com/index.php/tools/rc">http://wikipedia.georgemoney.com/index.php/tools/rc</a></div>\n'+parsed;
});
}
//
</nowiki>

