kuanyui / Furiganaize

A browser extension allowing the injection of phonetic annotations for Japanese text (furigana) on the fly.
https://addons.mozilla.org/en-US/firefox/addon/furiganaize/
MIT License
64 stars 4 forks source link

Delete `console.log` from `kanji_content_detect.js` #8

Closed mngyuan closed 2 years ago

mngyuan commented 2 years ago

Every time I open my javascript console, because I have this extension installed, I have a console.log statement from this extension. This console.log should only really happen if it's useful in debugging whether or not the extension itself has loaded, and even then only in a development environment.

mngyuan commented 2 years ago

Thanks @kuanyui! Would you consider cutting a release for this + uploading to the Mozilla store, when you have the time, so the fix reflects on my end?

kuanyui commented 2 years ago

Because I thought this is not that urgent which really deserve an emergent release... (And I indeed very busy recently and hardly have free time to do these side-project (especially for free). You can see my commit frequency these days...) I've delayed several issues among all my side-projects that requires fixes + release.

I'm planning to add a feature for mobile floating button in recently, maybe release this PR with that feature.