showLetterCounts

Display letter count of Redactle-redacted words

目前為 2022-06-08 提交的版本,檢視 最新版本

作者
Bruce Sharpe
評價
0 0 0
版本
0.6
建立日期
2022-05-23
更新日期
2022-06-08
尺寸
2.2 KB
授權條款
MIT
腳本執行於

showLetterCounts.user.js

For the game Redactle

This is a userscript to display the letter counts of each redacted word and of the word being guessed.

How to install

Option 1

Install from Greasy Fork.

Option 2

  1. Install Tampermonkey
  2. Click the Tampermonkey icon to open it
  3. Choose Create a new script...
  4. Paste in the code from the file showLetterCounts.user.js, completely replacing the template code
  5. Save the script: Editor > File > Save

How to use

When you open the page at https://www.redactle.com/, the letter counts should appear automatically and look like this:

Letter count example

The letter count for the guess you are typing in is displayed to the right of the input field. (Code is from this Reddit message).