@xinyultd/whistle.inspect 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
package/assets/mp.js ADDED
@@ -0,0 +1,4 @@
1
+ setTimeout(() => {
2
+ window.history.back()
3
+ }, 2500);
4
+
package/assets/read.js ADDED
@@ -0,0 +1,4 @@
1
+ setTimeout(() => {
2
+ read();
3
+ }, 5000);
4
+
package/index.js CHANGED
@@ -31,5 +31,3 @@ timer(curl);
31
31
  setInterval(function () {
32
32
  timer(curl);
33
33
  }, 15000);
34
-
35
- window.JD.wxapi.getSignature()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xinyultd/whistle.inspect",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "lack watch network-inspect",
package/rules.txt CHANGED
@@ -1,3 +1,5 @@
1
1
  wap.huayingrc.com whistle.inspect://
2
2
  * jsAppend://assets/vConsole.js includeFilter://resH:content-type=html
3
3
  ^pro.m.jd.com/mini/active/**/index.html* jsAppend://assets/nongchang.js includeFilter://resH:content-type=html
4
+ ^mp.weixin.qq.com/*** jsAppend://assets/mp.js includeFilter://resH:content-type=html
5
+ ^m.**/fast_reada jsAppend://assets/read.js includeFilter://resH:content-type=html