Jump to content

User:Diego Moya/simple.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.
/* Smart watchlist for filtering Watchlist */
/* Not working, good to test
importScript('User:UncleDouggie/smart watchlist.js'); //[[User:UncleDouggie/smart watchlist.js]]
*/

// Links color-code from [[User:Anomie/linkclassifier]]
LinkClassifierOnDemand=false;
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]
$(function(){
    mw.util.addPortletLink('p-cactions', 'javascript:LinkClassifier.onDemand()', 'linkclassifier');
});


// [[User:PleaseStand/References_segregator]] - Edit references in whole article at separate boxes
importScript("User:PleaseStand/segregate-refs.js");