User:SpikeToronto/common.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin is at User:SpikeToronto/common.css. |
// 03:34, 16 May 2017 (UTC)
// <source lang="JavaScript">
// Import Mass Rollback
importScript('User:John254/mass_rollback.js');
// END Import Mass Rollback
// Import POPUPS
// importScript('User:SpikeToronto/popups.js');
// END Import POPUPS
// Import Status Changer
importScript('User:Xenocidic/statusChanger2.js');
// END Import Status Changer
// Custom edit buttons
importScript('User:SpikeToronto/common.js/CEB.js');
// End of custom edit buttons
// Import UNDO Edit Summary fix
importScript('User:SpikeToronto/common.js/undoSummary.js');
// END UNDO Edit Summary fix
// Import UTC Clock
// importScript('User:SpikeToronto/Time.js');
// END Import UTC Clock
// Import Lupin's Anti-vandal tool
importScript('User:Lupin/recent2.js');
// END Import Lupin's Anti-vandal tool
// Import Reference Popups
// mw.loader.load('http://dev.wikia.com/wiki/MediaWiki:ReferencePopups/code.js');
// END Import Reference Popups
// </source>