Skip to content

Commit b95bd17

Browse files
committed
mp.weixin fix again
1 parent 68aa5f2 commit b95bd17

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mp.weixin.user.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @namespace https://github.com/lilydjwg/userscripts
44
// @description weixin article fixes
55
// @include https://mp.weixin.qq.com/s*
6-
// @version 0.3
6+
// @version 0.4
77
// @run-at document-idle
88
// @grant none
99
// ==/UserScript==
@@ -17,6 +17,11 @@ function doit() {
1717
document.title = `${title} - ${name}`
1818
}
1919
doit()
20+
setTimeout(doit, 100)
21+
setTimeout(doit, 500)
22+
setTimeout(doit, 1000)
23+
setTimeout(doit, 3000)
24+
setTimeout(doit, 5000)
2025

2126
})()
2227

0 commit comments

Comments
 (0)