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-3430162-w360jm 2024-05-17 16:39:37.748471975 +0000
  • +++ /tmp/diffy20240517-3430162-sdfygz 2024-05-17 16:39:37.748471975 +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();