Readcomiconline - Update config.json (#9102)

* Update config.json

* Fix page count
This commit is contained in:
Jake 2025-06-07 16:14:12 +08:00 committed by Draff
parent 8b5bb2643d
commit 76fdb2499f
Signed by: Draff
GPG Key ID: E8A89F3211677653

View File

@ -1,5 +1,5 @@
{
"imageDecryptEval": "const varRegex=/var\\s+(_[^\\s=]+)\\s*=\\s*''\\s*;/;const varMatch=_encryptedString.match(varRegex);const pageLinks=new Array;if(varMatch){const t=new RegExp(`(${varMatch[1]})\\\\s*=\\\\s*['\"](.*?)['\"]\\\\s*;?`,\"gs\");const e=[..._encryptedString.matchAll(t)];e.forEach((t=>{if(t[2])pageLinks.push(decryptLink(t[2]))}))}function atob(t){const e=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";let s=String(t).replace(/=+$/,\"\");if(s.length%4===1)throw new Error(\"'atob' failed: The string to be decoded is not correctly encoded.\");let n=\"\";for(let t=0,r,c,i=0;c=s.charAt(i++);~c&&(r=t%4?r*64+c:c,t++%4)?n+=String.fromCharCode(255&r>>(-2*t&6)):0)c=e.indexOf(c);return n}function decryptLink(t){let e=t.replace(/\\w{5}__\\w{3}__/g,\"g\").replace(/\\w{2}__\\w{6}_/g,\"a\").replace(/b/g,\"pw_.g28x\").replace(/h/g,\"d2pr.x_27\").replace(/pw_.g28x/g,\"b\").replace(/d2pr.x_27/g,\"h\");if(!e.startsWith(\"https\")){const t=e.indexOf(\"?\");const s=e.substring(t);const n=e.includes(\"=s0?\");const r=n?e.indexOf(\"=s0?\"):e.indexOf(\"=s1600?\");let c=e.substring(0,r);c=c.substring(15,33)+c.substring(50);const i=c.length;c=c.substring(0,i-11)+c[i-2]+c[i-1];const g=atob(c);let o=decodeURIComponent(g);o=o.substring(0,13)+o.substring(17);o=o.substring(0,o.length-2)+(n?\"=s0\":\"=s1600\");const a=!_useServer2?\"https://2.bp.blogspot.com\":\"https://img1.whatsnew247.net/pic\";e=`${a}/${o}${s}${_useServer2?\"&t=10\":\"\"}`}return e}JSON.stringify(pageLinks);",
"imageDecryptEval": "const varRegex=/var\\s+(_[^\\s=]+mvn)\\s*(?:=\\s*[^;]+)?\\s*;/;const varMatch=_encryptedString.match(varRegex);const pageLinks=new Array;if(varMatch){const t=new RegExp(`(${varMatch[1]})\\\\s*=\\\\s*['\"](.*?)['\"]\\\\s*;?`,\"gs\");const e=[..._encryptedString.matchAll(t)];e.forEach(((t,e)=>{if(e>0&&t[2])pageLinks.push(decryptLink(t[2]))}))}function atob(t){const e=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";let s=String(t).replace(/=+$/,\"\");if(s.length%4===1)throw new Error(\"'atob' failed: The string to be decoded is not correctly encoded.\");let n=\"\";for(let t=0,r,c,i=0;c=s.charAt(i++);~c&&(r=t%4?r*64+c:c,t++%4)?n+=String.fromCharCode(255&r>>(-2*t&6)):0)c=e.indexOf(c);return n}function decryptLink(t){let e=t.replace(/\\w{5}__\\w{3}__/g,\"g\").replace(/\\w{2}__\\w{6}_/g,\"a\").replace(/b/g,\"pw_.g28x\").replace(/h/g,\"d2pr.x_27\").replace(/pw_.g28x/g,\"b\").replace(/d2pr.x_27/g,\"h\");if(!e.startsWith(\"https\")){const t=e.indexOf(\"?\");const s=e.substring(t);const n=e.includes(\"=s0?\");const r=n?e.indexOf(\"=s0?\"):e.indexOf(\"=s1600?\");let c=e.substring(0,r);c=c.substring(15,33)+c.substring(50);const i=c.length;c=c.substring(0,i-11)+c[i-2]+c[i-1];const g=atob(c);let o=decodeURIComponent(g);o=o.substring(0,13)+o.substring(17);o=o.substring(0,o.length-2)+(n?\"=s0\":\"=s1600\");const a=!_useServer2?\"https://2.bp.blogspot.com\":\"https://img1.whatsnew247.net/pic\";e=`${a}/${o}${s}${_useServer2?\"&t=10\":\"\"}`}return e}JSON.stringify(pageLinks);",
"postDecryptEval": null,
"shouldVerifyLinks": false
}