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/diffy20250607-1630873-9nc7j9 2025-06-07 09:58:24.838137147 +0000
  • +++ /tmp/diffy20250607-1630873-dv1gwn 2025-06-07 09:58:24.838137147 +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();