Baker, can you update the How to filter gore spam notable in Global to this post? As it is it will be difficult for Anons to figure out that a bit of CSS is needed.
How to filter gore spam
The latest version of the Nope script is here:
https://pastebin.com/njLae2YQ
Add the raw paste data to your User JS in [Options].
Blacklisted images get a nope css class instead of being removed, so also add a css rule in Theme options (otherwise the script will do nothing visible):
img.nope { filter: grayscale(100%) blur(20px); overflow: hidden; max-width: 150px; max-height: 150px;}
Click the Nope button to (permanently) blacklist all images in a post. This is based on their md5 hash and saved to local storage (in your browser).
Clicking a blacklisted image will de-blacklist it (permanently, unless you click the Nope button again).
Sorry for the mess, Anons!