NoKissReload [CAPTCHA SKIP]

Plays the next Episode without reloading the page

Old: v0.23 - 2017-09-16 - [BUGFIX] Fix Reqex for images
New: v0.23 - 2017-09-16 -

  • --- /tmp/diffy20240430-2819876-q12h1o 2024-04-30 10:33:35.476171925 +0000
  • +++ /tmp/diffy20240430-2819876-q1p1t1 2024-04-30 10:33:35.476171925 +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();