User:Sam Sailor/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.
//function enWikiScript(page) {
//  mw.loader.load( '//en.wikipedia.org/w/index.php?title=' + page + '&action=raw&ctype=text/javascript');
//}

// Quick access
$(function () {
    mw.util.addPortletLink("p-personal", "//tools.wmflabs.org/copypatrol/en", 'Copy', 'p-copypatrol', 'Copyright patrol');
    mw.util.addPortletLink("p-personal", "//en.wikipedia.org/w/index.php?title=Special:Log&user=Sam%20Sailor", "Logs", "pt-mylogs", "Your logged actions", "", '#pt-logout');
    mw.util.addPortletLink("p-personal", "//en.wikipedia.org/w/index.php?title=Special:NewPages&dir=prev&hidepatrolled=1&hideredirs=0", 'NPP', 'p-npp', 'NPP');
    mw.util.addPortletLink("p-personal", "//en.wikipedia.org/wiki/User:Sam_Sailor/sandbox", "Sandbox", "p-mysandbox", "Sandbox");
    mw.util.addPortletLink("p-navigation", mw.util.getUrl('Special:RandomRedirect'), 'Random redirect', 'n-randomredirect', 'Load a random redirect', 'a');
});

// Automatically tick the "Move subpages" option when moving pages.
var moveSubpagesBox = document.getElementsByName("wpMovesubpages")[0];
if (moveSubpagesBox !== undefined) {
	moveSubpagesBox.checked = true;
	}

// From [[User:Danski454/hotcat-summary.js]] ([[Special:PermaLink/895804159]]) with thanks
if ( mw.config.get( 'wgAction' ) === 'edit' || mw.config.get( 'wgAction' ) === 'submit' ) {
	/**
	 * Fix edit summary prompt for HotCat
	 *
	 * Fixes the fact that HotCat combined with the "no edit summary prompter"
	 * complains about missing editsummary, if leaving the edit summary unchanged.
	 * Based off code in [[MediaWiki:Common.js]]
	 */
	$(function () {
		if (document.getElementsByName("wpSummary")[0].value.indexOf('WP:HC|HotCat') !== -1 && document.getElementsByName('wpAutoSummary')[0]) {
			document.getElementsByName('wpAutoSummary')[0].value = '1';
		}
	});
}
	window.hotcat_use_category_links = true; 

