User:Krinkle/Scripts/toggleRevDel
< User:Krinkle | Scripts
This page is kept for historical interest. Any policies mentioned may be obsolete. If you want to revive the topic, you can use the talk page or start a discussion on the community forum. |
Languages: English • Nederlands
Description
editIf you're an administrator (sysop, moderator) or oversight this script allows you to hide those RevisionDelete (Delete/undelete revisions) links on the Contributions, Logs and History pages.
Install
edit- Paste this code in common.js on your local wiki, or in global.js on Meta to use it everywhere you go:
// [[File:Krinkle_toggleRevDel.js]]
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/toggleRevDel.js&action=raw&ctype=text/javascript');
mw.loader.load('https://meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/toggleRevDel.js&action=raw&ctype=text/javascript');
- The
[[File:Krinkle_toggleRevDel.js]]
line is used for statistics.
- Done :-)
If you encounter any issues, please let me know!
Feedback
If you experiences any issues, have suggestions for how something could be better, have a good idea for a feature request – or want to report a bug ? Please leave a message on my Tools-talkpage.
See also
edit- User:Krinkle/Scripts/toggleRevDel.js
- User:Krinkle/Tools, overview of other tools and scripts.