forked from WankkoRee/WebViewPP-Rules
-
Notifications
You must be signed in to change notification settings - Fork 2
/
1.0(1).json
39 lines (39 loc) · 1.34 KB
/
1.0(1).json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"hookWebView": [
{
"name": "标准 UC U4 规则集 hookWebView",
"version": 2,
"remark": "",
"require": 13,
"Class_WebView": "com.uc.webview.export.WebView",
"Method_getSettings": "getSettings()",
"Method_setWebContentsDebuggingEnabled": "setWebContentsDebuggingEnabled(bool)",
"Method_setJavaScriptEnabled": "setJavaScriptEnabled(bool)",
"Method_loadUrl": "loadUrl",
"Method_setWebViewClient": "setWebViewClient"
}
],
"hookWebViewClient": [
{
"name": "标准 UC U4 规则集 hookWebViewClient",
"version": 2,
"remark": "",
"require": 13,
"Class_WebViewClient": "com.alipay.mobile.nebulauc.impl.UCWebViewClient",
"Method_onPageFinished": "onPageFinished(com.uc.webview.export.WebView,str)",
"Class_WebView": "com.uc.webview.export.WebView",
"Method_evaluateJavascript": "evaluateJavascript(str,android.webkit.ValueCallback)"
}
],
"replaceNebulaUCSDK": [
{
"name": "标准 UC U4 规则集 replaceNebulaUCSDK",
"version": 2,
"remark": "",
"require": 13,
"Class_UcServiceSetup": "com.alipay.mobile.nebulauc.impl.UcServiceSetup",
"Method_updateUCVersionAndSdcardPath": "updateUCVersionAndSdcardPath(android.content.Context)",
"Field_sInitUcFromSdcardPath": "sInitUcFromSdcardPath"
}
]
}