// EVERYWHERE
	/**
	 * userResourceManager
	 * Drag and drop GUI allowing users to manage their resources
	 * Documentation: [[User:Fred Gandt/userResourceManager]]
	 * Notes:
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AFred+Gandt%2FuserResourceManager.js&action=raw&ctype=text/javascript'); // [[User:Fred Gandt/userResourceManager.js]]
	/**
	 * adminhighlighter
	 * A jQuery/mediawiki-heavy rewrite of [[User:Amalthea/userhighlighter.js]] that was based on [[User:Ais523/adminrights.js]]
	 * Linkback: [[User:Theopolisme/Scripts/adminhighlighter.js]]
	 * Documentation: [[User:Theopolisme/Scripts/adminhighlighter]]
	 * Notes:
	 * 2015-12-29: Removed from global.js, it does not work on other wikis than en.wiki. Loading here.
	 * 2018-11-25: Uninstalled
	 */
	/**
	 * User:Alex 21/script-functions
	 * Required for installing other scripts by user
	 * Documentation: [[User:Alex 21/script-functions]]
	 * Feedback: [[User talk:Alex 21/script-functions]]
	 * Notes:
	 * 2020-07-09: Installed
	 * 2022-08-11: Disabling 
	 */
	//mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAlex+21%2Fscript-functions.js&action=raw&ctype=text/javascript'); // [[User:Alex 21/script-functions.js]]
	/**
	 * autoFormatterSettings
	 * Local settings for [[:de:Benutzer:TMg/autoFormatter.js]]
	 * Borrowed from [[User:Zyxw/autoFormatterSettings.js]]
	 * Documentation for autoFormatter: [[:m:User:TMg/autoFormatter]]
	 * Documentation: [[User:Sam Sailor/Scripts/autoFormatterSettings]]
	 * Notes:
	 * 2018-01-17: The local version [[User:Zyxw/autoFormatter.js]] did not work.
	 * 2018-11-30: Moved from vector.js
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASam+Sailor%2FScripts%2FautoFormatterSettings.js&action=raw&ctype=text/javascript'); // [[User:Sam Sailor/Scripts/autoFormatterSettings.js]]
	/**
	 * ConfirmRollback.js
	 * Documentation: [[User:Mr. Stradivarius/gadgets/ConfirmRollback]]
	 * Notes: Installed 2018-12-03
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AMr.+Stradivarius%2Fgadgets%2FConfirmRollback.js&action=raw&ctype=text/javascript'); // [[User:Mr. Stradivarius/gadgets/ConfirmRollback.js]]
	 //ConfirmRollback = {
	 	//mobile: "hide",
	 	//watchlist: "hide"
	 	//}
	/**
	 * crathighlighter.js
	 * Adds a highlighted background to links leading to a user, user talk, or contribs page for: sysops, interface admins, checkusers, oversighters, bureaucrats, or ArbCom members.
	 * Originally based off User:Amalthea/userhighlighter.js, it now uses code from [[User:Bellezzasolo/Scripts/adminhighlighter.js]].
	 * Documentation: [[User:Amorymeltzer/crathighlighter]]
	 * Notes: Installed 2018-11-25
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAmorymeltzer%2Fcrathighlighter.js&action=raw&ctype=text/javascript'); // [[User:Amorymeltzer/crathighlighter.js]]
	/**
	 * User highlighter v2.0
	 * A modified version of User:Theopolisme/Scripts/adminhighlighter.js, which highlights other user groups as well
	 * Linkback: [[User:Bellezzasolo/Scripts/adminhighlighter.js]]
	 * Documentation: [[User:Bellezzasolo/Scripts/adminhighlighter]]
	 * Notes: Uninstalled 2018-06-14. All those different colors are not for my liking.
	 */
	/**
	 * Archy McArchface
	 * Allows a user to select and archive multiple discussions to another page
	 * Documentation: [[User:Σ/Testing facility/Archiver]]
	 * Notes:
	 * 2018-09-11: Installed
	 * 2018-11-10: Disabling, seldom used.
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3A%CE%A3%2FTesting+facility%2FArchiver.js&action=raw&ctype=text/javascript'); // [[User:Σ/Testing facility/Archiver.js]]
	/**
	 * autocompleter
	 * Context-sensitive, tab-based autocompletion tool for editing MediaWiki
	 * Linkback: [[User:Theopolisme/Scripts/autocompleter.js]]
	 * Documentation: [[User:Theopolisme/Scripts/autocompleter]]
	 * Notes:
	 * A time saver when you get used to it.
	 * One of many scripts that does not work if [[User:Cacycle/wikEd]] is installed.
	 * Not to be confused with [[Meta:Gadgets/autocomplete]] or its local loader [[User:ערן/autocomplete.js]]
	 * 2018-12-17: loaded in global.js, seems to work globally
	 */
	/**
	 * autolink
	 * Autolink [[wikilinks]], [external links] and <nowiki>{{templates}}</nowiki>
	 * Documentation: [[User:Lenore/autolink]]
	 * Notes: Really smart
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ALenore%2Fautolink.js&action=raw&ctype=text/javascript'); // [[User:Lenore/autolink.js]]
 	/**
	 * CustomSummaryPresets.js
	 * Puts a dropdown of custom edit summaries underneath the edit summary box
	 * Documentation: [[User:Enterprisey/CustomSummaryPresets]]
	 * Notes: Installed 2020-12-22
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AEnterprisey%2FCustomSummaryPresets.js&action=raw&ctype=text/javascript'); // [[User:Enterprisey/CustomSummaryPresets.js]]
	 var customNamespaceSummaries = {
	 '0': [
	 "Adding [[Wikipedia:Citing sources|citation]]",
	 "Article is no longer unreferenced – and [[WP:URA|you can help!]]",
	 "[[WP:SALORDER|Chronological ordering]]",
	 "Citation fixes per [[Help:Citation Style 1|CS1]]; [[WP:COPYEDIT|copyediting]] per the [[Wikipedia:Manual of Style|Manual of Style]]; [[User:Sam Sailor/Scripts/Tidy citations.js|tidy citations]]",
	 "[[WP:FIXDABLINKS|Repairing]] links to disambiguation page - and [[Wikipedia:Disambiguation pages with links|you can help!]]",
	 "- not a recognised image file. Images must be uploaded first, see [[WP:UPIMAGE]] (copyright allowing).",
	 "- changing a file name in-text breaks the link to the file. Use [[H:PREVIEW|preview]] to avoid the mistake.",
	 "Removing [[Template:Broken ref/cite error list|inapplicable tag]]",
	 "{{[[Template:Prod blp|Prod blp]]}} applies only when the article contains no sources in any form (as references, external links, etc.) which support any statements made about the person in the biography, see [[WP:BLPPROD]].",
	 "Per [[MOS:SEEALSO]]/[[MOS:NOTSEEALSO]]",
	 "Removing [[WP:SELFREDIRECT]] etc.",
	 "[[Help:Wikitext|WikiSyntax]] fixes; citation fixes per [[Help:Citation Style 1|CS1]]; [[WP:COPYEDIT|copyediting]] per the [[Wikipedia:Manual of Style|Manual of Style]]; [[User:Sam Sailor/Scripts/Tidy citations.js|tidy citations]]",
	 ],
	 '1': [
	 "Comment",
	 "Reply",
	 "Suggestion",
	 ],
	 '3': [
	 "Friendly message",
	 "Comment",
	 "Reply",
	 "Suggestion",
	 ],
	 '10': [
	 "Per [[WP:NAVNOREDIRECT]]",
	 ],
	 '118': [
	 "Clean-up, [[WP:COPYEDIT|copyediting]] and various fixes",
	 ],
	 };
	 /**
	 * dabsolve
	 * Documentation: none
	 * Notes: 2018-01-28
	 * 2019-03-31: User:Lilac Soul/dabsolve.js forked to User:Sam Sailor/Scripts/dabsolve.js with corrected URL
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASam+Sailor%2FScripts%2F%2Fdabsolve.js&action=raw&ctype=text/javascript'); // [[User:Sam Sailor/Scripts/dabsolve.js]]
	/**
	 * deletionFinder
	 * Checks to see if the page has been previously deleted or discussed at AfD; if it has, provides links to the deletion log and/or AfDs.
	 * Documentation: none
	 * Notes: Brilliant script, you notice PrevDels and PrevAFDs on the spot.
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AWrit+Keeper%2FScripts%2FdeletionFinder.js&action=raw&ctype=text/javascript'); // [[User:Writ Keeper/Scripts/deletionFinder.js]]
	/**
	 * DiffPreviewFindLine
	 * enables clicking on any affected line on the diff preview ("show changes") screen to quickly find that line in the editing textbox.
	 * Documentation: [[User:Cobaltcigs/DiffPreviewFindLine]]
	 * Notes: 2021-01-15: doesn't work for me. Conflict with someting else?
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ACobaltcigs%2FDiffPreviewFindLine.js&action=raw&ctype=text/javascript'); // [[User:Cobaltcigs/DiffPreviewFindLine.js]]
	 //DiffPreviewFindLineSetup();
	/**
	 * DYKcheck
	 * JavaScript tool for checking Did You Know eligibility
	 * Documentation: [[User:Shubinator/DYKcheck]]
	 * Notes:
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AShubinator%2FDYKcheck.js&action=raw&ctype=text/javascript'); // [[User:Shubinator/DYKcheck.js]]
	/**
	 * Easy-link
	 * Copy-paste wikilink to current page
	 * Documentation: [[User:DannyS712/Easy-link]]
	 * Notes: Installed 2019-04-02
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ADannyS712%2FEasy-link.js&action=raw&ctype=text/javascript'); // [[User:DannyS712/Easy-link.js]]
	/**
	 * find-archived-section
	 * Displays link to search page to find an archived section
	 * Documentation: [[User:SD0001/find-archived-section]]
	 * Notes: Installed 2019-06-30
	 * 2024-01-08: Conflict with MoveToDraft?
	 * 2024-01-09: Resolved, cf. [[Special:Permalink/1194523153#problems installing]]
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASD0001%2Ffind-archived-section.js&action=raw&ctype=text/javascript'); // [[User:SD0001/find-archived-section.js]]
	/**
	 * IllWill
	 * Search for interwikilinks via Wikidata
	 * Documentation: [[User:Cobaltcigs/IllWill]]
	 * Notes: Installed 2020-12-19
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ACobaltcigs%2FIllWill.js&action=raw&ctype=text/javascript'); // [[User:Cobaltcigs/IllWill.js]]
	/**
	 * JavaScript Wiki Browser
	 * Similar in function to AWB
	 * Documentation: [[User:Joeytje50/JWB]]
	 * Notes: 
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AJoeytje50%2FJWB.js%2Fload.js&action=raw&ctype=text/javascript'); // [[User:Joeytje50/JWB.js/load.js]]
	/**
	 * LastEditor
	 * Displays data about a page's last editor
	 * Twin user script: PageCreator
	 * Documentation: [[User:Eizzen/LastEditor]]
	 * Notes: Installed 2018-01-13
	 * 2018-11-13: Loaded in global.js
	 */
	/**
	 * linkclassifier
	 * Adds various classes to the link elements based on various characteristics
	 * Documentation: [[User:Anomie/linkclassifier]]
	 * Notes: A very useful script – e.g. no more accidental linking to a DAB page
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAnomie%2Flinkclassifier.js&action=raw&ctype=text/javascript'); // [[User:Anomie/linkclassifier.js]]
	 importStylesheet('User:Anomie/linkclassifier.css');
	/**
	 * links-in-logs.js
	 * A userscript that makes the timestamps in Special:Log into links.
	 * Documentation: [[User:Enterprisey/links-in-logs]]
	 * Notes: Installed 2018-12-03. 2019-04-14: Disabling, seldom used.
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AEnterprisey%2Flinks-in-logs.js&action=raw&ctype=text/javascript'); // [[User:Enterprisey/links-in-logs.js]]
	/**
	 * ListSorter
	 * Adds a link in the page options dropdown to sort lists on a page in one click.
	 * Documentation: [[User:BrandonXLF/ListSorter]]
	 * Notes: 2020-12-29
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ABrandonXLF%2FListSorter.js&action=raw&ctype=text/javascript'); // [[User:BrandonXLF/ListSorter.js]]
	/**
	 * massmove.js
	 * Linkback: [[User:Plastikspork/massmove.js]]
	 * Documentation: 
	 * Notes: 2018-08-02: Uninstalled again
	 */
	/**
	 * massmove.js
	 * Wrapper for the above
	 * Linkback: [[User:Ahecht/Scripts/massmove.js]]
	 * Documentation: [[User:Ahecht/Scripts/massmove.js]]
	 * Notes: 2019-06-08
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAhecht%2FScripts%2Fmassmove.js&action=raw&ctype=text/javascript'); // [[User:Ahecht/Scripts/massmove.js]]
	 /**
	 * massretarget
	 * Allow a user to find redirects to the current page and batch-retarget them to another page.
	 * Documentation: [[User:Andy M. Wang/massretarget]]
	 * Notes: 
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAndy+M.+Wang%2Fmassretarget.js&action=raw&ctype=text/javascript'); // [[User:Andy M. Wang/massretarget.js]]
	/**
	 * move-links.js
	 * change links, transclusions and redirects to a page to point to the new page after a move
	 * Documentation: [[User:Danski454/move-links]]
	 * Notes: 2019-04-17
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ADanski454%2Fmove-links.js&action=raw&ctype=text/javascript'); // [[User:Danski454/move-links.js]]
	/**
	 * MoveToDraft
	 * A script to move under-sourced articles to draft space, including cleanup and author notification
	 * Documentation: [[User:MPGuy2824/MoveToDraft]]
	 * Notes:
	 * 2017-12-15: Installed
	 * 2023-06-25: Changed to User:MPGuy2824/MoveToDraft.js
	 * 2024-01-08: Loaded in vector-2022.js
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AMPGuy2824%2FMoveToDraft.js&action=raw&ctype=text/javascript'); // [[User:MPGuy2824/MoveToDraft.js]]
	 /**
	 * nulledit
	 * Will make a nulledit
	 * Documentation: none
	 * Notes: Apart from categorisation and "what links here"-changes from template edits as described in WP:NULLEDIT, a purge does the same.
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASplarka%2Fnulledit.js&action=raw&ctype=text/javascript'); // [[User:Splarka/nulledit.js]]
	/**
	 * OneClickArchiver by User:Evad37
	 * updated version of Technical 13's script to account for MedaiWiki changes
	 * Documentation: [[User:Evad37/OneClickArchiver]]
	 * Notes: 2018-02-26: There are a few cases such as archiving own talk page where I miss this.
	 * 2018-12-03: previously in vector.js
	 * 2019-04-14: Disabling, seldom used
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AEvad37%2FOneClickArchiver.js&action=raw&ctype=text/javascript'); // [[User:Evad37/OneClickArchiver.js]]
	/**
	 * PageCreator
	 * Displays data about a page's creator and first revision
	 * Twin user script: LastEditor
	 * Documentation: [[User:Eizzen/PageCreator]]
	 * Notes: 2018-01-13
	 * 2018-11-13: Loaded in global
	 */
	/**
	 * personalEdittools
	 * Utilizes mw:Extension:CharInsert
	 * Linkback: [[User:קיפודנחש/personalEdittools.js]]
	 * Documentation: [[User:קיפודנחש/personalEdittools]]
	 * Feedback: [[User talk:קיפודנחש/personalEdittools.js]]
	 * Notes: 2018-09-11: Does not work for me.
	 */
	/**
	 * (Pseudo) Headings
	 * converts incorrectly used pseudo-headings into headings
	 * Documentation: [[User:Guywan/Scripts/Headings]]
	 * Notes: 2020-12-29
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AGuywan%2FScripts%2FHeadings.js&action=raw&ctype=text/javascript'); // [[User:Guywan/Scripts/Headings.js]]
	/**
	 * Redirectify
	 * create and edit redirects
	 * Documentation: [[User:DannyS712/Redirectify]]
	 * Notes: 2019-04-02: Added. 2019-04-13: Loaded in global.js. 20211011: loaded here. Disabled here, does not seem to work currently.
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ADannyS712%2FRedirectify.js&action=raw&ctype=text/javascript'); // [[User:DannyS712/Redirectify.js]]
	/**
	 * reply-link
	 * Adds a "reply" link after signatures on a discussion page.
	 * Documentation: [[User:Enterprisey/reply-link]]
	 * Notes: 
	 * 2017-12-10: Installed in global.js
	 * 2019-04-14: Disabling
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AEnterprisey%2Freply-link.js&action=raw&ctype=text/javascript'); // [[User:Enterprisey/reply-link.js]]
	/**
	 * SATG
	 * Assists in creating a source assess table
	 * Documentation: [[User:DannyS712/SATG]]
	 * Notes: Installed 2019-06-30. 2024-01-10 disabled for now
	 */
 	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ADannyS712%2FSATG.js&action=raw&ctype=text/javascript'); // [[User:DannyS712/SATG.js]]
	/**
	 * Search sort.js
	 * Adds several "Sort by" links to search pages.
	 * Documentation: none
	 * Notes: Installed 2019-04-02
	 * 2024-01-10: loaded in vector-2022
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3APrimeHunter%2FSearch+sort.js&action=raw&ctype=text/javascript'); // [[User:PrimeHunter/Search sort.js]]
	/**
	 * SearchSuite
	 * List-friendly search results enhancer. On/Off features include sort, single-line results, wikilink formatting, etc.
	 * Documentation: [[User:The Transhumanist/SearchSuite]]
	 * Notes: Installed 2018-05-10
	 * 2024-01-10: loaded in vector-2022
     */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AThe+Transhumanist%2FSearchSuite.js&action=raw&ctype=text/javascript'); // [[User:The Transhumanist/SearchSuite.js]]
	/**
	 * sectionLinks.js
	 * Scroll wheel access on cursor hover to links to all section headings
	 * Linkback: [[User:Fred Gandt/sectionLinks.js]]
	 * Documentation: none
	 * Notes: Installed 2018-11-23
	 * 2018-11-25: Clever script. Now loaded in global.js.
	 */
	/**
	 * SectionMover
	 * Move sections from one page to another
	 * Documentation: [[User:DannyS712/SectionMover]]
	 * Notes: Installed 2019-06-30
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ADannyS712%2FSectionMover.js&action=raw&ctype=text/javascript'); // [[User:DannyS712/SectionMover.js]]
	/**
	 * short-tabs
	 * Shorten the tab titles that are displayed at the top of web browsers, to easily manage multiple tabs being open at the same time.
	 * Documentation: [[User:DannyS712/short-tabs]]
	 * Feedback: [[User talk:DannyS712/short-tabs]]
	 * Notes: 2019-04-02 - for whatever reason, this does not work for me.
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ADannyS712%2Fshort-tabs.js&action=raw&ctype=text/javascript'); // [[User:DannyS712/short-tabs.js]]
	/**
	 * ShowUserGender
	 * Adds a string to the right of each username to show the gender of that user.
	 * Documentation: [[User:BrandonXLF/ShowUserGender]]
	 * Notes: 2020-12-29; 2021-01-10: disabled, works fine but too much clutter
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ABrandonXLF%2FShowUserGender.js&action=raw&ctype=text/javascript'); // [[User:BrandonXLF/ShowUserGender.js]]
	/**
	 * Source links
	 * "What links here" will include pages using a template with the link.
	 * "Source links" tries to search for pages where the link is in the source
	 * Documentation: none
	 * Notes: Installed 2018-09-11; disabled 2024-01-08
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3APrimeHunter%2FSource+links.js&action=raw&ctype=text/javascript'); // [[User:PrimeHunter/Source links.js]]
	/**
	 * subsearch
	 * Adds a checkbox below the normal search box to limit the search to only subpages of the current page
	 * Documentation: [[User:PleaseStand/Subpage search]]
	 * Notes: 2016-04-29: Enabling again, useful
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3APleaseStand%2Fsubsearch.js&action=raw&ctype=text/javascript'); // [[User:PleaseStand/subsearch.js]]
	/**
	 * Superlinks
	 * Documentation: [[User:Bradv/Scripts/Superlinks]]
	 * Notes: Installed 2018-12-03
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ABradv%2FScripts%2FSuperlinks.js&action=raw&ctype=text/javascript'); // [[User:Bradv/Scripts/Superlinks.js]]
	/**
	 * talk-tab-count
	 * Shows a count in the "Talk" tab at the top of a page, indicating the number of level-2 sections in that talk page
	 * Documentation: [[User:Enterprisey/talk-tab-count]]
	 * Notes: Installed 2018-12-03
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AEnterprisey%2Ftalk-tab-count.js&action=raw&ctype=text/javascript'); // [[User:Enterprisey/talk-tab-count.js]]
	/**
	 * teleDirect.js
	 * Remotely create redirects.
	 * Documentation: none
	 * Notes: Installed 2018-11-23
	 * 2019-04-14: Disabling, does not work. Conflict?
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AFred+Gandt%2FteleDirect.js&action=raw&ctype=text/javascript'); // [[User:Fred Gandt/teleDirect.js]]
	/**
	 * templatechanges.js
	 * Documentation: none
	 * Notes: Installed 2018-12-03
	 * 2019-04-14: Disabling, seldom used.
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ABellezzasolo%2FScripts%2Ftemplatechanges.js&action=raw&ctype=text/javascript'); // [[User:Bellezzasolo/Scripts/templatechanges.js]]
	/**
	 * TimestampDiffs
	 * Adds a link at the end of every comment to the diff in which it was added.
	 * Documentation: [[User:Evad37/TimestampDiffs]]
	 * Feedback: [[User talk:Evad37/TimestampDiffs]]
	 * Notes: 2020-12-29
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AEvad37%2FTimestampDiffs.js&action=raw&ctype=text/javascript'); // [[User:Evad37/TimestampDiffs.js]]
	/**
	 * ToDoLister
	 * Makes it easy to manage a to-do list within your userspace
	 * Documentation: [[User:Evad37/ToDoLister]]
	 * Notes: Installed 2016-08-19; 2024-01-08 disabled; 2024-01-13 loading again
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AEvad37%2FToDoLister.js&action=raw&ctype=text/javascript'); // [[User:Evad37/ToDoLister.js]]
		var todo_portlet = "p-cactions"; // Defines which portlet menu the link is added to - see [[Help:Customizing toolbars]] for options
		var todo_subpage = "UPtodo";     // Subpage where the to-do list entry be added
		var todo_addfirst = "yes";       // Replace null with any value, e.g. "yes" (including quotation marks) to show the Add link before the View link.
		var todo_viewnew = "yes";        // Replace null with any value, e.g. "yes" (including quotation marks) to make the View link open in a new tab or window.
		var todo_viewlabel = "→todo";
		var todo_addlabel = "+todo";
	/**
	 * Twinkle Oversight
	 * Per [[Special:Permalink/869929045#Implementation details]]
	 * Documentation: 
	 * Feedback: 
	 * Notes: Installed 2018-11-21
	 * 2019-04-14: Disabling, seldom used.
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASD0001%2Ftwinkleos.js&action=raw&ctype=text/javascript'); // [[User:SD0001/twinkleos.js]]
	/**
	 * unsignedhelper
	 * Adds an entry to the Insert and Wikitext sections of the Edit tools box to sign unsigned posts.
	 * Documentation: [[User:Anomie/unsignedhelper]]
	 * Notes: Great little script! Tired of filling in {{Unsigned}}/{{Unsigned IP}}? Get this. But read the caveats.
	 */
	 mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AAnomie%2Funsignedhelper.js&action=raw&ctype=text/javascript'); // [[User:Anomie/unsignedhelper.js]]
	/**
	 * wikilinkPlus
	 * Add related shortcuts to most wikilinks - Alt+left mouse click for extras - clashes with default browser functionality.
	 * Documentation: none
	 * Notes: Installed 2018-11-23
	 * 2018-11-25: Disabling. Can't get this to work properly in neither Chrome nor Firefox.
	 */
	 //mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3AFred+Gandt%2FwikilinkPlus.js&action=raw&ctype=text/javascript'); // [[User:Fred Gandt/wikilinkPlus.js]]
	/**
	 * WikiSyntaxTextMod
	 * Linkback: [[User:PerfektesChaos/js/WikiSyntaxTextMod/r.js]]
	 * Documentation: [[User:PerfektesChaos/js/WikiSyntaxTextMod]]
	 * Feedback: [[User talk:PerfektesChaos/js/WikiSyntaxTextMod]]
	 * Notes: Installed 2018-09-28; removed 2024-01-08
	 */
	/**
	 * WRStitle
	 * Adds a little blue "WRS" link to the right of an article title that will open up a Wikipedia Reference Search (WP:WRS) in a new tab
	 * Documentation: [[User:Sam Sailor/Scripts/WRStitle]]
	 * Notes: 2018-11-25: This stopped working. Why? Does Amorymeltzer's mod work? 2019-04-02: Works now, beats me.
	 * 2019-04-07: Disabled, not really needed when [[User:Enterprisey/quick-before.js]] is loaded in global.js.
	 */
	 // mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ASam+Sailor%2FScripts%2FWRStitle.js&action=raw&ctype=text/javascript'); // [[Sam Sailor/Scripts/WRStitle.js]]
