Skip to content

Instantly share code, notes, and snippets.

@jnory
jnory / wf_text_counter.js
Last active November 4, 2019 14:56 — forked from takasek/wf_text_counter.js
Text counter for WorkFlowy を2019年でも使えるように修正したもの
(function() {
var g = window.textCounter_g;
if (g) {
$("#textCountDart, #textCounter").remove();
clearInterval(g.textCounting);
window.textCounter_g = null;
return;
}
g = window.textCounter_g = {};
var countText = function() {