Jump to content

User:MorbidEntree/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MorbidEntree (talk | contribs) at 07:11, 2 August 2016 (Better link to dashboard.). 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.
//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]]





/////////////////////////
//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'
  );
});