Greasy Fork is available in English.

NoKissReload [CAPTCHA SKIP]

Plays the next Episode without reloading the page

كونىسى: v0.23 - 2017-09-16 - [BUGFIX] Fix Reqex for images
يېڭىسى: v0.23 - 2017-09-16 -

  • --- /tmp/diffy20240521-524456-1f66f4 2024-05-21 00:10:44.070568279 +0000
  • +++ /tmp/diffy20240521-524456-3be3x0 2024-05-21 00:10:44.070568279 +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();