ameboide / webcomic_reader

Webcomic Reader userscript at http://userscripts.org/scripts/show/59842
76 stars 68 forks source link

Dropbox javascript bookmark method works for most sites but not bato.to #22

Closed epicstar closed 9 years ago

epicstar commented 9 years ago
javascript: (function(){ document.body.appendChild(document.createElement("script")).src = "http://dl.dropbox.com/u/976471/webcomic_reader.user.js"; })();

I bookmarked this as said in the instructions. Most sites worked except bato.to. This is probably because the dropbox js is out of date I think.

epicstar commented 9 years ago

Keep in mind the openuserjs script works fine with bato.to

ameboide commented 9 years ago

Indeed, it was outdated. I just updated it to the latest version, but you can make sure to get always the latest by pointing here instead of dropbox:

javascript: (function(){ document.body.appendChild(document.createElement("script")).src = "https://github.com/ameboide/webcomic_reader/raw/master/webcomic_reader.user.js"; })();
epicstar commented 9 years ago

You're my hero! Thank you.... so fast...