Enables the YouTube DVR on all streams.
(0.5) Mozilla Add-on.
(0.5) Install from Github (Not auto updating).
Experimental chrome version available at /chrome
Force enable YouTube DVR require those permissions:
-
activeTab: Refresh watch page on enable toggle
-
webRequest, webRequestBlocking, www.youtube.com: Patch response body to enable DVR
-
storage: save configuration
Tools:
npm install -g web-ext
make build
run
- DVR is working when opening directly
- DVR is working when navigating from other page
- DVR is working when opening from channel live link
- DVR is working on embeds
0.5: Don't filter requests when patching is disabled
0.4: Fix channel live links
0.3: Fix navigation from other pages & embeds
0.2: Make toggle only refresh if on YouTube watch page
0.1: Initial