gurumukhi / youtube-screenshot

Cross browser addon for youtube video screenshots
https://addons.mozilla.org/en-US/firefox/addon/youtube-screenshot-button/
Mozilla Public License 2.0
41 stars 8 forks source link

Add a check to avoid duplicating screenshot button #25

Closed joggee-fr closed 1 year ago

joggee-fr commented 1 year ago

Such a duplicate could appear if disabling / enabling the addon from Firefox addon page, or reloading from the debugging one. The patch simply removes the element from DOM if already existing before adding a fresh new one.

It should fix issue revealed by @gurumukhi in PR #22.

gurumukhi commented 1 year ago

Awesome, Thanks :)