// END EVERYWHERE

// TO EOF: NOTES ON OTHER SCRIPTS THAT ARE NOT LOADED
/**
 * admin eye
 * Adds a link that will toggle all sections with class="admin-show" which are designed for notes hidden on page for administrators to remind them of the process in completing tasks.
 * Linkback: [[User:Technical 13/Scripts/admin eye.js]]
 * Documentation: [[User:Technical 13/Scripts/admin eye]]
 * Notes: Yet to be tested
 */

// AFC & DRAFT RELATED
/**
 * AFCH beta script
 * Helper script for [[Wikipedia:Articles for creation]]
 * Linkback: [[MediaWiki:Gadget-afchelper-beta.js]]
 * Documentation: [[Wikipedia:WikiProject Articles for creation/Helper script]]
 * Notes: 2016-06-23: Although called a beta version, it has not been updated since 2014.
 */
/**
 * AFCFFU
 * Helper script for [[Wikipedia:Files for upload]]
 * Linkback: [[User:Enterprisey/AFCFFU.js]]
 * Documentation: none
 * Notes: Yet to be tested
 */
/**
 * AFCRHS by User:PhantomTech
 * Helper script for [[Wikipedia:Articles for creation/Redirects]]
 * Linkback: [[User:PhantomTech/scripts/AFCRHS.js]]
 * Documentation: none
 * Notes: A good script, but does not handle category requests. Does not work if User:The Earwig/permalink.js is loaded.
 */
