User:Opencooper/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.
// Show number of talk page messages
importScript('User:Opencooper/talkCount.js');
// Easily link to subsections with an invisible pilcrow
importScript('User:Bility/copySectionLink.js'); //Linkback: [[User:Bility/copySectionLink.js]]
// Show user information under user page
importScript("User:PleaseStand/userinfo.js"); // Backlink: [[User:PleaseStand/userinfo.js]]
// View pageviews (Available in "More" tab)
// importScript( 'User:קיפודנחש/viewstats.js' ); // Backlink: [[User:קיפודנחש/viewstats.js]]
// Highlight some errors
importScript( 'User:Opencooper/highlightStrings.js' );
// Show last edit to page
importScript( 'User:Opencooper/lastEdit-dev.js' );
// Replace all png thumbnails for svgs with their actual vector files
// importScript('User:Opencooper/svgReplace.js');
// Show images that other language wikis have
importScript('User:Opencooper/otherImages.js');
// Indicate that a redirect from a domain is needed
importScript('User:Opencooper/domainRedirect.js');
// TemplateScript functions for editing. Available in the sidebar
importScript('User:Opencooper/templateScripts.js');
// Collapse bot comments on talk pages
importScript('User:Opencooper/collapseBots.js');
// Show dictionary hits for showKanji
// importScript('User:Opencooper/jishoResult.js');
// Add kanji under title
importScript('User:Opencooper/showKanji-dev.js');
// Show wikidata description
// importScript('User:Opencooper/wikidataDescription.js');
// Add read more cards to bottom of article as in mobile
if (mw.config.get("wgAction") === "view"
    && !location.search.split('oldid=')[1]) {
    mw.loader.using('ext.relatedArticles.readMore.bootstrap');
}
// For CSS expansion effect
$("span[lang='ja']").removeAttr("title");
// Add emoji representations of IPs
importScript('User:Opencooper/IPtoEmoji.js');
// Hide reverted edits in History
importScript('User:SD0001/hide-reverted-edits.js'); // [[User:SD0001/hide-reverted-edits.js]]
// Speak IPA
importScript('User:IagoQnsi/ipareader.js'); // [[User:IagoQnsi/ipareader.js]]
// Javascript Wiki Browser
importScript( 'User:Joeytje50/JWB.js/load.js' ); // Backlink: [[User:Joeytje50/JWB.js/load.js]]

// Find subpages of current page (Available in "Page" tab)
importScript('User:BrandonXLF/subpages.js'); // Backlink: [[User:BrandonXLF/subpages.js]]
// Highlight duplicate links (Available in sidebar under "Tools")
importScript('User:Evad37/duplinks-alt.js'); // [[User:Evad37/duplinks-alt]]
// Search logs using regex (Available in "More" tab)
mw.loader.load('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-rightsfilter.js&action=raw&ctype=text/javascript');
// Make article formatting consistent (Available in sidebar under "Tools")
// importScript('User:Ohconfucius/script/formatgeneral.js'); // [[User:Ohconfucius/script/formatgeneral.js]]
// Delink common terms
importScript('User:Ohconfucius/script/Common Terms.js'); // [[User:Ohconfucius/script/Common Terms.js]]
// Deletion sorting (Available in "More" tab)
importScript( 'User:APerson/delsort.js' ); // Backlink: [[User:APerson/delsort.js]]
// Link to search archives for dead anchors
importScript('User:SD0001/find-archived-section.js'); // [[User:SD0001/find-archived-section.js]]
// Show default sort in HotCat format
importScript('User:BrandonXLF/HotDefaultSort.js'); // [[User:BrandonXLF/HotDefaultSort.js]]
// More easily view page move history
importScript('User:Nardog/MoveHistory.js'); // [[User:Nardog/MoveHistory.js]]
// Standardize date formats
importScript('User:Ohconfucius/script/MOSNUM dates.js'); // [[User:Ohconfucius/script/MOSNUM dates.js]]
// Expand ToC
importScript('User:Phlsph7/UnfoldedNumberedTOC(Vector2022).js'); // Backlink: [[User:Phlsph7/UnfoldedNumberedTOC(Vector2022).js]]