User:Xover/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:Xover/common.css. |
// Some prefs for Popups
window.popupMaxWidth = 700;
// Equazcion's ScriptInstaller
importScript( 'User:Equazcion/ScriptInstaller.js' ); // Backlink: [[User:Equazcion/ScriptInstaller.js]]
// My modified copy of Ucucha's HarvErrors warner
importScript('User:Xover/HarvErrors.js');
// Qwertyytrewqqwerty's DAB fixer
importScript( 'User:Qwertyytrewqqwerty/DisamAssist.js' ); // Backlink: [[User:Qwertyytrewqqwerty/DisamAssist.js]]
// My little toy focus script.
importScript( 'User:Xover/focus.js' ); // Backlink: [[User:Xover/focus.js]]
// Evad37's WikiProject / Article Quality rater script.
importScript('User:Evad37/rater.js'); // [[User:Evad37/rater]]
// Evad37's Todo list manager script.
importScript('User:Evad37/ToDoLister.js'); // [[User:Evad37/ToDoLister]]
// Bellezzasolo's Subpages script
importScript('User:Bellezzasolo/Scripts/subpages.js'); // Backlink: [[User:Bellezzasolo/Scripts/subpages.js]]
// Pythoncoder's Vote Symbols
importScript('User:Pythoncoder/voteSymbols.js'); // Backlink: [[User:Pythoncoder/voteSymbols.js]]
importScript('User:Anomie/unsignedhelper.js'); //Linkback: [[User:Anomie/unsignedhelper.js]] Added by Script installer
importScript('User:Dr pda/prosesize.js'); //Linkback: [[User:Dr pda/prosesize.js]] Added by Script installer
importScript('User:BrandonXLF/GreenRedirects.js'); //Linkback: [[User:BrandonXLF/GreenRedirects.js]] Added by Script installer
//importScript('User:Xover/EasyLinks.js'); //Linkback: [[User:Xover/EasyLinks.js]] Added by Script installer
//importScript('User:Xover/GetDiffWL.js'); //Linkback: [[User:Xover/GetDiffWL.js]] Added by Script installer
//importScript('User:Wugapodes/Capricorn.js'); //Linkback: [[User:Wugapodes/Capricorn.js]] Added by Script installer