Anonymous ID: 0b689d Nov. 26, 2018, 10:46 a.m. No.4037710   🗄️.is 🔗kun   >>7728 >>7729 >>7758 >>7780 >>7835

>>4037326 lb

This Anon requested a way to block images by default.

 

I started modifying the Nope button script (persistent blacklist based on the MD5 checksum) that I wrote a while back to filter the gore spam. >>2298122

 

However, I am not sure it is a good approach. It is not clear if whitelisting images benefits from being persistent (it could). While a blacklist is typically small (gore anon only had 100 different images), a whitelist can grow very large, and changes to the code are needed.

 

Also, a very simple option exists. Add these lines to "Themes" in the Options menu to gray out and blur out all post images, which can then be clicked to open the full (uncensored) image:

img.post-image { filter: grayscale(100%) blur(15px); overflow: hidden; max-width: 150px; max-height: 150px;}

 

Is this good enough? If not, feel free to suggest how this thing should work, and I'll find a way to write simple code to do it.

Anonymous ID: 0b689d Nov. 26, 2018, 11:04 a.m. No.4037968   🗄️.is 🔗kun   >>8011

>>4037728

>>4037758

Happy to help make a fren comfier! Should point out that you can reduce the number in blur(15px) to see more details.

The max-width max-height lines are there to ensure large images get blurred.

 

>>4037729

Freedom. You don't have to use it.

 

>>4037780

BO can check that I am 100% organic. I use a fixed IP address.

 

>>4037636

Interesting! I'll have a look. My original version was purposefully (though hastily) written to be compact and easy to review, hence the lack of bells and whistles.

 

>>4037835

Thank you! I like simple.