elliotwaite / thumbnail-rating-bar-for-youtube

A Chrome and Firefox extension for YouTube that adds a rating bar (likes/dislikes ratio) to the bottom of every thumbnail.
https://chrome.google.com/webstore/detail/youtube-thumbnail-rating/cmlddjbnoehmihdmfhaacemlpgfbpoeb
MIT License
249 stars 17 forks source link

Once Firefox supports non-persistent background scripts, use them. #15

Open elliotwaite opened 5 years ago

elliotwaite commented 5 years ago

Firefox does not currently support non-persistent background scripts, but when it does, we should use them.

Browser support for non-persistent background scripts can be monitored here: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/background

Once Firefox supports them, remove the extra build steps for the Firefox build here: https://github.com/elliotwaite/thumbnail-rating-bar-for-youtube/blob/master/tools/build_packages.py#L43