Greasy Fork is available in English.

Memrise Timer Toggle

Adds a button to toggle the timer on/off. You can also click on the timer to pause/unpause the timer.

< Σχολιασμός για τον κώδικα Memrise Timer Toggle

Ερώτηση/σχόλιο

§
Δημοσιεύτηκε: 24/06/2024

Sorry for being off-topic, but is there a way to skip delay after submitting answers in sessions that are not a speed review? The effect would be as if one chose/typed, pressed enter, and pressed another enter immediately after. I found this script to be related, but it didn't work even if I changed the subdomain of the matching urls to "community-courses".

a-mtΔημιουργός
§
Δημοσιεύτηκε: 26/06/2024

I think you can submit / skip the delay by pressing enter, even with tapping tests?
If that's not what you're talking about, please send a screenshot

§
Δημοσιεύτηκε: 28/06/2024

I think you can submit / skip the delay by pressing enter, even with tapping tests?

If that's not what you're talking about, please send a screenshot

Thank you for the reply. I intend to skip the delay by JavaScript. Sorry that I forgot to mention that don’t prefer skipping the delay by pressing enter to avoid wearing out the key.
Nevertheless I have written an AHK script but I don’t know why nothing happens after the script started and the choices are made. Doesn’t matter though if Js is feasible.

The characteristics of a correct answer is that the button below will turn green, as shown in picture 1. The pixel (x,y) is a part of the button.
When one gives a wrong answer, one of the four choices will turn red, As shown in picture 2. The answer is located vertically from y1 to y2


^!p::Pause

x:=97, y:=643, x1:=1530, y1:=330, x2:=1531, y2:=610, green:=003e22, red:=471a18
;for title
SetTitleMatchMode, 2
#If WinActive(Memrise)
;every

p1 https://pasteboard.co/GJG2XppAk0jb.jpg
p2 https://pasteboard.co/wEwbi9ITKyC3.jpg

a-mtΔημιουργός
§
Δημοσιεύτηκε: 01/07/2024

Sorry for the long delay for the reply, I currently don't really have the time to handle it, and granted that there's an easy "manual" way to achieve to same result, I won't take care of it for now.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.