// END AFC & DRAFT RELATED

/**
 * ajaxfilemove
 * Ajax file move module
 * Linkback: [[User:Splarka/ajaxfilemove.js]]
 * Documentation: none
 * Notes: Obviously not of any use to non-admins or non-[[Wikipedia:File mover]]s.
 */

/**
 * ajaxPreview
 * Adds preview and changes Ajax buttons which are faster than standard buttons, use less traffic, retain the text cursor position and undo (Ctrl-Z) history.
 * Linkback: [[User:Js/ajaxPreview.js]]
 * Documentation: [[User:Js/ajaxPreview]]
 * Notes: This is one very nice script.
 * 2016-07-14: Loaded in global.js and works fine on other wikis; uninstalled here.
 */

/**
 * All-in-one
 * An experiment to integrate various user scripts, which can be switched on and off in the preferences page.
 * Linkback: [[User:Cameltrader/All-in-one.js]]
 * Documentation: [[User:Cameltrader/All-in-one.js/Description]]
 * Notes: 2015-11-28: In monobook in Chrome this script seems to fuck things up in a grand way, several other scripts are not loading after an ajax warning pops up.
 */

/**
 * AQFetcher
 * Will stylize as many links as possible according to the quality of their target
 * Linkback: [[User:N8wilson/AQFetcher.js]]
 * Documentation: [[User:N8wilson/AQFetcher]]
 * Notes: 2016-08-20: Uninstalled. First impression: I find all those colours confusing.
 */

/**
 * autocomplete
 * Local loader for the context aware script installed in [[Meta:Gadgets/autocomplete]]. It's the blue pop-up to the right.
 * Linkback: [[User:ערן/autocomplete.js]]
 * Documentation: [[User:ערן/autocomplete]]
 * Notes:
 * I run [[Meta:Gadgets/autocomplete]] from global.js
 * Not to be confused with [[User:Theopolisme/Scripts/autocompleter.js]]
 */

/**
 * AutoReminders
 * Create reminders on a subpage
 * [[User:Evad37/AutoReminders.js]]
 * Documentation: none
 * Begun: 2016-04
 * Links per 2016-08-19: none
 * Notes: 2018-02-26: buggy
 */

/**
 * backlinkWarner
 * Linkback: [[User:Writ Keeper/Scripts/backlinkWarner.js]]
 * Documentation: none
 * Notes:
 * Only relevant when deleting articles, so obvious no use to non-admins
 * Previous discussion at [[Wikipedia:Village pump (technical)/Archive 122#Deletion warning in new version of MediaWiki]]
 */

/**
 * cat-a-lot
 * Loader for [[:Commons:Help:Gadget-Cat-a-lot]]
 * Linkback: [[User:קיפודנחש/cat-a-lot.js]]
 * Documentation: none local, see above link to Commons
 * Notes:
 */

/**
 * CategoryBrowser
 * Linkback: [[User:Zocky/CategoryBrowser.js]]
 * Documentation: [[User:Zocky/Category Browser]]
 * Begun: 2005-11
 * Last update: 2006-06
 * Links per 2016-08-19: 1
 * Notes: 2016-08-17; 2016-08-19, uninstalled, does not work
 */

/**
 * CommonsHelper Labs
 * Helper script for WP:MTC
 * Linkback: [[User:Mattflaschen/CommonsHelper Labs.js]]
 * Documentation: none
 * Notes: Yet to be tested
 */

/**
 * confirmLogout
 * Linkback: [[User:Fred Gandt/confirmLogout.js]]
 * Documentation: none
 * Links per 2016-08-19: 3
 * Notes: Yet to be tested
 */

/**
 * contribcalendar
 * Contributions calendar script
 * Linkback: [[User:Ais523/contribcalendar.js]]
 * Documentation: none
 * Notes:
 * 2015-11-28: Does not seem to work at least neither with Monobook in Chrome nor in Firefox. Not updated since 2010.
 * 2016-08-22: And it doesn't work with Vector skin either.
 */

/**
 * contribsrange
 * Allow /16, /24 and /27 – /32 CIDR ranges on Special:Contributions forms, as well as wildcard prefix searches
 * Linkback: [[User:Splarka/contribsrange.js]], [[MediaWiki:Gadget-contribsrange.js]]
 * Documentation: MediaWiki talk:Gadget-contribsrange.js
 * Notes: Yet to be tested; available as a gadget too: Special:Preferences#mw-prefsection-gadgets under "Advanced": Allow /16, /24 and /27 – /32 CIDR ranges
 */

/**
 * ContribsTabVector
 * Adds two new tabs to User and User talk pages: "Contributions" and "Statistics".
 * Linkback: [[User:Equazcion/ContribsTabVector.js]]
 * Documentation: [[User:Equazcion/ContribsTabVector]]
 * Notes: 2016-08-22: Uninstalled; the same functions are already in MoreMenu.js.
 */

/**
 * ControversialMoves
 * Adds a checkbox to the "Move page" special page, containing the content "Do you think this move might be controversial?"
 * When checked, a move request is added to the talkpage, using the proper template.
 * Linkback: [[User:Yair rand/ControversialMoves.js]]
 * Documentation: none
 * Notes:
 * 2016-06-23: Not updated since 2013. No other js links apart from mine. Disabling for now.
 * 2016-08-01: Trial period begun.
 * 2016-08-19: Uninstalled, does apparently not work.
 */

/**
 * copySectionLink by User:Bility
 * Adds a hidden pilcrow (¶) after editable section titles
 * Linkback: [[User:Bility/copySectionLink.js]]
 * Documentation: [[User:Bility/copySectionLink]]
 * Notes: 2015-12-09: Haven't used this much, uninstalled.
 */

/**
 * copySectionLink by User:SoledadKabocha
 * A mod of User:Bility/copySectionLink.js (see above) fixed to work on any Wiki and to handle titles with question marks correctly
 * Adds a hidden pilcrow (¶) after editable section titles.
 * Linkback: [[User:SoledadKabocha/copySectionLink.js]]
 * Documentation: ([[User:Bility/copySectionLink]])
 * Notes:
 * 2016-06-23: Loaded in global.js
 * 2018-11-25: Removing from global.js, loading [[User:Fred Gandt/sectionLinks.js]] instead (in global.js).
 */

/**
 * copyvio-check
 * Displays the % of copyvio in a separate section of the info menu of the NPP toolset.
 * Linkback: [[User:FR30799386/copyvio-check.js]]
 * Documentation: [[User:FR30799386/copyvio-check]]
 * Notes: Added 2019-03-29. 2019-04-02: either it's not working, or it is slow. Disabled.
 */

/**
 * custom long pages
 * Adds options for [[Special:LongPages]], such as the ability to hide articles that begin with "List of".
 * Linkback: [[User:Gary/custom long pages.js]]
 * Documentation: none
 * Notes: Yet to be tested
 */

/**
 * dabfinder by User:Splarka
 * Disambiguation lookup script
 * Linkback: [[User:Splarka/dabfinder.js]]
 * Documentation: none
 * Notes:
 * Found in the Tools menu: "Find disambiguations"
 * Last updated by author in 2009. File size per 2016-06-23: 6669 bytes. The below dabfinder by User:Meteor sandwich yum was updated in 2014.
 */
/**
 * dabfinder by User:Meteor sandwich yum
 * Disambiguation lookup script
 * Linkback: [[User:Meteor sandwich yum/dabfinder.js]]
 * Documentation: none
 * Notes:
 * Originally from: User:Splarka/dabfinder.js (see above)
 * Found in the Tools menu: "Find disambiguations"
 * Last updated by author in 2014. File size per 2016-06-23: 7241 bytes.
 */
//enWikiScript('User%3AMeteor+sandwich+yum%2Fdabfinder.js');

/**
 * dashes
 * Will fix hyphens, dashes, and minus signs per MOS:DASH
 * Linkback: [[User:GregU/dashes.js]]
 * Documentation: [[User talk:GregU/dashes.js]]
 * Notes: It is currently not possible to use both AutoEd and dashes.js independently of each other.
 */

