继续操作前请注册或者登录。
你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/3503-memrise-timer-disabler/discussions/13930,源站連結 點此以跳轉。
Disables the Timer on Memrise.com
< 脚本 Memrise Timer Disabler 的反馈
Yeah. I don't know much about Java but I tried changing the target webpage address in the userscript to various things but no luck. Help us computer people!
Nevermind.
Here is the patch:
--- memrise-timer-disabler-patched.js 2018-03-28 10:46:55.000000000 +0300 +++ memrise-timer-disabler.js 2018-03-28 10:47:08.000000000 +0300 @@ -12,7 +12,7 @@ var onLoad = function($) { $("div.garden-timer div.txt").bind("DOMSubtreeModified", function() { - MEMRISE.garden.timer.cancel(); + MEMRISE.garden.box.deactivate(); }); };
Unfortunately, this disables all of the page's functionality.
I'll try to release an update shortly.
Stopped working
Seems like the script stopped working for me, using chrome lastest on windows 10 pro