mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Create Amark.js
This commit is contained in:
12
Scripts/Amark.js
Normal file
12
Scripts/Amark.js
Normal file
@@ -0,0 +1,12 @@
|
||||
if ($request.url.indexOf('watermark') > 0) {
|
||||
$done({url: $request.url.replace(/&watermark=\d/, "")});
|
||||
} else {
|
||||
$done();
|
||||
}
|
||||
if ($request.url.indexOf('vide.f7') > 0) {
|
||||
$done({url: $request.url.replace(/vide\.f7/, "vide.f")});
|
||||
} else {
|
||||
$done();
|
||||
}
|
||||
|
||||
#### 原作者:https://Choler.github.io/Surge/Script/Amark.js
|
||||
Reference in New Issue
Block a user