OGS accessibility bookmarklet

Hi folks. I made a small bookmarklet that allows people to play moves by typing coordinates instead of clicking a mouse. I wanted to share it here in case there are any disabled players or folks who are otherwise unable to use a mouse who still want to play go online.

https://ogskeyboard.github.io/online-go-keyboard-entry-bookmarklet/

I hope some of you find it useful!

6 Likes

Here is a bookmarklet to create a challenge (a dialog box to challenge others to a game):

javascript:(function(){%20challenge(null).getElementById("challenge-button").click();%20})();void(0);

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.