anka-213 / webcomic_reader

Webcomic Reader userscript at
https://openuserjs.org/scripts/anka-213/Webcomic_Reader
MIT License
120 stars 27 forks source link

Fix page navigation on dumbingofage.com #22

Closed crazygolem closed 8 years ago

crazygolem commented 8 years ago

This is a follow-up fix for #20 improving on the technique used in 8163eea and fixing wcr for http://dumbingofage.com.

This fix should prevent the jumpbar script from messing with wcr when the former gets executed before the later. (8163eea apparently only works when jumpbar gets executed after wcr).

I'm not 100% confident in my use of the window object inside GM, but I got wcr 100% working on dumbingofage with it.

crazygolem commented 8 years ago

Note that thehiveworks is proactively targeting and messing with wcr with its jumpbar script, so this fix and the others in #20 should probably only be considered as temporary workarounds.