Memrise Timer Disabler

Disables the Timer on Memrise.com

< Memrise Timer Disablerについてのフィードバック

質問/コメント

§
投稿日: 2018/03/27

Stopped working

Seems like the script stopped working for me, using chrome lastest on windows 10 pro

§
投稿日: 2018/03/28

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!

§
投稿日: 2018/03/28
編集日: 2018/03/28

Nevermind.

Kai Krause作者
§
投稿日: 2018/03/28

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.

返信を投稿

返信を投稿するにはログインしてください

长期地址
遇到问题?请前往 GitHub 提 Issues。