/**
 * delLog
 * Adds an extra tab when viewing an article that has been deleted in the past to see the article's deletion log
 * Linkback: [[User:Mr.Z-man/delLog.js]]
 * Documentation: [[User:Mr.Z-man/delLog]]
 * Notes: It's good, but deletionFinder.js is better.
 */

// DISCUSSION RELATED
/**
 * afd helper
 * The afd helper is a tool developed to help voting on Articles for Deletion and nominating articles for deletion.
 * Linkback: [[User:Jnothman/afd helper/script.js]]
 * Documentation: [[User:Jnothman/afd helper]]
 * Notes: 2015-12-03: I am uninstalling this, it works well, but its benefits are rather limited.
 */
/**
 * afdvote
 * Assists in !voting on AFD debates.
 * Linkback: [[User:2D/afdvote.js]]
 * Documentation: none
 * Notes: 2015-11-28: Not updated since 2008. Does not seem to work at least not with monobook in Chrome. Does supposedly the same as afd_helper (above).
 */
/**
 * autoCloser
 * Automatically closes sections and subsections on Wikipedia: and Wikipedia talk: pages
 * Linkback: [[User:Writ Keeper/Scripts/autoCloser.js]]
 * Documentation: none
 * Notes: Yet to be tested
 */
/**
 * closeAFD2
 * JavaScript tool that allows for easy closing of AFD debates
 * Linkback: [[User:Mr.Z-man/closeAFD2.js]]
 * Documentation: [[User:Mr.Z-man/closeAFD]]
 * Notes: Loaded in User:Czar/closexfd.js
 * hideClosedAFD
 * JavaScript tool to hide closed Articles for Deletion discussions on log pages
 * Linkback: [[User:Mr.Z-man/hideClosedAFD.js]]
 * Documentation: [[User:Mr.Z-man/hideClosedAFD]]
 * Notes: Also loaded in User:Czar/closexfd.js
 * More notes: 2018-01: Superseded by User:Evad37/XFDcloser
 */
/**
 * closedrv
 * Helps automate DRV closing by adding a 'close' tab to DRV debates when editing sections.
 * Linkback: [[User:Lifebaka/closedrv.js]]
 * Documentation: [[User:Lifebaka/closedrv]]
 * Notes: Yet to be tested
 */
/**
 * closemfd
 * Close debates at MFD
 * Linkback: [[User:Doug/closemfd.js]]
 * Notes: Is loaded by User:Czar/closexfd.js.
 * Per 2018 User:Evad37/XFDcloser is the best developed script for closing deletion discussions.
 */
/**
 * User:Gogo Dodo/CloseXfD.js
 * Script to automate closing XfDs by adding a 'close' link to XfD debates
 * Linkback: [[User:Gogo Dodo/CloseXfD.js]]
 * Notes:
 * 2015-11-29: Does not seem to work at least not with monobook in Chrome. Not updated since 2009.
 * Per 2018 User:Evad37/XFDcloser is the best developed script for closing deletion discussions.
 */
/**
 * User:King of Hearts/closexfd.js
 * Helpers to close discussions at WP:CfD, WP:FfD, WP:MfD, WP:RfD and WP:TfD
 * Linkback: [[User:King of Hearts/closexfd.js]]
 * Documentation: none
 * Notes: Using the User:Czar/closexfd.js compilation
 * Notes: Loads these five scripts:
 * User:King of Hearts/closecfd.js
 * User:King of Hearts/closeffd.js
 * User:Doug/closemfd.js
 * User:King of Hearts/closerfd.js
 * User:Doug/closetfd.js
 * Notes: User:Czar/closexfd.js is more up to date.
 * Per 2018 User:Evad37/XFDcloser is the best developed script for closing deletion discussions.
 */
/**
 * User:Czar/closexfd.js
 * A compilation of the best semi-automated XfD closure scripts from across the project
 * Helpers to close discussions at WP:AfD, WP:CfD, WP:FfD, WP:MfD, WP:RfD and WP:TfD
 * Linkback: [[User:Czar/closexfd.js]]
 * Notes: Loads these seven scripts:
 * User:Mr.Z-man/closeAFD2.js
 * User:Mr.Z-man/hideClosedAFD.js
 * User:Evad37/CFDcloser.js - Linkback: [[User:Evad37/CFDcloser.js]]
 * User:Evad37/FFDcloser.js - Linkback: [[User:Evad37/FFDcloser.js]]
 * User:Doug/closemfd.js - Linkback: [[User:Doug/closemfd.js]]
 * User:Deryck Chan/closerfd.js - Linkback: [[User:Deryck Chan/closerfd.js]]
 * User:Evad37/TFDcloser.js - Linkback: [[User:Evad37/TFDcloser.js]]
 * More notes: Per 2018 User:Evad37/XFDcloser is the best developed script for closing deletion discussions.
 */
/**
 * closemrv
 * Helps automate MRV closing
 * Linkback: [[User:Armbrust/closemrv.js]]
 * Documentation: In script
 * Feedback: [[User talk:Armbrust/closemrv.js]]
 * Notes: Yet to be tested
 */
/**
 * diffconverter by Scottywong
 * Converts diff URL's into the {{diff}} template format (and it will also convert URL's for previous article revisions into the {{oldid}} template)
 * Linkback: [[User:Scottywong/diffconverter.js]]
 * Documentation: [[User:Scottywong/diffconverter]]
 * Notes: No more bare URLs in diffs
 */
/**
 * diffconverter by NQ
 * A mod of Scottywong's script to add toolbar button instead of shortcut key
 * Linkback: [[User:NQ/custom-scripts/diffconverter.js]]
 * Documentation:
 * Notes: No more bare URLs in diffs
 * 2017-01-26: Installed, uninstalled Scottywong's script
 */
/**
 * HelpDeskTBLinks
 * Makes it easy to post talkback messages to users who have asked questions at the Wikipedia:Help desk and a few other help venues mentioned at the top of the script
 * Linkback: [[User:Chicocvenancio/HelpDeskTBLinks.js]]
 * Documentation: [[User:Chicocvenancio/HelpDeskTBLinks]]
 * Notes: 2015-12-31: Uninstalled. For whatever reasons it does not appear to work. Not updated since 2013.
 */
/**
 * responseHelper
 * A user script that makes it easier to respond to requests/reports at WP:AIV, WP:ANEW, WP:PERM, WP:RFPP and WP:UAA.
 * Linkback: [[User:MusikAnimal/responseHelper.js]]
 * Documentation: [[User:MusikAnimal/responseHelper]]
 * Notes: Obviously not of any use to non-admins
 */
/**
 * SetupAutoArchive
 * This lightweight script adds an option to enable automated archival in just one click to the More drop-down on talk pages.
 * Linkback: [[User:Anne drew Andrew and Drew/SetupAutoArchive.js]]
 * Documentation: [[User:Anne drew Andrew and Drew/SetupAutoArchive]]
 * Feedback: [[User talk:Anne drew Andrew and Drew/SetupAutoArchive]]
 * Notes: 2018-01-13
 */
/**
 * signcheck
 * Pops up a confirmation dialog if trying to save a talk page without signing.
 * Linkback: [[User:Ilmari Karonen/signcheck.js]]
 * Documentation: none
 * Notes: 2016-01-01: Uninstalled, have I ever forgotten to sign?
 */
/**
 * SimpleVote2012
 * Another AFD !vote script
 * Linkback: [[User:This, that and the other/SimpleVote2012-code.js]]
 * Documentation: none
 * Notes: Not yet tested. As the name implies, made in 2012 and not update since. Probably to as little use as the other vote scripts tested.
 */
/**
 * spihelper
 * Tim's SPI helper script
 * Linkback: [[User:Timotheus Canens/spihelper.js]]
 * Documentation: [[User talk:Timotheus Canens/spihelper.js]]
 * Notes: Not yet tested. Fetch it as raw.
 */
/**
 * SPIW
 * SPIW, short for Sock Puppet Investigation Wizard: filing at SPI
 * Linkback: [[User:Timotheus Canens/SPIW.js]]
 * Documentation: none
 * Notes: Yet to be tested. Last updated in 2012. Likely does nothing that Twinkle can't do.
 */
/**
 * votesymbols
 * Icons to !votes in AfDs, RfAs, etc. Doesn't affect the page, just shows the icons when this code is installed.
 * Linkback: [[User:Ais523/votesymbols.js]]
 * Documentation: none
 * Notes: 2015-12-29: Previously loaded as part of ExperiencedEditorPack.js, is now loaded in global.js
 */
// END DISCUSSION RELATED

/**
 * disFixer
 * tool that allows you to easily fix dabs and redirects.
 * Linkback: [[User:Matma Rex/disFixer.js]]
 * Documentation: [[User:Matma Rex/disFixer]]
 * Feedback: [[]]
 * Notes: 2018-02-24: Does not appear to work.
 */

/**
 * EasyBlock
 * Allows to block users quickly using a drop-down menu with frequent lengths and reasons
 * Linkback: [[User:Animum/easyblock.js]]
 * Documentation: [[User:Animum/EasyBlock]]
 * Notes: Obviously not of any use to non-admins
 */

/**
 * (easy) unblock.js
 * Allows to unblock users quickly using a drop-down menu with frequent lengths and reasons
 * Linkback: [[User:Ale jrb/Scripts/unblock.js]]
 * Documentation: none
 * Notes: Obviously not of any use to non-admins
 */

