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 3 forks source link

Fix for "Mutation Events deprecated" #3

Closed pmop closed 4 years ago

pmop commented 4 years ago

Hey there!

I've fixed the "Mutation Events" deprecated issue by switching to MutationObserver, as advised. Seems to work fine here.

kuanyui commented 4 years ago

Thanks a lot!