From 2201d9fc0c6a52e298d8cf0dcf6da0a19507e7dd Mon Sep 17 00:00:00 2001 From: daijro Date: Wed, 2 Oct 2024 23:22:32 -0500 Subject: [PATCH] README: Fix typos & cleanup Cursor movement --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd03d55..ca5e978 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Cursor movement ### Human-like Cursor movement -Camoufox supports use human-like cursor movement. The natural motion algorithm was originally from [rifosnake's HumanCursor](https://github.com/riflosnake/HumanCursor), but has been rewritten in C++ and modified for more distance-aware trajectories. +Camoufox has built-in support for human-like cursor movement. The natural motion algorithm was originally from [rifosnake's HumanCursor](https://github.com/riflosnake/HumanCursor), but has been rewritten in C++ and modified for more distance-aware trajectories. ### Demo @@ -150,11 +150,10 @@ Camoufox supports use human-like cursor movement. The natural motion algorithm w | ---------------- | --------- | ------------------------------------------------------------------- | | humanize | ✅ | Enable/disable human-like cursor movement. Defaults to False. | | humanize:maxTime | ✅ | Maximum time in seconds for the cursor movement. Defaults to `1.5`. | -| showcursor | ✅ | Show/hide the cursor. Defaults to True. | +| showcursor | ✅ | Toggles the cursor highlighter. Defaults to True. | **Notes:** -- Trajectories are capped at taking 1.5 seconds to complete. - The cursor highlighter is **not** ran in the page context. It will not be visible to the page. You don't have to worry about it leaking.