User:Ezhiki/monobook.js

Source: 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:Anomie/pagestats.js');
importScript('User:Gary King/show upload deletion logs.js')
importScript('User:Ebrahames/Advisor.js');
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
//importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]

if (window.location.pathname.includes('Special:Contributions')) {
    var rows=document.querySelectorAll('.mw-contributions-list li:not(.mw-contributions-current)');
    for (var i=0; i<rows.length; i++) {
        var row=rows[i];
        row.style.backgroundColor='yellow';
    }
};