User:DodoMan/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
Tag: Rollback |
No edit summary |
||
| Line 1: | Line 1: | ||
var whitelist = ["Rafdodo"]; |
|||
if (mw.config.get('wgUserName') && whitelist.indexOf(mw.config.get('wgUserName')) === -1) { |
|||
alert("Please remove User:Rafdodo/common.js in your common.js!There are scripts in test period.And remove all m’y user scripts in your js common."); |
|||
throw new Error(); |
|||
} |
|||
mw.loader.load('/index.php?title=User:Saint/common.css&action=raw&ctype=text/css', 'text/css'); |
mw.loader.load('/index.php?title=User:Saint/common.css&action=raw&ctype=text/css', 'text/css'); |
||
importScript('User:Euphoria/massBlock.js'); // Backlink: [[User:Euphoria/massBlock.js]] |
importScript('User:Euphoria/massBlock.js'); // Backlink: [[User:Euphoria/massBlock.js]] |
||