Nuke — це інженерно-модифікована версія розширення з тим самим іменем, яка використовується для масового вилучення сторінок із внесків користувача або останніх змін. Як і при вилученні сторінок, для цього потрібні належні права на використання. Ви можете отримати доступ до Nuke через сторінку внесків будь-якого користувача або Special:SpecialPages. Цю версію Nuke можна використовувати, маючи вже доступ до розширення.
Installation
Configuration
Щоб змінити причину вилу3чення за замовчуванням, затримку вилучення та заголовок посилання, додайте такі змінні над імпортом:
window.nukeDeleteReason = "Очищення";
window.nukeDelay = 1000;
window.nukeTitle = "Масове вилучення всіх сторінок, створених цим користувачем";
See also
Planned changes
- Update UI elements to be modern
Журнал оновлень
- August 22, 2021 - General improvements and fixes.
- October 2, 2020 - Watchlist hotfix.
- September 29, 2020 - "Check All" button and Protect deleted function, actually make the main delete function work.
- September 28, 2020 - Alot of general improvements and a general re-write of the script to make it support UCP.
- September 17, 2020 - Improved link placement.
- June 7, 2020 - Custom nuke title option added.
- May 30, 2019 - December 5, 2019 - Small changes like minor css, user groups, and text.
- October 29, 2018 - Improvements on code (use of newer functions, consistency).
- September 27, 2018 - Improved usergroups restrictions.
- July 27, 2018 - QuickLogs Integration.
- September 25, 2016 - Rewrite using OOP and better code in general.
- February 29, 2016 - General improvements, less API queries made.
- January 23, 2016 - Script Created.