A Chrome and Firefox extension for YouTube that adds a rating bar (likes/dislikes ratio) to the bottom of every thumbnail.
250
stars
15
forks
source link
Once Firefox supports non-persistent background scripts, use them. #15
Open
elliotwaite opened 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