Greasy Fork is available in English.

Gutenberg Progressive Word Count

Progressive word counter for Gutenberg HTML ebooks - adapted from https://greasyfork.org/en/scripts/35167

Tác giả
quartertone
Cài đặt hàng ngày
0
Số lần cài đặt
5
Đánh giá
0 0 0
Phiên bản
1.0.1
Đã tạo
25-04-2023
Đã cập nhật
25-04-2023
Size
2 KB
Giấy phép
GPL-3.0
Áp dụng cho

This script was adapted/forked from Devorah Allen's script (https://greasyfork.org/en/scripts/35167) that was no longer working, and appeared to be abandoned.

  • Corrected the issue causing the script to fail (@include https:// --> include *://)
  • Cleaned up the code: I removed the reliance on Jquery, as all the desired functions can be cleanly and simply implemented in vanilla javascript.
  • Adjusted the word counting algorithm to be more accurate.
  • Wrapped script in anonymous function to avoid collisions.