/**
 * easyprod
 * Adds a tab to easily add PROD tags to articles
 * Linkback: [[User:Dycedarg/easyprod.js]]
 * Documentation: [[User talk:Dycedarg/easyprod.js]]
 * Notes: 2016: Not updated since 2007, and does nothing Twinkle can't do.
 */

/**
 * editbutton user
 * Adds a user link button to the edit page toolbar
 * Linkback: [[User:Ilmari Karonen/editbutton user.js]]
 * Documentation: none
 * Notes: 2016-04-09: Uninstalling this, either it doesn't work anymore, or I'm too daft to figure out where that button is added! :)
 */

/**
 * editcount
 * To use this tool, go onto a user's Contributions page and click on the 'count' tab the script adds there.
 * Linkback: [[User:Ais523/editcount.js]]
 * Documentation: [[User:Ais523/editcount]]
 * Notes: 2016-06-23: Uninstalled, have I ever used it?
 */

/**
 * editcounter
 * Counts all your edits and saves them to a page
 * Linkback: [[User:Kanegasi/editcounter.js]]
 * Documentation: [[User:Kanegasi/editcounter]]
 * Notes: Works well, but it's one of those scripts that you use only occasionally, if cured from WP:COUNTITIS.
 * 2023-07-03: Appears to no longer be working
 */
//if (mw.config.get('wgTitle') === mw.config.get('wgUserName') && mw.config.get('wgNamespaceNumber') === 2) {
/* begin options */
//var pageName = 'My edits';
/* end options */
//mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Kanegasi/editcounter.js&action=raw&ctype=text/javascript');
//}

/**
 * encodeeverything
 * Linkback: [[User:Splarka/encodeeverything.js]]
 * Documentation: none
 * Notes: 2016-04-08: Uninstalled; never used it, I'm not even quite sure what it does.
 */

/**
 * EngvarB
 * Ensures consistency where BrEng is already predominantly used in an article or should be based on WP:TIES
 * Linkback: [[User:Ohconfucius/script/EngvarB.js]]
 * Documentation: [[User:Ohconfucius/EngvarB]]
 * Notes:
 * 2015-12-26: Loading it here, removing from global.js
 * 2016-04-08: Uninstalled, seldom used
 * 2016-08-18: Loaded via scriptManager.js
 */

/**
 * enterInSummaryPreviews
 * Preview when hitting enter in the summary field
 * Linkback: [[User:SoledadKabocha/enterInSummaryPreviews.js]]
 * Documentation: none
 * Notes: A modded version of User:Anomie/nosubmitsummary.js
 * 2016-08-01: Uninstalled, when did I last forget an edit summary?
 */

/**
 * ExperiencedEditorPack
 * A package of handpicked scripts that can be installed easily in a single step. It contains features intended to ease and enhance the use of Wikipedia by experienced editors.
 * Linkback: [[User:Equazcion/ExperiencedEditorPack.js]]
 * Documentation: [[User:Equazcion/ExperiencedEditorPack]]
 * Notes:
 * 2015-12-28: Uninstalled both here and in global.js; I will rather load selected scripts individually.
 * Loads:
 * User:Ais523 non-admin/adminrights.js loads User:ais523/adminrights.js loads User:Amalthea/userhighlighter.js which in turn recommends User:Theopolisme/Scripts/adminhighlighter.js – loaded individually
 * User:Ais523/votesymbols.js – loaded individually
 * User:Cacycle/wikEdDiff.js
 * User:Equazcion/ActiveWatchers.js
 * User:Equazcion/CatListMainTalkLinks.js
 * User:Equazcion/ContribsTabVector.js
 * User:Equazcion/Floater.js – for vector skin
 * User:Equazcion/LagToMinutes.js
 * User:Equazcion/LiveDiffLink.js
 * User:Equazcion/SidebarHistoryTools.js
 * User:Equazcion/SidebarTranslate.js
 * User:Equazcion/ToggleEditNotices.js
 * User:Equazcion/link intermediate revisions.js
 * User:Equazcion/sysopdetector.js
 * User:Equazcion/userinfo.js
 * User:Gary King/highlight my username in history.js – loaded individually as User:Gary/highlight my username in history.js
 * User:John254/mass rollback.js – using [[:m:User:Hoo man/Scripts/Smart rollback]]
 * User:NuclearWarfare/Mark-blocked script.js – similar script runs from global.js
 * User:js/6tabs-vector.js – only for vector skin, alt for monobook is available
 * 2015-12-28: Uninstalled both here and in global.js; I will rather load selected scripts individually.
 */

/**
 * familytree
 * Script to help maintain {{familytree}} or {{chart}}
 * Linkback: [[User:GregU/familytree.js]]
 * Documentation: [[User:GregU/familytree]]
 * Notes: Yet to be tested
 */

/**
 * FastButtons
 * A simple script that helps in tagging pages for speedy deletion and maintenance templates
 * Linkback: [[User:Macy/FastButtons.js]]
 * Documentation: [[User:Macy/FastButtons]]
 * Notes: 2016: Not updated since 2011, and does nothing Twinkle can't do.
 */

/**
 * formatgeneral
 * Formatting per MOS
 * Linkback: [[User:Ohconfucius/script/formatgeneral.js]]
 * Documentation: [[User:Ohconfucius/script/formatgeneral]]
 * Notes:
 * 2015-12-26: Loading it here, removing from global.js
 * 2016-08-01: Uninstalling for now, I think I'm covered with Autoed etc.
 * 2016-08-18: Loaded via scriptManager.js from global.js
 * 2016-09-06: Uninstalling. Does not execute neither when loaded here, nor when managed by scriptManager.js be it here locally or globally.
 * Is it because it loads pathoschild.templatescript.js that I already load in global.js?
 */

/**
 * furme
 * Image namespace specific tasks
 * Linkback: [[User:AWeenieMan/furme.js]]
 * Documentation: Wikipedia:FurMe
 * Notes: Yet to be tested
 */

/**
 * GAreviewHelper
 * [[WP:GAREV]]
 * Linkback: [[User:Evad37/GAreviewHelper.js]]
 * Documentation: none
 * Begun: 2016-08-08
 * Last update: 2016-08-19
 * Links per 2016-08-19: none
 * Notes: Yet to be tested, still in development
 */

/**
 * googleTitle.js
 * Adds a link next to an article's title that will open a new tab with a Google search for that title.
 * Linkback: [[User:Writ Keeper/Scripts/googleTitle.js]]
 * Documentation: none
 * Notes: Very useful
 * 2015-12-29: Loaded in global.js and works fine on other wikis; uninstalling here.
 */

/**
 * hdedit.js
 * Allows for simple one-click editing of section titles w/o having to open the edit form for either the whole page or the section.
 * To use it, make a left-mouse click on a section and within seconds an input box w/ the formatting of the section title will appear.
 * Linkback: [[User:The Evil IP address/hdedit.js]]
 * Documentation: [[User:The Evil IP address/hdedit]]
 * Notes:
 * 2016-06-23: Works, also when [[User:The Earwig/permalink.js]] is installed.
 * 2017-01-13: Uninstalled. I have only rarely used it, and when you mark a section title in order to copy it, this script is slightly counterproductive.
 */

/**
 * infoboxgap
 *
 * Linkback: [[User:Frietjes/infoboxgap.js]]
 * Documentation: none
 * Notes: Yet to be tested
 */

/**
 * massblock
 * Tim's mass blocking tool
 * Linkback: User:Timotheus Canens/massblock.js
 * Documentation: none
 * Notes: Obviously not of any use to non-admins
 */

/**
 * Mass Purge Tool, adapted from [[User:Timotheus Canens/massedit.js]], once installed, go to Special:MassPurge and provide a list of pages
 * Linkback: [[User:Frietjes/masspurge.js]]
 * Documentation: none
 * Notes: Yet to be tested
 */

/**
 * massRevdel
 * Revdel capabilities available directly from user contributions page
 * Linkback: User:Writ Keeper/Scripts/massRevdel.js
 * Documentation: none
 * Notes: Obviously not of any use to non-admins
 */

/**
 * MoreMenu
 * A script that adds page (and, if applicable, user) drop-down menus to the toolbar
 * Linkback: [[User:MusikAnimal/MoreMenu.js]]
 * Documentation: [[WP:MOREMENU]]
 * Notes: 2016-06-23: Previously loaded only on w:en as a gadget from prefs, now loaded from global.js
 */

/**
 * MOSNUM dates
 * Linkback: [[User:Ohconfucius/script/MOSNUM dates.js]]
 * Documentation: [[User:Ohconfucius/script/MOSNUM dates]]
 * Notes:
 * 2015-12-26: Loading it here, removing from global.js
 * 2016-04-09: Uninstalling for now
 * 2016-08-18: Loaded via scriptManager.js
 */

/**
 * moverevert
 * Revert page moves
 * Linkback: [[User:Mr.Z-man/moverevert.js]]
 * Documentation: none
 * Notes: Yet to be tested; per 2018-01: script not updated since 2008
 */

/**
 * movetocommonsreview
 * Assist at Wikipedia:Moving files to Commons
 * Linkback: [[User:MGA73/movetocommonsreview.js]]
 * Documentation: [[Special:Permalink/682789003#Make human review possible]]
 * Notes: Yet to be tested
 */

