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 for grrlpowercomic.com/ #124

Closed SoraHjort closed 5 years ago

SoraHjort commented 6 years ago

Currently // @include http://www.grrlpowercomic.com/*

Change to // @include http*://grrlpowercomic.com/*

As is the script won't load on the site without removing the "www". The "http*" is for future proofing, in the event they decide to switch over https for whatever reason.