Skip to content

Instantly share code, notes, and snippets.

@r666bc
r666bc / naruto-fe-vip.js
Created May 23, 2026 12:06
naruto-fe VIP unlock script
// naruto-fe 會員解鎖腳本
// 自動生成於 2026-05-23
// 後端: env-00jxgsbzdqch.api-hz.cloudbasefunction.cn
const url = $request.url;
if (!url.includes('api-hz.cloudbasefunction.cn/functions/invokeFunction')) {
$done({});
return;
}