/**
 * nominations viewer
 * Compact nominations for [[WP:FAC]], [[WP:FAR]], [[WP:FLC]], [[WP:FLRC]], [[WP:FPC]], and [[WP:PR]].
 * Linkback: [[User:Gary/nominations viewer.js]]
 * Documentation: [[Wikipedia:Nominations Viewer]]
 * Notes: Yet to be tested
 */

/**
 * nosubmitsummary
 * Don't submit when hitting enter in the summary field.
 * Linkback: [[User:Anomie/nosubmitsummary.js]]
 * Documentation: none
 * Notes: A modded version of this script is User:SoledadKabocha/enterInSummaryPreviews.js
 */

/**
 * orcp-helper
 * A userscript to make giving ratings at WP:ORCP easier.
 * Linkback: [[User:Enterprisey/orcp-helper.js]]
 * Documentation: [[User:Enterprisey/orcp-helper]]
 * Notes: Yet to be tested
 */

/**
 * PageDetails
 * Various "what links here" links in the toolbox
 * Linkback: [[User:Anne drew Andrew and Drew/PageDetails.js]]
 * Documentation: [[User:Anne drew Andrew and Drew/PageDetails]]
 * Notes: Installed 2018-01-13 - and uninstalled again. As of now it just adds a bunch of links to the toolbox, it does not actually make a call to see, if there's something useful in the other end.
 */

/**
 * patrollinks
 * Add patrolling links directly on Special:Newpages
 * Linkback: [[User:Mr.Z-man/patrollinks.js]]
 * Documentation: [[User:Mr.Z-man/patrollinks]]
 * Notes: 2016-04-09: Uninstalling, how can you patrol a new page without loading it up?
 * Further: a note in-script from 2013 says:
 * Don't import this file any longer, please see:
 * [[User:Hoo man/instantNewPagePatrol.js]]
 * Never tried that script. A post at [[Special:Permalink/869712524#Old scripts]] from 2017 says the script is broken.
 */

/**
 * peerreviewer
 * Despite its name, reviews created by this script aren't by peers, but by a JavaScript (written by peers, though). "Peer" is in there to clarify its purpose.
 * Linkback: [[User:AndyZ/peerreviewer.js]]
 * Documentation: [[User:AndyZ/peerreviewer]]
 * Notes:
 */

/**
 * permalink
 * Adds a link next to page headers which copies a permalink to that section using [[Special:Permalink]].
 * Linkback: [[User:The Earwig/permalink.js]]
 * Documentation: none
 * Notes:
 * 2015-12-09: Temp uninstalled
 * 2016-06-23: Installed again, valuable script
 * 2016-06-29: Uninstalled here, loading in global.js and works well on other MediaWiki Wikis
 */

// PERMISSION RELATED
// Obviously none of the following are of any use to non-admins.
/**
 * MakeAutopatroller.js, MakeReviewer.js, MakeRollbacker.js
 * Provides a link on userpages to make the user autopatroller/reviewer/rollbacker, and notifies the user with a template.
 * Linkback:
 * Notes: Obviously not of any use to sub-sysops
 */
/**
 * userRightsManager.js
 * Works on Wikipedia:Requests for permissions
 * Linkback:
 * Notes: Obviously not of any use to sub-sysops
 */
// END PERMISSION RELATED

/**
 * PicturePopupsVector
 * Thumbnail viewing in a pop-up window
 * Linkback: [[User:Zocky/PicturePopupsVector.js]]
 * Documentation: [[User:Zocky/Picture Popups]]
 * Notes:
 * 2016-08-17: Installed
 * 2016-08-18: Uninstalled, apparently not working
 */

/**
 * protection
 * Easily add responses to [[WP:RFPP]] and protection symbols to pages
 * Linkback: [[User:Steel359/protection.js]]
 * Documentation: User:Steel359/Protection js
 * Notes: Probably not of any use to sub-sysops.
 */

/**
 * quickimgdelete
 * Allows to quickly tag files and/or nominate them for deletion
 * Linkback: [[User:Howcheng/quickimgdelete.js]]
 * Documentation: [[User talk:Howcheng/quickimgdelete.js]]
 * Notes: Yet to be tested
 */

/**
 * recent2
 * Lupin's Anti-Vandal Tool is a utility that detects and uncovers instances of wiki-targeted online vandalism.
 * Linkback: [[User:Lupin/recent2.js]]
 * Documentation: [[User:Lupin/Anti-vandal tool]]
 * Notes: 2015-11-28: Uninstalled, not that fantastic IMHO
 */

/**
 * req-helper
 * A userscript to help out at [[Wikipedia:Requested articles]]
 * Linkback: [[User:Enterprisey/req-helper.js]]
 * Documentation: [[User:Enterprisey/req-helper]]
 * Notes: 2016-08-01: Uninstalled, seldom used
 */

/**
 * reviewer summary
 * Shows a summary table of reviewers for the nominations on the current page for [[WP:FAC]], [[WP:FAR]], [[WP:FLC]], [[WP:FLRC]], [[WP:FPC]], and [[WP:PR]].
 * Linkback: [[User:Gary/reviewer summary.js]]
 * Documentation: [[Wikipedia:Reviewer Summary]]
 * Notes: Yet to be tested
 */

/**
 * reword2
 * Linkback: [[User:M~enwiki/reword2.js]]
 * Documentation: none
 * Notes: 2015-12-11: Does apparently not work, not updated since 2010.
 */

// ROLLBACK RELATED
/**
 * smart rollback
 * It provides the following functions:
 * Changing the rollback edit summary (for all revert links on page)
 * You can select predefined values or enter a custom edit summary
 * Mark rollbacks as bot edits (for all rollbacks on page), only works if you have the required permission (only administrators and global rollbackers have)
 * Mass revert (uses all rollback links on the current page)
 * This supports the above options as well (custom edit summary and mark as bot edit)
 * Linkback: [[:Meta:User:Hoo man/Scripts/smart rollback.js]]
 * Documentation: [[:Meta:User:Hoo man/Scripts/Smart rollback]]
 * Notes: Loaded in global.js
 */
/**
 * confirmationRollback
 * No more accidental rollbacks
 * Linkback: [[User:MusikAnimal/confirmationRollback.js]]
 * Documentation: [[User:MusikAnimal/confirmationRollback]]
 * Notes: Loaded as a gadget from prefs
 */
/**
 * rollbackTouch hides all rollback links on mobile devices
 * Linkback: [[User:MusikAnimal/rollbackTouch.js]]
 * Documentation: [[User:MusikAnimal/rollbackTouch]]
 * Notes: Added 2016-06-23
 */
// END ROLLBACK RELATED

/**
 * saveandedit
 * This script adds a new button under the edit field that saves the page content and goes back to the edit field.
 * Linkback: [[User:Mabdul/saveandedit.js]]
 * Documentation: [[User:Mabdul/saveandedit]]
 * Notes: Practical feature, but how often have I used it? Uninstalling.
 */

/**
 * ScriptInstaller
 * Provides simple automatic installs and uninstalls of Wikipedia customizations (user scripts) directly from the script listing page, each with just a single click.
 * Linkback: [[User:Equazcion/ScriptInstaller.js]]
 * Documentation: User:Equazcion/ScriptInstaller
 * Notes: 2015-12-09: Uninstalled, I prefer manual installation.
 */

/**
 * SearchNamespace
 * Allows the user to select a namespace to search in from the corner search bar
 * Linkback: [[User:Writ Keeper/Scripts/SearchNamespace.js]]
 * Documentation: none
 * Notes: Added 2018-01-28
 * 2018-11-25: Why did I uninstall this, did it conflict with something else?
 */

/**
 * showhardspaces
 * Makes hard spaces, a.k.a. non-breaking spaces (&nbsp;) visible
 * Linkback: [[User:Evad37/showhardspaces.js]]
 * Documentation: [[User:Evad37/showhardspaces]]
 * Begun: 2014-01
 * Notes: Loaded via scriptManager.js
 */

/**
 * sidebar
 * Puts a link in the sidebar to NewPagesFeed
 * Linkback: [[User:Ryan Vesey/sidebar.js]]
 * Documentation: none
 * Notes:
 * 2015-12-09: Would I notice it was missing, if I uninstalled this script?
 * 2016-04-09: Nope, I did not.
 */

/**
 * sidebar stuff
 * Puts four links in the sidebar to Yadkard, Reftag, Find link tool, and Checklinks
 * Linkback: [[User:Epicgenius/sidebar stuff.js]]
 * Documentation: [[User:Epicgenius/sidebar stuff]]
 * Notes:
 */

/**
 * spamublock
 * Expedites the all too common {{uw-spamublock}} scenario
 * Linkback: [[User:MusikAnimal/spamublock.js]]
 * Documentation: [[User:MusikAnimal/spamublock]]
 * Notes: Obviously not of any use to non-admins
 */

/**
 * SpamUserPage
 * Allows you to delete a userspace page, block the user, and issue them with a block notice, all in one click
 * Linkback: [[User:Mr. Stradivarius/gadgets/SpamUserPage.js]]
 * Documentation: [[WP:SUPG]]
 * Notes: Obviously not of any use to non-admins
 */

