Skip to content

gauss256/redactle-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redactle-utils

Tools to make Redactle even more fun

showLetterCounts.user.js

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).

sortColumns.user.js

Install from Greasy Fork.

Click on a column header in the guessed-words table to sort by that column.

column header effect
# restores the default order by sorting by entry number, descending
Guess sorts by guessed word alphabetically, ascending
Hits sorts by hit count, descending

Clicking on a column header a second time does not reverse the sort.

About

Tools to make Redactle more fun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published