The following user javascript incorporates both the anti-spam AND the nope button scripts as one. Copy/paste into your userjs options.
https://anonfile.com/I7U863f5b1/newuserjs.txt
You can also add the follwing code to your theme options.
<code>
img.nope {
filter: grayscale(100%) blur(20px);
overflow: hidden;
max-width: 150px;
max-height: 150px;
}
</code>