Skip to content

Tampermonkey userscript for deleting Wikidot applications from your inbox

License

Notifications You must be signed in to change notification settings

croque-scp/delete-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikidot applications deletion userscript

Tampermonkey userscript for Wikidot users.

Adds two buttons to the messages inbox:

  • Delete recent applications: Deletes applications on the first page of the user's inbox, then the second, and so on until a page is found that already has no applications.
  • Delete all applications: Deletes all applications in the user's inbox.

Before deletion is committed, a confirmation dialogue will be raised.

Especially useful for Wikidot administrators of popular sites, whose inboxes will quickly become full of applications, drowning out actual messages from other users. Use at own risk.

Installation instructions: https://scpwiki.com/usertools#userscripts

Installation via Tampermonkey

This method permanently adds the two buttons to your Wikidot inbox. They will be there for as long as you have both Tampermonkey and this userscript installed.

  1. Install Tampermonkey.
  2. Visit the userscript directly.
  3. Tampermonkey will prompt you to install the userscript. Click 'install' to do so, being sure to review the code first.
  4. Visit your Wikidot inbox. The two buttons will be there.

Uninstallation: Go to your Tampermonkey dashboard, which can be found in your browser extensions page. Click the bin icon next to the 'Wikidot applications deleter' script.

Usage without Tampermonkey

This method adds the two buttons to your Wikidot inbox once only. They will no longer be there as soon as you leave the page.

  1. Visit the userscript directly and copy the whole thing.
  2. Visit your Wikidot inbox and open the JavaScript console.
  3. Paste the userscript into the console and press enter. The two buttons will appear.

This is a one-off process that must be repeated every time you want to delete applications. Use this method if you don't want to (or can't) install this tool as a Tampermonkey userscript.