Adds nuke buttons to instantly nuke all submissions or messages
A userscript/browser extension that enhances FurAffinity gallery browsing by providing a nuke button, that when pressed instantly nukes the current page without asking for confirmation. Also see docs on FA-Instant-Nuker.
Feature | Status |
---|---|
Instant Nuke Buttons | ✅ Completed |
⠀⠀⠀⠀Watches | ✅ Completed |
⠀⠀⠀⠀Journal Comments ⠀⠀⠀⠀ | ✅ Completed |
⠀⠀⠀⠀Shouts | ✅ Completed |
⠀⠀⠀⠀Favorites | ✅ Completed |
⠀⠀⠀⠀Journals | ✅ Completed |
⠀⠀⠀⠀Submissions | ✅ Completed |
selectNukeIcon
- Select the Nuke Icon to use (default is red
)The SubmissionNuker class creates the Submissions Nuke button upon calling the constructor. (see NukeButton)
The MessageNuker class creates the all message types Nuke buttons upon calling the constructor. (see NukeButton)
The NukeButton class creates a Nuke button of a specific message type upon calling the constructor. (see MessageType)
MessageType enum that represents the type of a message:
None
= No message typeWatches
= Watches message typeJournalComments
= Journal Comments message typeShouts
= Shouts message typeFavorites
= Favorites message typeJournals
= Journals message typeSubmission
= Submissions message typeAll
= All message types