Revision as of 14:24, 22 June 2012 view sourceJbhunley (talk | contribs)Extended confirmed users, IP block exemptions, Pending changes reviewers, Rollbackers22,645 edits ←Created page with ' /** * Regex menu framework adds a sidebar menu of user-defined scripts. * @see https://github.com/Pathoschild/Wikimedia-contrib#readme * @update-token [[file:p...' |
Latest revision as of 02:06, 27 December 2019 view source Jbhunley (talk | contribs)Extended confirmed users, IP block exemptions, Pending changes reviewers, Rollbackers22,645 edits Uninstalling User:Mr.Z-man/closeAFD.js (script-installer) |
(71 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
|
|
/* |
|
|
* Automatically tick the "Move subpages" option when moving pages. |
|
|
*/ |
|
|
var moveSubpagesBox = document.getElementsByName("wpMovesubpages"); |
|
|
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: ] |
|
|
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/TemplateScript |
|
|
*/ |
|
|
mw.loader.load('//tools-static.wmflabs.org/meta/scripts/pathoschild.templatescript.js'); |
|
|
// <pre> |
|
|
/** Enable CSS/JavaScript sandbox */ |
|
|
mw.loader.load( "//en.wikipedia.org/search/?title=User:Kephir/gadgets/jssand.js&action=raw&ctype=text/javascript" ); // ] |
|
|
importScript('User:Salix alba/Citoid.js'); // Citoid citations generator for 2010 Editor |
|
|
importScript( 'User:Evad37/MoveToDraft.js' ); // Backlink: |
|
|
importScript( 'User:Technical_13/Scripts/OneClickArchiver.js' ); // Backlink: ] |
|
|
|
|
|
|
importScript('User:Lourdes/PageCuration.js'); // Linkback: ] |
|
/** * Regex menu framework adds a sidebar menu of user-defined scripts. * @see https://github.com/Pathoschild/Wikimedia-contrib#readme * @update-token ] */ $.getScript('//meta.wikimedia.org/search/?title=User:Pathoschild/Scripts/Regex_menu_framework.js&action=raw&ctype=text/javascript'); function rmflinks() { regexTool('Custom regex','custom()'); // a default tool which performs regex input in a dynamic form } |
|
|
|
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 ]*/ |
|
|
importScript('User:Anomie/useridentifier.js'); |
|
|
/*importScript('User:Ais523/adminrights.js'); // Backlink: ]*/ |
|
|
/*importscript('User:Theopolisme/Scripts/adminhighlighter.js'); // Backlink: ]*/ |
|
|
importScript('User:Bellezzasolo/Scripts/adminhighlighter.js'); |
|
|
importScript('User:NuclearWarfare/Mark-blocked script.js'); // Backlink: ] |
|
|
importScript('Misplaced Pages:AutoEd/basic.js'); // Backlink: ] |
|
|
importScript('User:Ohconfucius/script/formatgeneral.js'); // Backlink: ] |
|
|
importScript('User:Writ Keeper/Scripts/commonHistory.js'); // Backlink: ] |
|
|
importScript('User:Equazcion/LiveDiffLink.js'); // Backlink: ] |
|
|
/*importScript('User:UncleDouggie/smart watchlist.js'); // Backlink: ] */ |
|
|
mw.loader.load("//de.wikipedia.org/search/?title=Benutzer:TMg/autoFormatter.js&action=raw&ctype=text/javascript"); |
|
|
/** |
|
|
mw.loader.load('//meta.wikimedia.org/search/?title=User:Hedonil/XTools/XTools.js&action=raw&ctype=text/javascript'); |
|
|
*/ |
|
|
|
|
|
var ptLinksToAdd = [ |
|
|
{ |
|
|
label: "Changes", |
|
|
title: "Recent changes", |
|
|
url: "/Special:RecentChanges", |
|
|
index: 5 |
|
|
}, |
|
|
{ |
|
|
label: "Workspace", |
|
|
url: "/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/User:Jbhunley", |
|
|
index: 0 |
|
|
} */ |
|
|
]; |
|
|
|
|
|
importScript('User:IagoQnsi/addptlinks.js'); |