Gutencount

Accurate word counter for Gutenberg texts

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
quartertone
Усталяванняў за дзень
0
Усяго ўсталяванняў
10
Рэйтынг
0 0 0
Версія
1.6.6
Створаны
11.04.2023
Абноўлены
29.07.2025
Памер
5.1 КБ
Ліцэнзія
GPL-3.0
Ужываецца на

An accurate word counter for Gutenberg ebook texts.

  • On a Guterberg ebook page it will count the ebook text, excluding the Gutenberg disclaimer and legalese.
    • If you are on the main ebook page, the results will be appended just below the cover image.
    • If you are on any of the reading pages, the counter will appear in a fixed box in the top right corner of the window.
  • On the Gutenberg search results page or the subject page, will append the word count to all search results! (So, if you're looking for a short short story, you don't have to go counting every book that comes up in search.)
  • Update(2023-04-11): Word/character count will now be displayed in a fixed box in the upper right corner of the window, instead of a pop-up alert. Double click to dismiss. If you select some text, it will count the words in the selection.
  • NEW(2023-04-14): When in the HTML page of on ebook, click on the chapter heading to get a word count for that chapter.
  • Words are counted thus: text.trim().split(/--|[\s\*—]+/).length