User:Worm That Turned/common.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .css page for this skin is at User:Worm That Turned/common.css. |
importScript("User:Writ Keeper/Scripts/teahouseUtility.js"); // Gives one-click option to add Teahouse invitation or talkback to a user
importScript("User:Writ Keeper/Scripts/teahouseTalkback.js"); // Adds Talkback reminder when you save an edit at the Teahouse
importScript("User:Writ Keeper/Scripts/teahouseTalkbackLink.js"); // Adds a talkback link to signatures on the Teahouse
importScript("User:Equazcion/TeahouseRespond.js"); // Adds a styled "respond to this discussion" link on the Q&A questions
importScript("User:js/watchlist.js"); //unwatch pages from watchlist
sigText = '~~'+'~~'; //Straight Sig
importScript('Wikipedia:WikiProject User scripts/Scripts/qSig'); //sig reminder
//'Watchlist since' should load only new changes to your watchlist since the last time you reloaded it
importScript('Wikipedia:WikiProject User scripts/Scripts/Watchlist since');
//Cribbed from Wifione. Apparently useful for admins.
// EasyBlock - Allows to block users quickly using a drop-down menu with frequent lengths and reasons
importScript('User:Animum/easyblock.js');
// EasyUnBlock - Allows to unblock users quickly using a drop-down menu with frequent lengths and reasons
importScript('User:Ale_jrb/Scripts/unblock.js');
//Mark blocked users
importScriptURI('http://ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');
//List usergroups on User:USERNAME or User talk:USERNAME
importScript('User:Splarka/sysopdectector.js');
// User Identifier - Adds a little button to the username when viewing the userpage, showing edit count, groups, registering date
importScript('User:Anomie/useridentifier.js');
// UserRights Link - Adds a "User rights" links to user pages
//importScript('User:X!/userrights.js');
/**** WikiTrust****/
//$.holdReady(true);
//mediaWiki.loader.load("https://toolserver.org/~netaction/wikitrust.js");