User:Haza-w/monobook.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.
// Script from [[User:Haza-w/interiot.js]]
importScript('User:Haza-w/interiot.js');

// Script from [[User:Haza-w/cactions.js]]
importScript('User:Haza-w/cactions.js');
var cactions = {
    itabs: true,
    svars: Array(
        ['New pages',              wgScript+'?title=Special:NewPages&action=view'],
        ['User talk templates',    wgScript+'?title=Wikipedia:Template_messages/User_talk_namespace&action=view'],
        ['AIV reports',            wgScript+'?title=Wikipedia:Administrator_intervention_against_vandalism&action=view'],
        ['Speedy deletion',        wgScript+'?title=Wikipedia:Criteria_for_speedy_deletion&action=view'],
        ['Requests for admin', wgScript+'?title=Wikipedia:Requests_for_adminship&action=view'],
        ['Stubs',                  wgScript+'?title=Category:Stubs&action=view']
    )
};