View source for User:Syunsyunminmin/script-installer.js
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
/**
* script-installer loader
*/
if( mw.config.get( "wgNamespaceNumber" ) > 0 ) {
var jsPage = mw.config.get( "wgPageName" ).slice( -3 ) === ".js" ||
mw.config.get( "wgPageContentModel" ) === "javascript";
if( jsPage || document.getElementsByClassName( "scriptInstallerLink" ).length ||
document.querySelector( "table.infobox-user-script" ) ) {
mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-script-installer-core.js&action=raw&ctype=text/javascript');
}
}
000
1:0
Return to User:Syunsyunminmin/script-installer.js.