// STUB TAG RELATED
// TLDR note per November 2018: [[User:Danski454/stubsearch.js]] beats all other stub scripts, including User:Ais523/stubtagtab2.js.
// TLDR note per May 2018: [[User:Ais523/stubtagtab2.js]] is the script to use.
// Scripts for adding stub tags
// Sort-of sorted chronological
/**
 * Linkback: [[User:Ais523/stubtagtab2.js]]
 * Documentation: User talk:Ais523/stubtagtab2.js
 * TLDR note per January 2018: this is the original stub tag script, and with the August 2016 update it is also the most updated script.
 * Notes:
 * Begun: Dec 2007
 * Links per 2016-08-19: ~45–50
 * OBS: No "Architecture" per 2016-08-19
 * In Novmber 2011 code was copied from User:MC10/stubtagtab.js, so per August 2016 the edit summary will say "using [[User:MC10/stubtagtab.js|stubtagtab.js]]"
 * Ais523 raised the question in Sep 2014 in https://en.wikipedia.org/w/index.php?title=User_talk:MC10&diff=631722561&oldid=626820653
 * Verify this: https://en.wikipedia.org/w/index.php?title=User:Meteor_sandwich_yum/post_it&diff=next&oldid=602796223
 * [[User:Ais523/stubtagtab2.js]] / [[User:MC10/stubtagtab.js]] / [[User:Wolfgang42/stubtagtab.js]]. All of them will return an error if the common "stub" tag is used.
 * August 2016 update: Architecture group added, <nowiki>{{stub-stub}}</nowiki> bug fixed, edit summary links to script
 */
/**
 * User:Zro/stubtagtab3.js
 * Documentation: User talk:Zro/stubtagtab3.js
 * Notes:
 * Begun: July 2009 as a fork of User:Ais523/stubtagtab2.js
 * Size: 3168 bytes
 * Last update: July 2009
 * Size: 3381 bytes
 * Uses deprecated parameters
 * Links per 2016-08-19: 1, author
 * OBS: No "Architecture", no "General"
 */
/**
 * Linkback: [[User:MC10/stubtagtab.js]]
 * Documentation: none
 * Notes:
 * Begun: Oct 2011 as a fork of User:Ais523/stubtagtab2.js
 * Size: 3307 bytes
 * Last update: April 2013
 * Size: 4365 bytes
 * Links per 2016-08-19: ~5
 * OBS: No "Architecture"
 * Verify this: https://en.wikipedia.org/w/index.php?title=User:Meteor_sandwich_yum/post_it&diff=next&oldid=602796223
 * [[User:Ais523/stubtagtab2.js]] / [[User:MC10/stubtagtab.js]] / [[User:Wolfgang42/stubtagtab.js]]. All of them will return an error if the common "stub" tag is used.
 */
/**
 * Linkback: [[User:Darkwind/stubtagtab2.js]]
 * Documentation: none
 * Notes:
 * Begun: Mar 2012 as a fork of User:MC10/stubtagtab.js
 * Size: 4293 bytes
 * Last update: March 2012
 * Size: 4307 bytes
 * Links per 2016-08-19: 2
 * OBS: Has "Architecture"
 */
/**
 * Linkback: [[User:Wolfgang42/stubtagtab.js]]
 * Documentation: none
 * Notes:
 * Begun: Nov 2012 as a fork of User:MC10/stubtagtab.js
 * Size: 4756 bytes
 * Last update: none
 * Size: 4756 bytes
 * "This version removes the automatic preview, as it was slowing down the process. It will also automatically delete any {{stub}} tags that are hanging about and collapse 3 or more newlines into just 2."
 * Links per 2016-08-19: none
 * OBS: No "Architecture"
 */
/**
 * User:Epicgenius/stubtag.js
 * Documentation: User:Epicgenius/stubtag
 * Notes:
 * Begun: April 2015, forked from User:BranStark/monobook.js that snatched code from User:Ais523/stubtagtab2.js
 * Size: 2854 bytes
 * Last update: April 2015
 * Size: 2932 bytes
 * Links per 2016-08-19: 11
 * OBS: No "Architecture"
 */
/**
 * User:Omni Flames/stubtag.js
 * Documentation: none
 * Notes:
 * Begun: May 2016 as a fork of User:MC10/stubtagtab.js with another edit summary
 * Size: 4151 bytes
 * Last update: May 2016
 * Size: 4195 bytes
 * Links per 2016-08-19: 2
 * OBS: No "Architecture"
 */
/**
 * Several other forks of User:Ais523/stubtagtab2.js exist.
 * All the following lack at least "Architecture" and some lack "General" as well per 2016-08-19.
 * User:GoldenPhoenix/stubtagtab2.js (2007)
 * User:Legoktm/stubtagtab.js (2008)
 * User:Paranomia/stubtagtab.js (2008)
 */
// END STUB TAG RELATED

/**
 * subjects age from year
 * In an article about a person or a company, when the mouse hovers over a year in the article, the age of the article's subject by that year appears in a tooltip.
 * Linkback: [[User:Gary/subjects age from year.js]]
 * Documentation: none
 * Notes: Yet to be tested
 */

/**
 * summabletables
 * Framework for automatically calculating totals for table columns.
 * Linkback: [[User:Splarka/summabletables.js]]
 * Documentation: User talk:Splarka/summabletables.js
 * Notes: Yet to be tested
 */

/**
 * SumNumbers
 * A user script for adding up numbers you selected on the page with the mouse. You should be able to select a row in a table to get the row totals in all recent browsers.
 * Linkback: [[User:V111P/js/SumNumbers.js]]
 * Documentation: [[User:V111P/js/Sum numbers]]
 * Notes: Yet to be tested
 */

/**
 * sync-template-sandbox
 * A userscript to sync template sandboxes with their main versions
 * Linkback: [[User:Enterprisey/sync-template-sandbox.js]]
 * Documentation: [[User:Enterprisey/sync-template-sandbox]]
 * Notes: Yet to be tested
 */

/**
 * table-editor
 * Adds a few table editing buttons to the toolbar
 * Linkback: [[User:Kephir/gadgets/table-editor.js]]
 * Documentation: [[User:Kephir/gadgets/table-editor]]
 * Notes: 2018-01-28
 */

// TEAHOUSE RELATED
/**
 * teahouseUtility
 * Gives one-click option to add Teahouse invitation or talkback to a user.
 * Linkback: [[User:Writ Keeper/Scripts/teahouseUtility.js]]
 * Documentation: none
 * Notes:
 */
/**
 * teahouseTalkback
 * Adds Talkback reminder when you save an edit at the Teahouse.
 * Linkback: [[User:Writ Keeper/Scripts/teahouseTalkback.js]]
 * Documentation: none
 * Notes:
 */
/**
 * teahouseTalkbackLink
 * Adds a talkback link to signatures on the Teahouse.
 * Linkback: [[User:Writ Keeper/Scripts/teahouseTalkbackLink.js]]
 * Documentation: none
 * Notes:
 */
/**
 * WikiLoveinstallscript
 * Allows you to post any Teahouse Badge on user talk pages through WikiLove.
 * Linkback: [[User:Ocaasi/WikiLoveinstallscript.js]]
 * Documentation: none
 * Notes:
 */
// END TEAHOUSE RELATED

/**
 * TemplateDataEditor
 * A script for visually editing TemplateData
 * Linkback: [[User:NicoV/TemplateDataEditor.js]]
 * Documentation: [[User:NicoV/TemplateDataEditor]]
 * Notes: 2016-08-01: Uninstalled. Have I ever used it?
 */

/**
 * temused
 * Lists templates and modules used in an article
 * Linkback: [[User:Splarka/temused.js]]
 * Documentation: none
 * Notes: 2015-12-08: Uninstalled – works, but how often do I need it?
 */

/**
 * toolbox
 * Will add links to each page's "toolbox", informing you how much traffic a page receives and providing a one-click access to DOI bot.
 * Linkback: [[User:Smith609/toolbox.js]]
 * Notes: 2015-12-09: Uninstalled – works, but how often do I need it?
 */

/**
 * unclutter
 * Helps in freeing Wikipedia from distractions by hiding some of the editing hints, warnings, never-to-be-used helpers, policy reminders on talk pages and other unnecessary verbosity.
 * Linkback: [[User:Kephir/gadgets/unclutter.js]]
 * Documentation: [[User:Kephir/gadgets/unclutter]]
 * Notes: Added 2016-08-17. Uninstalled again.
 */

/**
 * urldecoder
 * For easy conversion of bare Wikimedia URLs to wikicode. Icon in edit toolbar: chain link with green arrow.
 * Linkback: [[User:Js/urldecoder.js]]
 * Documentation: [[User:Js/urldecoder]]
 * Notes: Loaded in global.js
 */

/**
 * VectorMenuToTabs
 * Linkback: [[User:Amalthea/VectorMenuToTabs.js]]
 * Documentation: none
 * Notes:
 * 2015-12-29: Uninstalled for now
 * 2016-04-19: Tabs as in Monobook are fine if you do not have too many scripts installed. If you do, Vector is the choice with its drop-down menus.
 */

// EMPTY BOILERPLATES
	/**
	 *
	 *
	 * Linkback: [[User:]]
	 * Documentation: [[]]
	 * Feedback: [[]]
	 * Notes: Yet to be tested
	 */
	
	/**
	 * 
	 * 
	 * Linkback: [[]]
	 * Documentation: [[]]
	 * Begun:
	 * Size:  bytes
	 * Last update:
	 * Size:  bytes
	 * Links per 2017-xx-xx:
	 * Notes: Yet to be tested
	 */