User:Jbhunley/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
 * 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');