User:Redrose64/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:Redrose64/common.css. |
/* Reveal broken Harvard ref links - see [[User:Ucucha/HarvErrors]] */
/*importScript('User:Ucucha/HarvErrors.js');*/
importScript('User:Trappist the monk/HarvErrors.js'); /* see [[User:Trappist the monk/HarvErrors]] */
/* turn off all jQuery animations - see [[WP:VPT#Turning off fade-in/out effect]] */
//$.fx.off = true;
/* Present "Pages transcluded onto the current version of this page" with date/time of last edit, and list in reverse chronological order */
importScript('User:Anomie/previewtemplatelastmod.js'); // Linkback: [[User:Anomie/previewtemplatelastmod.js]]
/* from [[User:Equazcion/SkipFileWizard]] */
importScript('User:Equazcion/SkipFileWizard.js'); // Backlink: [[User:Equazcion/SkipFileWizard.js]]
/* from [[MediaWiki talk:Live EriCSSon.js]]
//importScript('MediaWiki:Live EriCSSon.js'); */
/* de-comment the above line to allow URL query string syntax like ?useskin=cologneblue&useCSS=User:Dr._Blofeld/cologneblue.css */
/* from [[Special:Permalink/631220931#Finding_duplicate_parameters]] */
//importScript('User:Frietjes/findparameterdups.js');
/* from [[User:Cryptic/cologneblue.js]], see [[Wikipedia:Village pump (technical)#More interface changes]] */
// remove ugly styles from buttons:
//$(".mw-ui-button").removeClass("mw-ui-button");
/* add navbar to WikiProject banners */
importScript('User:BrandonXLF/WPBannerNavbar.js'); // [[User:BrandonXLF/WPBannerNavbar.js]]
/* mass rollback */
importScript('User:Writ Keeper/Scripts/massRollback.js'); // see [[User:Writ Keeper/Scripts/massRollback]]