Greasy Fork is available in English.

NoKissReload [CAPTCHA SKIP]

Plays the next Episode without reloading the page

เก่า: v0.23 - 16-09-2017 - [BUGFIX] Fix Reqex for images
ใหม่: v0.23 - 16-09-2017 -

  • --- /tmp/diffy20240517-3931484-aqxsfl 2024-05-17 17:00:25.160601420 +0000
  • +++ /tmp/diffy20240517-3931484-nbke1c 2024-05-17 17:00:25.160601420 +0000
  • @@ -275,7 +275,7 @@
  • function getImages(html,callback){
  • //console.log(html);
  • - var items = html.match(/CapImg[^"']*/g);
  • + var items = html.match(/CapImg\??f?=?[^"']*/g);
  • //console.log(items);
  • loader(items, loadImage, function () {
  • Complete();