User:Jbhunley/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:Jbhunley/common.css. |
/*
* Automatically tick the "Move subpages" option when moving pages.
*/
var moveSubpagesBox = document.getElementsByName("wpMovesubpages")[0];
if (moveSubpagesBox !== undefined) {
moveSubpagesBox.checked = true;
}
importScript('User:Amorymeltzer/crathighlighter.js')
importScript('User:Bradv/Scripts/Superlinks.js')
importScript('User:Mr. Stradivarius/gadgets/ConfirmRollback.js');
importScript( 'User:Andy M. Wang/pageswap.js' ); // Backlink: [[User:Andy M. Wang/pageswap]]
importScript('User:Evad37/rater.js');
/**
* TemplateScript adds configurable templates and scripts to the sidebar, and adds an example regex editor.
* @see https://meta.wikimedia.org/wiki/TemplateScript
*/
mw.loader.load('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js');
// <pre>
/** Enable CSS/JavaScript sandbox */
mw.loader.load( "//en.wikipedia.org/w/index.php?title=User:Kephir/gadgets/jssand.js&action=raw&ctype=text/javascript" ); // [[User:Kephir/gadgets/jssand.js]]
importScript('User:Salix alba/Citoid.js'); // Citoid citations generator for 2010 Editor
importScript( 'User:Evad37/MoveToDraft.js' ); // Backlink: [[User:Evad37/MoveToDraft]
importScript( 'User:Technical_13/Scripts/OneClickArchiver.js' ); // Backlink: [[User:Technical_13/Scripts/OneClickArchiver]]
importScript('User:Lourdes/PageCuration.js'); // Linkback: [[User:Lourdes/PageCuration.js]]
importScript('User:Kaldari/assessmentHelper.js');
importScript('User:Smith609/toolbox.js');
importScript('User:קיפודנחש/pageCollector.js');
importScript('User:Ais523/stubtagtab2.js');
importScript('User:Writ Keeper/Scripts/deletionFinder.js');
/*importScript('User:Fox Wilson/delsort.js'); // Deletion sorting script [[WP:FWDS]]*/
importScript('User:Anomie/useridentifier.js');
/*importScript('User:Ais523/adminrights.js'); // Backlink: [[User:Ais523/adminrights.js]]*/
/*importscript('User:Theopolisme/Scripts/adminhighlighter.js'); // Backlink: [[User:Theopolisme/Scripts/adminhighlighter.js]]*/
importScript('User:Bellezzasolo/Scripts/adminhighlighter.js');
importScript('User:NuclearWarfare/Mark-blocked script.js'); // Backlink: [[User:NuclearWarfare/Mark-blocked script.js]]
importScript('Wikipedia:AutoEd/basic.js'); // Backlink: [[Wikipedia:AutoEd/basic.js]]
importScript('User:Ohconfucius/script/formatgeneral.js'); // Backlink: [[User:Ohconfucius/script/formatgeneral.js]]
importScript('User:Writ Keeper/Scripts/commonHistory.js'); // Backlink: [[User:Writ Keeper/Scripts/commonHistory.js]]
importScript('User:Equazcion/LiveDiffLink.js'); // Backlink: [[User:Equazcion/LiveDiffLink.js]]
/*importScript('User:UncleDouggie/smart watchlist.js'); // Backlink: [[User:UncleDouggie/smart watchlist.js]] */
mw.loader.load("//de.wikipedia.org/w/index.php?title=Benutzer:TMg/autoFormatter.js&action=raw&ctype=text/javascript");
/**
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Hedonil/XTools/XTools.js&action=raw&ctype=text/javascript');
*/
var ptLinksToAdd = [
{
label: "Changes",
title: "Recent changes",
url: "/wiki/Special:RecentChanges",
index: 5
},
{
label: "Workspace",
url: "/wiki/User:Jbhunley/sandbox/scratchpad/ScratchPad4",
index: 6
},
/* {
label: "OTRS",
url: "//ticket.wikimedia.org/otrs/index.pl",
index: 1
},
{
label: "OTRS Wiki",
url: "//otrs-wiki.wikimedia.org/wiki/User:Jbhunley",
index: 0
} */
];
importScript('User:IagoQnsi/addptlinks.js');