DakuTree / manga-tracker

A cross-site manga-tracker.
https://trackr.moe
GNU General Public License v2.0
95 stars 15 forks source link

Mangakakalot tracker not working with https #392

Closed ZakYahi closed 5 years ago

ZakYahi commented 5 years ago

Bug report

What is the bug? Cannot load the tracker on https://mangakakalot.com/ Please provide steps to reproduce: Go on any manga chapter. The userscript does not load.

Modifying the line 58 in the userscript from this: // @include /^http:\/\/mangakakalot\.com\/chapter\/[a-zA-Z_\-0-9]+\/chapter_[0-9\.]+$/ to this: // @include /^https?:\/\/mangakakalot\.com\/chapter\/[a-zA-Z_\-0-9]+\/chapter_[0-9\.]+$/ makes it work.

LoganGirard commented 5 years ago

I currently have a pull request out for this fix.

https://github.com/DakuTree/manga-tracker/pull/393

DakuTree commented 5 years ago

Fixed as of #393.