Jump to content

User:Tpbradbury/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tpbradbury (talk | contribs) at 03:11, 18 December 2023 (Uninstalling User:Equazcion/ActiveWatchers.js (script-installer)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
mw.loader.load( "https://meta.wikimedia.org/w/index.php?title=User:Zhaofeng_Li/Reflinks.js&action=raw&ctype=text/javascript" );
importScript('User:Trappist the monk/HarvErrors.js'); // Backlink: [[User:Trappist the monk/HarvErrors.js]]
importScript('User:Ohconfucius/script/Common Terms.js'); // Backlink: [[User:Ohconfucius/script/Common Terms.js]]
importScript( 'User:Headbomb/unreliable.js' ); // Backlink: [[User:Headbomb/unreliable.js]] 
importScript('User:Tpbradbury/unreliable-rules.js'); // Backlink: [[User:Tpbradbury/unreliable-rules.js]]
importScript('User:Novem Linguae/Scripts/CiteHighlighter.js'); // Backlink: [[User:Novem Linguae/Scripts/CiteHighlighter.js]]
mw.loader.load( '/w/index.php?title=User:Evad37/rater.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Evad37/rater.js]]
importScript('User:Novem Linguae/Scripts/DetectPromo.js'); // Backlink: [[User:Novem Linguae/Scripts/DetectPromo.js]]
importScript('User:Novem Linguae/Scripts/CWWEditSummary.js'); // Backlink: [[User:Novem Linguae/Scripts/CWWEditSummary.js]]
importScript('User:Nihiltres/assesslinks.js'); // Backlink: [[User:Nihiltres/assesslinks.js]]
importStylesheet('User:N8wilson/AQFetcher-Icons.css'); // Linkback: [[User:N8wilson/AQFetcher.css]]
importScript('User:Anomie/linkclassifier.js'); // Backlink: [[User:Anomie/linkclassifier.js]]
importScript('User:ערן/autocomplete.js'); // Backlink: [[User:ערן/autocomplete.js]]
importScript('User:EpochFail/ArticleQuality-loader.js'); // Backlink: [[User:EpochFail/ArticleQuality-loader.js]]
importScript('User:Þjarkur/Highlight recently added text.js'); // Backlink: [[User:Þjarkur/Highlight recently added text.js]]
importScript('User:Phlsph7/HighlightUnreferencedPassages.js'); // Backlink: [[User:Phlsph7/HighlightUnreferencedPassages.js]]
highlightUnreferencedPassagesAutomatic = true;
importScript('User:Phlsph7/Readability.js'); // Backlink: [[User:Phlsph7/Readability.js]]
importScript('User:Phlsph7/WikiChatbot.js'); // Backlink: [[User:Phlsph7/WikiChatbot.js]]
importScript('User:Phlsph7/SourceVerificationAIAssistant.js'); // Backlink: [[User:Phlsph7/SourceVerificationAIAssistant.js]]

// shows monthly views, watchers, size, and word count on every page
importScript('User:Phlsph7/MonthlyViewsAndWatchers.js');
// marks duplicate links
//setTimeout(function(){document.getElementById('ca-showCk').click()}, 3000); // automatically active after loading
// Highlight duplicated references
// always scroll to top when previewing
(function(){
	const allowedActions = ['edit', 'submit'];
	if(allowedActions.indexOf(mw.config.get("wgAction")) != -1){
		setTimeout(function() {
			window.scrollTo({ top: 0});
		}, 1000);
	}
})();