Jump to content

User:Jcgoble3/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.
// Prosesize tool
importScript( 'User:Dr pda/prosesize.js' );

// Watchlist notifier
// importScript( 'User:Ais523/watchlistnotifier.js' );

// Twinkle installation
importScript( 'User:AzaToth/twinkle.js' );

// XfD closers
importScript( 'User:Mr.Z-man/closeAFD.js' ); // AfD closer/relister (fully automatic)
importScript( 'User:King of Hearts/closexfd.js' ); // TfD, FfD, CfD, RfD, and MfD closers (close debate only, rest must be done manually)
importScript( 'User:Phantomsteve/xfdrelist.js' ); // TfD, FfD, CfD, RfD, and MfD relisters

// Tool to force edit summary
importScript( 'Wikipedia:WikiProject User scripts/Scripts/Force edit summary' );

// Split edit summary box
importScript( 'User:Jcgoble3/SectionInput.js' );

// User script sandbox
mw.loader.load( '//wiki.riteme.site/w/index.php?title=User:PleaseStand/userScriptSandbox.js&action=raw&ctype=text/javascript' );

// Drop-down menus with page and user options
importScript( 'User:Haza-w/cactions.js' );
// Configuration
var cactions = {
	itabs: false,
	tbusr: true
};