first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

11
滴滴淘/ddt_m/README.md Normal file
View File

@@ -0,0 +1,11 @@
#ddt_m
window.ReactNativeWebView.postMessage("hidden/true");
if (window.location.href.indexOf("https://rate.taobao.com/myRate.htm") === 0
&& document.querySelector(".tips") == null) {
alert("请滑动验证!")
window.ReactNativeWebView.postMessage("hidden/false");
} else {
}