Community Central
Community Central
No edit summary
Tag: sourceedit
mNo edit summary
Tag: sourceedit
Line 17: Line 17:
 
'u:dev:AjaxBatchDelete/code.2.js'
 
'u:dev:AjaxBatchDelete/code.2.js'
 
]
 
]
});
 
 
$(function(){
 
console.log("Personal script(User:Cafeinlove/global.js) enabled");
 
 
});
 
});

Revision as of 07:36, 14 December 2016

importArticles({
    type: 'script',
    articles: [
        /*
        * PurgeButton
        * @author Uberfuzzy, Grunny, Pecoes
        */
        'u:dev:PurgeButton/code.js',
        /*
        * Ajax Batch Delete
        * @description Delete listed multiple pages
        * Does not need to go to Special:BlankPage to use
        * Includes the option to protect after deleting
        * Includes the option to grab a whole category's contents
        * @author Ozank Cx
        */
        'u:dev:AjaxBatchDelete/code.2.js'
    ]
});