User:User3749/common.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Experimenting with different options
another option
Line 31: Line 31:
importScript('User:Writ Keeper/rollbackSummary.js'); // Backlink: [[User:Writ Keeper/rollbackSummary.js]]
importScript('User:Writ Keeper/rollbackSummary.js'); // Backlink: [[User:Writ Keeper/rollbackSummary.js]]
importScript('User:N8wilson/AQFetcher.js'); // Linkback: [[User:N8wilson/AQFetcher.js]]
importScript('User:N8wilson/AQFetcher.js'); // Linkback: [[User:N8wilson/AQFetcher.js]]
importStylesheet('User:N8wilson/AQFetcher-AOrBetter.css');
importStylesheet('User:N8wilson/AQFetcher-BestInBlue.css');

Revision as of 10:15, 18 May 2024

importScript('User:BrandonXLF/Restorer.js'); // Backlink: [[User:BrandonXLF/Restorer.js]]
importScript('User:Technical_13/Scripts/OneClickArchiver.js'); // Backlink: [[User:Technical_13/Scripts/OneClickArchiver.js]]
importScript('User:Equazcion/OneClickArchiver.js'); // Backlink: [[User:Equazcion/OneClickArchiver.js]]
importScript('User:Σ/Testing facility/Archiver'); // Backlink: [[User:Σ/Testing facility/Archiver]]
importScript('User:RedWarn/.js'); // Backlink: [[User:RedWarn/.js]]
importScript('User:Enterprisey/reply-link.js'); // Backlink: [[User:Enterprisey/reply-link.js]]
importScript('User:Awesome Aasim/xfdvote.js'); // Backlink: [[User:Awesome Aasim/xfdvote.js]]
window.restorerSummary = 'Reverted to revision $ID by [[Special:Contributions/$USER|$USER]] ([[User talk:$USER|talk]]) (using [[User:BrandonXLF/Restorer|Restorer]])';
importScript('User:Gracenotes/rollback.js');
importScript('User:Enterprisey/cv-revdel.js'); // Backlink: [[User:Enterprisey/cv-revdel.js]]

importScript('User:Enterprisey/undo-last-edit.js'); // Backlink: [[User:Enterprisey/undo-last-edit.js]]
importScript('User:Writ Keeper/Scripts/massRollback.js'); // Backlink: [[User:Writ Keeper/Scripts/massRollback.js]]
importScript('User:Writ Keeper/Scripts/orangeBar.js'); //Linkback: [[User:Writ Keeper/Scripts/orangeBar.js]]
mw.loader.load( '/w/index.php?title=User:Evad37/EditWarChecker.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Evad37/EditWarChecker.js]]
importScript('User:BrandonXLF/NullEdit.js'); // Backlink: [[User:BrandonXLF/NullEdit.js]]
importScript('User:Awesome Aasim/rcpatrol.js'); // Backlink: [[User:Awesome Aasim/rcpatrol.js]]
//mw.loader.load( '/w/index.php?title=User:10nm/beta.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:10nm/beta.js]]
mw.loader.load("https://en.wikipedia.org/w/index.php?title=User:Ingenuity/AntiVandal.js&action=raw&ctype=text/javascript");
//importScript('User:Mr. Stradivarius/gadgets/ConfirmRollback.js'); // Linkback: [[User:Mr. Stradivarius/gadgets/ConfirmRollback.js]]
// Most of my accidental clicks on rollback happen on the recent changes page. The code below
// causes a confirmation popup to appear when the rollback button is pressed, to prevent
// accidental rollbacks.
if(mw.config.get("wgCanonicalSpecialPageName")==="RecentChanges") jQuery(function($){
	$(".mw-rollback-link a").click(function(event){
		if(confirm("Please confirm that you want to perform this action.")) return;
	  event.preventDefault();
	});
});
importScript('User:Writ Keeper/rollbackSummary.js'); // Backlink: [[User:Writ Keeper/rollbackSummary.js]]
importScript('User:N8wilson/AQFetcher.js'); // Linkback: [[User:N8wilson/AQFetcher.js]]
importStylesheet('User:N8wilson/AQFetcher-BestInBlue.css');