Community
Media
SponsorBlock Flowchart by E.Coli. Flowchart to help users choose the correct category when making submissions.
Websites
SponsorBlock Browser by Lartza. Explore segments on a 5-minute delayed version of the live database
SponsorBlockControl by Nanobyte. Vote on segments with UUID, also for VIP operations
SponsorBlock Swagger by mchangrh. Explore and try the SponsorBlock API.
Userscripts
Userscripts require a userscript manager like Tampermonkey.
SponsorBlock Browser
Userscripts by Nanobyte
- Shows last update time (sb.ltn.fi.lastupdate.user.js)
- Color highlight segments that are similar (sb.ltn.fi.similarsegments.user.js)
- Color highlights categories (sb.ltn.fi.coloredcategories.user.js)
- Make startTime clickable (sb.ltn.fi.clickablestarttime.user.js)
- Paste YT link into videoID field (sb.ltn.fi.sponsorblock.paste.ytlink.user.js)
Userscripts by TheJzoli
- Replace videoID with video title (sb.ltn.fi.videotitles.user.js)
- Ellipsis will show page to nagivate to instead (sb.ltn.fi.clickableellipsisnavigation.user.js)
- Hide any column you want (sb.ltn.fi.hidecolumns.user.js)
- Duplicate page navigation element above table (sb.ltn.fi.pagenavigationabovetable.user.js)
- Add button to userID to copy userID (sb.ltn.fi.copyuserid.user.js)
Userscript by Deedit
- When opening a video page on SBB you can lock the video with a reason textbox for each category.
Bookmarklets
Opening SponsorBlock Browser page while on the YouTube page
javascript:(function(){window.open('https://sb.ltn.fi/video/' + new URL(document.URL).searchParams.get("v") + '/')})()
Open video outside of playlist
javascript:(function(){window.open('https://youtube.com/watch?v=' + new URL(document.URL).searchParams.get("v"))})()
Misc
SponsorBlock Port Matrix by mchangrh. Supported endpoints, segment types and documentation versions for different ports/libraries
sb-slash by mchangrh. Interact with SponsorBlock over Discord