FurAffinity Post Prechecker / Hider

Hides the deleted submission/journal entries

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
shywolf
Daily installs
0
Total installs
114
Ratings
1 0 0
Version
2.0.1
Created
2014-07-30
Updated
2014-08-12
Size
5.46 KB
License
CC-BY-NC
Applies to

Hides the deleted submission/journal entries and hides journals and submissions containing unwanted keywords in the title. (e.g. raffles, livestreaming)

UPDATE NOTICE: If you have edited the keywords back them up before installing the new version because doing so will set you back to the default keywords!

I got tired of seeing many journals I just don't care about like Raffles, Livestreams, Commissions (especially closed), so I decided to adopt the FurAffinity Deleted Post Hider script to allow me to precheck journals or submissions containing specific keywords.

It will only work on the journals and submissions in your inbox.

The list of keywords to block must be edited in the script file.

Journals and submissions containing at least one of the specified keywords (or rather Character-sequences) will be pre-checked for easier removal and optionally hidden, unless they contain a keyword in the whitelist.

This means a filter for "EF" will check/hide all journals or submissions containing this string case insensitively. I.e. "EF Meme" will be checked as well as "I'll put more effort into stuff" But with the whitelist you can keep the journals saying "EF video" by adding "video" to the whitelist.

Hidden Journals and submissions are still checked, so they will be deleted when you click the "remove selected" button.

All entries will be compared case insensitive

The default Black and whitelists: Journals Blacklist: "raffle", "commission", "sketch", "stream", "live", "closed", "slot", "sale", "auction", "free art" Whitelist: empty

Submissions Blacklist: "stream" Whitelist: "sketch", "doodle", "dump", "result", "pinup", "comm", "donat", "request"

The default setting is to only check the filtered journals and submissions rather than hiding them. To hide the journals you have to edit the script and replace "var hide = false;" with "var hide = true;" Furthermore it's possible to hide the "Submission has been deleted by the owner." placeholders when browsing the favorites. To enable this replace "var hideDeletedFavs = false;" with "var hideDeletedFavs = true;"