api fetch agent, run userscript in chrome browser to get api content, and avoid anti-bot detection
curl http://127.0.0.1:28402/ \
-H "Content-Type: application/json" \
-d '{"url":"https://api.fanbox.cc/post.info?postId=$postId"}'api fetch agent, run userscript in chrome browser to get api content, and avoid anti-bot detection
curl http://127.0.0.1:28402/ \
-H "Content-Type: application/json" \
-d '{"url":"https://api.fanbox.cc/post.info?postId=$postId"}'| <?php | |
| /* | |
| A network packet decoder for Danmaku Kagura (東方ダンマクカグラ) | |
| RIP dankagu 2021.8.4-2022.10.28 | |
| */ | |
| class DankaguNetEnc { | |
| private $key; | |
| private $keyUint; | |
| private $round; |
| title placeholder |
| <?php | |
| // $return为获取到的durl json | |
| // 按照设置 替换upos服务器 | |
| if (isset($_COOKIE['upos_server']) && in_array($_COOKIE['upos_server'], ['ks3u','cosu','kodou','bosu','hw','wcsu','xycdn'])) { | |
| $return = preg_replace_callback('/upos\-hz\-mirror([a-z0-9]+?).acgvideo\.com/', function ($m) { | |
| if (in_array($m[1], ['wcs','ks3','cos','kodo','bos'])) { | |
| if (!empty($_COOKIE['upos_server_legacy'])) { | |
| return 'upos-hz-mirror'.$_COOKIE['upos_server_legacy'].'.acgvideo.com'; | |
| } |
| Manual update timer for DataMeter on iOS 13 | |
| SBStatusBarStateAggregator hook is freezing SpringBoard |
| Dump dlst encrypted comic from PFViewer | |
| https://repo.estertion.win/ |
| <?php | |
| require_once __DIR__ . '/Workerman-master/Autoloader.php'; | |
| use Workerman\Worker; | |
| use Workerman\Connection\AsyncTcpConnection; | |
| use Workerman\Protocols\Websocket; | |
| use Workerman\Lib\Timer; | |
| $udp1 = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); | |
| socket_set_option($udp1, SOL_SOCKET, SO_BROADCAST, 1); |
| <?php | |
| // https://store.steampowered.com/app/1044620/ | |
| require_once 'UnityBundle.php'; | |
| chdir(__DIR__); | |
| $f = fopen('patch.dat', 'r'); | |
| $head = fread($f, 1024); | |
| $heads = new MemoryStream($head); |
| Decreasing Arcaea score! | |
| Build with theos |