Community: Difference between revisions
add SBBCoolHelper |
Add SBBCoolHelper Install |
||
Line 37: | Line 37: | ||
* Opens a video outside of its playlist. ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/PlaylistVideoOpener.user.js Install]) | * Opens a video outside of its playlist. ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/PlaylistVideoOpener.user.js Install]) | ||
[https://github.com/ducng99/SBBCoolHelper SBBCoolHelper] by Maxhyt | [https://github.com/ducng99/SBBCoolHelper SBBCoolHelper] by Maxhyt | ||
[https://raw.githubusercontent.com/ducng99/SBBCoolHelper/master/SBBCoolHelper.user.js Install] | |||
* VIP tools for SBB | * VIP tools for SBB |
Revision as of 04:27, 27 February 2022
Media
SponsorBlock Flowchart by E.Coli. Flowchart to help users choose the correct category when making submissions.
Please see the latest version on the GitHub
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 (Install)
- Color highlights segments that are similar (Install)
- Color highlights categories (Install)
- Make startTime clickable (Install)
- Paste YT link into videoID field (Install)
Userscripts by TheJzoli
- Replace videoID with video title (Install)
- Clicking ellipsis will navigate to specified page (Install)
- Hide any column you want (Install)
- Duplicate page navigation element above table (Install)
- Add button to userID page to copy that userID (Install)
- "✂" button copies the link to the video's SBB page instead of video ID (Install)
Userscripts by Deedit
- Vip tools for SBB. Voting; Category change; Locking (Install)
- Opens the video's page on SBB. (Install)
- Opens a video outside of its playlist. (Install)
SBBCoolHelper by Maxhyt
- VIP tools for SBB
- Voting
- Category Change
- Locking
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"))})()
3rd Party Ports
SponsorBlock Port Matrix by mchangrh. Supported endpoints, segment types and documentation versions for different ports/libraries
Misc
sb-slash by mchangrh. Interact with SponsorBlock over Discord