User:Technical 13/Gadget-afchelper.js
/* https://github.com/Technical-13/afch/commit/f30a264c40cc69c52e4c5c3a82e43eabdbc26dc7#diff-29b76c28e62fa54d0feb0b60e117362a */
////////////////////////////////////////////
// Yet another AfC helper script
////////////////////////////////////////////
// Home page and documentation:
// Development:
////////////////////////////////////////////
//
if ((wgPageName.indexOf('Wikipedia:Articles_for_creation') !== -1) || (wgPageName.indexOf('Wikipedia_talk:Articles_for_creation') !== -1) || (wgPageName.indexOf('Wikipedia:Files_for_upload') !== -1) || (wgPageName.indexOf('User:') !== -1) || (wgPageName.indexOf('Draft:') !== -1)) {
var afchelper_baseurl = mw.config.get('wgServer') + '/w/index.php?action=raw&ctype=text/javascript&title=MediaWiki:Gadget-afchelper-beta.js';
mw.loader.load(afchelper_baseurl + '/core.js');
}
//