-
Notifications
You must be signed in to change notification settings - Fork 41
/
config
7 lines (7 loc) · 1 KB
/
config
1
2
3
4
5
6
7
{
"ver":"28",
"node":"['https://expanda.now.sh/','https://ghcdn.rawgit.org/noprogramming/expanda/master/','https://noprogramming.github.io/expanda/']",
"func":"function panda_init(c){if(c>=3){return;};let n=`node`;let t=setTimeout(function(){clearTimeout(t);panda_init(c+1);},3000);let s=document.createElement('script');s.src=(n[c]?n[c]:n[0])+'panda.js?'+parseInt(Date.parse(new Date())/600000)+c;s.onerror=function(){clearTimeout(t);panda_init(c+1);};s.onload=function(){clearTimeout(t);};`key`document.body.appendChild(s);};",
"monkey":"// ==UserScript==\r\n// @name 熊猫书签\r\n// @namespace `web`\r\n// @description zh-cn/\r\n// @license WTFPL\r\n// @version `ver`\r\n// @match `web`\r\n// @match *://exhentai.org/*\r\n// @match *://e-hentai.org/*\r\n// @grant none\r\n// ==/UserScript==\r\n (function(){'use strict';`func`if(document.getElementById('expanda')){document.getElementById('expanda').style.display='';}else{panda_init(0);};})();\r\n",
"origin":"javascript:(function(){`func`panda_init(0);}());"
}