Create Amark.js

This commit is contained in:
Shawn
2019-07-06 16:25:48 +08:00
committed by GitHub
parent b4968dd83c
commit c2fde7ad1b

12
Scripts/Amark.js Normal file
View 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