From 0d4542f1331e1bbaf69f193729197fc72d44d7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 18 Sep 2022 13:25:59 +0200 Subject: [PATCH] update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc9e34b..983e17e 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,20 @@ This is a [greasemonkey](https://github.com/greasemonkey/greasemonkey) userscript for [onlinetichu.com](onlinetichu.com) to count cards. ## Features +All of these can be toggled individually via buttons after activating the extension via the counter on the top right - Keeps track all cards played: - Toggle display of cards with button - Toggle between remaining / played cards -- Disable and remove 'Auto Fold' functionality, which leaks information +- Disable and remove `Auto Fold` - Replaced with a 'Smart Fold' functionality, which automatically folds iff - the player has less than 4 cards remaining - the current combination consists of more card than the player has on their hand +- `autoWish`: + - automatically selects (as a default) the value of the card which you gave to the player of your right + - in case of a dog selects an ace as default +- `davidProtection`: + - warns you on folding when you have cards selected + - fold a second time to actually fold in this case Possibly more in the future