You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SponsorBlock is an open-source crowdsourced browser extension and open API for skipping sponsor segments in YouTube videos.
They seemingly support youtube.com/.tv so that should be pretty possible to just pull in their contentscript, after beating their ts(x) with enough webpack/babel magic.
The text was updated successfully, but these errors were encountered:
OK, I've just spent ~an hour trying to get this working but current SponsorBlock content script is quite tightly interconnected with webextension APIs, for which I can't find any sensible shims. I think this should be fairly easy to just reimplement everything ourselves solely for userscript & youtubetv setup. (and we'd also need to create our own configuration UI anyway for that)
SponsorBlock is an open-source crowdsourced browser extension and open API for skipping sponsor segments in YouTube videos.
They seemingly support youtube.com/.tv so that should be pretty possible to just pull in their contentscript, after beating their ts(x) with enough webpack/babel magic.
The text was updated successfully, but these errors were encountered: