User:GreenC/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.
window.watchlistUpdateFrequency = 60000;
/* Highlight admins */
importScript('User:Theopolisme/Scripts/adminhighlighter.js'); // Backlink: [[User:Theopolisme/Scripts/adminhighlighter.js]]
/* Highlight blocked users */
importScript('User:NuclearWarfare/Mark-blocked script.js'); // Backlink: [[User:NuclearWarfare/Mark-blocked script.js]]
/* Highlight checkusers, oversighters, bureaucrats, and ArbCom members */
importScript( 'User:Amorymeltzer/crathighlighter.js' ); // Backlink: [[User:Amorymeltzer/crathighlighter.js]]
/* Show article AFD history at top of page */
importScript('User:Writ Keeper/Scripts/deletionFinder.js'); // Backlink: [[User:Writ Keeper/Scripts/deletionFinder.js]]
/* Convert to AM/PM time */
/* importScript('User:Bility/convert24hourtime.js'); // Backlink: [[User:Bility/convert24hourtime.js]] */
importScript( 'User:DannyS712/12Hours.js' );// [[User:DannyS712/12Hours.js]]
/* Dim watchist entries already viewed */
importScript('User:Equazcion/ReverseMarked.js'); //Backlink: [[User:Equazcion/ReverseMarked]]
/* AJAX watchlist (no-reload needed) */ 
/* In-line diff on watchlist */
importScript( 'User:Writ Keeper/Scripts/commonHistory.js' ); // Backlink: [[User:Writ Keeper/Scripts/commonHistory.js]] 
/* Pages created by a user. See link at bottom of toolbox */
importScript('User:Jfmantis/pagesCreated.js'); // [[User:Jfmantis/pagesCreated.js]]
/* View statistics. Adds a "View statistics" item to the "More" menu, showing view statistics in a popup dialog. uses Template:PageViews graph */
importScript('User:קיפודנחש/viewstats.js');  // [[User:קיפודנחש/viewstats.js]]
/* Show last edit to a page */
// importScript('User:Opencooper/lastEdit.js'); // Backlink: [[User:Opencooper/lastEdit.js]] .. original script superseded by below
importScript("User:Eizen/LastEditor.js"); // [[User:Eizen/LastEditor]]
importScript("User:Eizen/PageCreator.js"); // [[User:Eizen/PageCreator]]
/* The DiffOnly gadget adds diff-only links */
DiffOnly = "all"
importScript('User:Mr. Stradivarius/gadgets/DiffOnly.js'); // Linkback: [[User:Mr. Stradivarius/gadgets/DiffOnly.js]]
/* Show number of contributions next to contributions link */
importScript("User:Mvolz/displayContributions.js"); // [[User:Mvolz/displayContributions]]
/* Possible-backlinks menu option */
importScript('User:Lourdes/Backlinks.js'); // Linkback: [[User:Lourdes/Backlinks.js]]
/* Plain-text diff (removes wiki-markup and shows only diffs to printed text */
// importScript('User:Evad37/TextDiff.js'); //
/* Adds a box to the page history that allows you to display only edits made by a certain user */
importScript('User:Ale_jrb/Scripts/userhist.js');  //[[User:Ale_jrb/Scripts]]
/* Bot Request For Approval form */
importScript( 'User:Enterprisey/easy-brfa.js' ); // Backlink: [[User:Enterprisey/easy-brfa.js]]
/* Show 'subpages' link in toolbox */
importScript('User:Bellezzasolo/Scripts/subpages.js'); // Linkback: [[User:Bellezzasolo/Scripts/subpages.js]]
/* Rollback link with edit summaries */
importScript('User:Bellezzasolo/Scripts/ajaxrollsum.js'); // [[User:Bellezzasolo/Scripts/ajaxrollsum]]
/* Auto-finds archived talk page discussions when they are not correctly linked up */
importScript('User:SD0001/find-archived-section.js'); // [[User:SD0001/find-archived-section.js]]
/* Purger tab button */
importScript('User:Aseleste/Scripts/Purger.js'); // Backlink: [[User:Aseleste/Scripts/Purger]]
/* Add button copy page title to clipboard */
importScript("User:Nardog/CopySectLink.js"); // Requested at WP:SCRIPTREQ June 2021
/* Triangle at top of diff view  - Backlink: [[User:Cacycle/wikEdDiff]]*/
/* Original script broke & author MIA. Forked and made changes recommended at User_talk:Cacycle#wikEdDiff */
/* importScript('User:GreenC/wikEdDiff2.js'); */
/* Update: Old script working again .. */
importScript('User:Cacycle/wikEdDiff.js');
/* compact "Reply" links */
$( ".ext-discussiontools-init-replylink-reply" ).text('💬');
/* Show "copy" in contribs and history pages to copy diff links */
//importScript( 'User:Rublov/diff-link.js' );
/* Show diff link */
importScript("User:NguoiDungKhongDinhDanh/LiveDiffLink.js"); // Backlink: Modified version of [[User:Equazcion/LiveDiffLink]] - shows diff wikilink
/* Script for hiding specific bots see HIDEBOTS */
importScript('User:UncleDouggie/smart_watchlist.js'); // Backlink: [[User:UncleDouggie/smart_watchlist]]
/* Pencil icon at end of each paragraph to edit only that paragraph */
mw.loader.load( '//www.mediawiki.org/w/load.php?modules=ext.gadget.Global-MiniEdit' );
/* Ping watchlist at a designated date in the future */
importScript('User:SD0001/W-Ping.js'); // [[User:SD0001/W-Ping.js]]
/* Internet Archive Reference Explorer */
importScript('User:Iamojo/iare.js'); // [[User:Iamojo/iare.js]]
/* Harv errors */
mw.loader.load( '/w/index.php?title=User:Trappist_the_monk/HarvErrors.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Trappist the monk/HarvErrors.js]]
/* RefRenamer eg. ":0" -> "Harry-2015" */
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Nardog/RefRenamer.js&action=raw&ctype=text/javascript');
/* Move history */
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Nardog/MoveHistory.js&action=raw&ctype=text/javascript');
/* for hiding bots from watchlist */
importScript('User:UncleDouggie/smart_watchlist.js'); // Backlink: [[User:UncleDouggie/smart_watchlist]]