You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2017. It is now read-only.
You can see that there are images shown which are inside the noscript tag.

The function fixNoscriptTags() didn't force the DOM Parser to parse the noscript tag. If you inpsect the noscript element you will see Its still text.

A workaround would be to replace the noscript tag with a div that parses the children of the noscript, only if scripts are blacklisted.

Trying to learn to use github. I forked it to try and mess around. Here's my workaround.
my-password-is-password@a93530d
I still don't know how to use github so forgive me if I'm getting in your way. :)