751 baker! congrats. you got skillz.
>>4426033 lb re: custom javascript
OK. It's not my code, I don't support it, just threw together bits of code written by others.
https://pastebin.com/uCHEtzpG
Couple of differences from the one anons have been talking about. The NOPE button is your BLACKLIST button only the anon added a feecher for me to restore a blacklisted image by clicking on the blurred one. Because sometimes I misclick and need a way to go back if I goofed.
I have the following in my custom CSS that works in conjunction with the NOPE button
/ added 7-28-18 this works in conjunction with NOPE BlacklistJS https://pastebin.com/yyUq0UxY /
img.nope {
filter: grayscale(10%) blur(10px);
overflow: hidden;
max-width: 150px;
max-height: 150px;
}
Obviously the user can fiddle with this so the blacklisted images are somewhat hidden or totally hidden.