User:Ost316/vector.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.
importScript('User:js/watchlist.js');                //user:js/watchlist

importScript('User:Alex Smotrov/histcomb.js');       //User talk:Alex Smotrov/histcomb.js

importScript('User:Markhurd/hidetopcontrib.js');     //User:Markhurd/hidetopcontrib.js - hide top posts on Special:Contributions

importScript('User:Gary/mark edits after my own.js'); //User:Gary King/mark edits after my own.js - highlight Special:Contributions

importScript('Wikipedia:WikiProject User scripts/Scripts/Changes since I last edited');  //Wikipedia:WikiProject User scripts/Scripts/Changes since I last edited

importScript('User:TheDJ/qui.js');                   //User:TheDJ/qui.js - buddy list

importScript('User:js/urldecoder.js');                //User:js/urldecoder.js - Change URLs to wikilinks
urlDecoderIntLinks = true;                            // remove underscores in internal links as well

importScript('User:Gary/show upload deletion logs.js');   //Shows deletion log for files

importScript('User:PleaseStand/segregate-refs.js');           //Edit refs in separate edit box

importScript('User:PleaseStand/highlight-comments.js');       //Highlight my comments on talk pages; also has entry in .css

importScript('User:Anomie/util.js');                  // Linkback: [[User:Anomie/util.js]]
importScript('User:Anomie/useridentifier.js');       // Linkback: [[User:Anomie/useridentifier.js]]
importScript('User:Anomie/ajaxpreview.js');          // Linkback: [[User:Anomie/ajaxpreview.js]]

//LinkClassifierOnDemand=true;
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]

$.when( mw.loader.using( 'mediawiki.util' ), $.ready ).then( function() {
    var el = mw.util.addPortletLink('p-cactions', '', 'PaintLnx');
    $(el).on('click', function(e) {
        LinkClassifier.onDemand();
        e.preventDefault();
    } );
} );                                              //                                                  ╛

importScript('User:Anomie/needsReview.js');          // Linkback: [[User:Anomie/needsReview.js]]
importStylesheet('User:Anomie/needsReview.css');     // Linkback: [[User:Anomie/needsReview.css]]

//importScript('User:Ais523/watchlistnotifier.js');   //User:Ais523/watchlistnotifier.js - notification for new changes on watched list
importScript( 'User:EnterpriseyBot/delsort.js' ); // Backlink: [[User:EnterpriseyBot/delsort.js]]

//Popup Parameters
popupFixRedirs = true;
popupRedlinkRemoval = true;
popupFixDabs = true;
//End Popup parameters

//function addCheckLinksTab() {
//mw.util.addPortletLink("p-cactions", "http://toolserver.org/~dispenser/cgi-bin/webchecklinks.py?page="+mw.config.get('wgPageName'), "ChkLnx", "ca-checklinks", "Check page external links","");
//}
//addOnloadHook(addCheckLinksTab);