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 03:31, 14 August 2016 (commenting out scripts). 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');

//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]]

//Status changer
importScript( 'User:APerson/StatusChanger.js' ); // Backlink: [[User:APerson/StatusChanger.js]]

//XfD closer
importScript( 'User:Czar/closexfd.js' ); // Backlink: [[User:Czar/closexfd.js]]

// [[User:TMg/cleanDiff.js]] 
mw . loader . load (  '//de.wikipedia.org/w/index.php?title=Benutzer:TMg/cleanDiff.js&action=raw&ctype=text/javascript'  );

//AutoEd
importScript('Wikipedia:AutoEd/basic.js');

//AutoFormatter
mw.loader.load( '//de.wikipedia.org/w/index.php?title=Benutzer:TMg/autoFormatter.js&action=raw&ctype=text/javascript' );

//Commons Uploader
importScript('User:Mattflaschen/CommonsHelper Labs.js');



///////////////////
//Teahouse stuff//
/////////////////
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:Ocaasi/WikiLoveinstallscript.js");// Adds Teahouse Badges to WikiLove






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