Create xiaocan.js

This commit is contained in:
Sliverkiss
2024-08-15 23:58:41 +08:00
committed by GitHub
parent d51df685fb
commit 5399fe4834

5
AdBlock/xmApp/xiaocan.js Normal file
View File

@@ -0,0 +1,5 @@
let headers = JSON.parse($request.headers);
if (headers?.methodname?.match(/GetBannerList/)) {
$done({});
}
$done();