mirror of
https://github.com/Sliverkiss/QuantumultX.git
synced 2025-12-17 15:24:59 +08:00
Create xiaocan.js
This commit is contained in:
5
AdBlock/xmApp/xiaocan.js
Normal file
5
AdBlock/xmApp/xiaocan.js
Normal file
@@ -0,0 +1,5 @@
|
||||
let headers = JSON.parse($request.headers);
|
||||
if (headers?.methodname?.match(/GetBannerList/)) {
|
||||
$done({});
|
||||
}
|
||||
$done();
|
||||
Reference in New Issue
Block a user