User:MorbidEntree/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:MorbidEntree/common.css. |
//Admin Highlighter
mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ATheopolisme%2FScripts%2Fadminhighlighter.js&action=raw&ctype=text/javascript'); // [[User:Theopolisme/Scripts/adminhighlighter.js]]
//Dupe Link Checker
importScript('User:Ucucha/duplinks.js'); // [[User:Ucucha/duplinks]]
//Rater
importScript('User:Kephir/gadgets/rater.js'); // [[User:Kephir/gadgets/rater]]
//Sources
importScript('User:Ohconfucius/script/Sources.js'); // [[User:Ohconfucius/script/Sources.js]]
//easyvote
importScript('User:Bag²/easyvote.js'); // [[User:Bag²/easyvote.js]]
//AFD buttons
importScript('User:DavidWS/afdvote.js');
//User identifier
importScript( 'User:Anomie/useridentifier.js' ); // Backlink: [[User:Anomie/useridentifier.js]]
//Mark blocked
importScript( 'User:NuclearWarfare/Mark-blocked script.js' ); // Backlink: [[User:NuclearWarfare/Mark-blocked script.js]]
//Signing
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Perhelion/signing.js&action=raw&ctype=text/javascript');
//My CSD log
importScript( 'User:Music1201/MyCSD.js' ); // Backlink: [[User:Music1201/MyCSD.js]]
//Sync template docs
importScript( 'User:APerson/sync-template-sandbox.js.js' ); // Backlink: [[User:APerson/sync-template-sandbox.js.js]]
//Redirect editor
importScript('User:Kephir/gadgets/sagittarius.js'); // [[User:Kephir/gadgets/sagittarius]]
//Random link
importScript("User:GregU/randomlink.js")
//Smart linking
importScript( 'User:V111P/js/smartLinkingLoader.js' ); // Backlink: [[User:V111P/js/smartLinkingLoader.js]]
//Advisor
importScript( 'User:Cameltrader/Advisor.js' ); // Backlink: [[User:Cameltrader/Advisor.js]]
//Template parameter wizard
importScript( 'User:קיפודנחש/TemplateParamWizard.js' ); // Backlink: [[User:קיפודנחש/TemplateParamWizard.js]]
//Save and edit button
importScript( 'User:Mabdul/saveandedit.js' ); // Backlink: [[User:Mabdul/saveandedit.js]]
//Table editor
importScript( 'User:Kephir/gadgets/table-editor.js' ); // Backlink: [[User:Kephir/gadgets/table-editor.js]]
//Draftify
importScript( 'User:Mr. Stradivarius/gadgets/Draftify.js' ); // Backlink: [[User:Mr. Stradivarius/gadgets/Draftify.js]]
//Delink common terms
importScript( 'User:Ohconfucius/script/Common Terms.js' ); // Backlink: [[User:Ohconfucius/script/Common Terms.js]]
//Citations formatter
importScript( 'User:Meteor sandwich yum/Tidy citations.js' ); // Backlink: [[User:Meteor sandwich yum/Tidy citations.js]]
//General fixer
importScript( 'User:Ohconfucius/script/formatgeneral.js' ); // Backlink: [[User:Ohconfucius/script/formatgeneral.js]]
//Stub tags
importScript( 'User:Epicgenius/stubtag.js' ); // Backlink: [[User:Epicgenius/stubtag.js]]
//IP labeler
importScript( 'User:Cumbril/IPLabeller.js' ); // Backlink: [[User:Cumbril/IPLabeller.js]]
/////////////////////////
//MANUAL CODING BELLOW//
///////////////////////
///Cutom links
//Link to dashboard
$( document ).ready( function() {
mw.util.addPortletLink(
'p-personal',
mw.util.wikiGetlink( 'Special:MyPage/dashboard' ),
'Dashboard',
'l-dash',
'View your dashboard!',
null,
'#pt-preferences'
);
});