Pashe / 8chanX

Adds various features to 8chan.
MIT License
45 stars 16 forks source link

Reveal Spoiler Images preference configuration not working #25

Closed cdobrich closed 9 years ago

cdobrich commented 9 years ago

Reveal Spoiler configuration setting is not being honored. In the 8chan-X options, if you check Reveal Spoiler Images, and reload the page, the option is unchecked again. If you manually enter the setting "revealImageSpoilers":"true" into the imported settings, the script does not honor those settings either.

The only thing the script honors if you edit the code itself, changing the default value. It also goes in reverse, if you make the setting by default reveal images, they can never be disabled no matter what you try through the configuration window.

Tested with Firefox 37.0.2 64-bit on Linux on test urls: http://8ch.net/co/res/165049.html http://8ch.net/co/res/164389.html

Pashe commented 9 years ago

Make sure you're using Pure. The plain 2-0 branch doesn't work with FF 28+

cdobrich commented 9 years ago

Okay that seems to have fixed it. I was not aware of that problem.