Last active
November 4, 2019 15:02
-
-
Save takasek/cafee5c07da759f76f9e to your computer and use it in GitHub Desktop.
Text counter for WorkFlowy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // もはや動いていなかったので削除 | |
| // 修正していただい版をご利用ください | |
| // https://gist.github.com/jnory/b39cd65508fbaa2fa39ebed932ca47a7 |
Author
Author
更新しました。Revision:7。
- スクリプトを再度実行するとカウンタが消えるようにしました。
- マロ。さんのスクリプトの真似です 👀
- カウントの間隔を2秒→1秒にしました。
Author
Revision:9。
コメントで紹介したブックマークレット作成サービスを使ってブックマークレット化するとうまく動かなくなっていたので、修正しました。
Author
更新しました。Revision:10。
カウンタ表示領域の背景色・文字色が決め打ちになっていたので、テーマによっては見た目がおかしくなることがあった。この問題を解決。
こんにちは。最新版で動くように修正しました。もしよろしければご自由にmergeしてください。 https://gist.github.com/jnory/b39cd65508fbaa2fa39ebed932ca47a7
Author
@jnory
素晴らしいです!ありがとうございます!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
更新しました。Revision:5。
".name>.content"から".content"にすればOKです。