Community: Difference between revisions
m (Add 3p ports) |
(add userscript by mchangrh) |
||
Line 29: | Line 29: | ||
* Add button to userID page to copy that userID ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.copyuserid.user.js sb.ltn.fi.copyuserid.user.js]) | * Add button to userID page to copy that userID ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.copyuserid.user.js sb.ltn.fi.copyuserid.user.js]) | ||
[https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879 | [https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879 Userscripts] by Deedit | ||
* Vip tools for [https://sb.ltn.fi/ SBB]. Voting; Category change; Locking ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/sb.ltn.fi.lockCategories.user.js sb.ltn.fi.lockCategories.user.js]) | * Vip tools for [https://sb.ltn.fi/ SBB]. Voting; Category change; Locking ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/sb.ltn.fi.lockCategories.user.js sb.ltn.fi.lockCategories.user.js]) | ||
* Opens the video's page on SBB. ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/sb.ltn.fi.DBBOpener.user.js sb.ltn.fi.lockCategories.user.js]) | * Opens the video's page on SBB. ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/sb.ltn.fi.DBBOpener.user.js sb.ltn.fi.lockCategories.user.js]) | ||
* Opens a video outside of its playlist. ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/PlaylistVideoOpener.user.js sb.ltn.fi.lockCategories.user.js]) | * Opens a video outside of its playlist. ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/PlaylistVideoOpener.user.js sb.ltn.fi.lockCategories.user.js]) | ||
[https://gist.github.com/mchangrh/603db65fd7dfc177a0eb21cef4ca8270 Userscripts] by mchangrh | |||
* Add link to SBB for requiredSegment link | |||
== Bookmarklets == | == Bookmarklets == |
Revision as of 04:00, 2 December 2021
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 highlights 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)
- Clicking ellipsis will navigate to specified page (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 page to copy that userID (sb.ltn.fi.copyuserid.user.js)
Userscripts by Deedit
- Vip tools for SBB. Voting; Category change; Locking (sb.ltn.fi.lockCategories.user.js)
- Opens the video's page on SBB. (sb.ltn.fi.lockCategories.user.js)
- Opens a video outside of its playlist. (sb.ltn.fi.lockCategories.user.js)
Userscripts by mchangrh
- Add link to SBB for requiredSegment link
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