Automatically unfolds spoilers and replaces thumbnails with full sized images while removing thumbnails linking to adware.
< Opiniones de PornoLab.net Thumbnail Expander
Here's how I changed the code:
node.innerHTML = '<img src="' + url + '" style="max-width:' + max_img_width + '" title=""/>';
Unwanted tooltips
When I hover an image, it creates a huge tooltip that contains the base64 source of the image. If you create your img tags with the title="" property in the tag, this will not happen. Would you be nice enough to update your script please?