Difference between revisions of "Community"
(removed mute segment tips) |
|||
(15 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== E.Coli | == Media == | ||
[https://github.com/cole8888/SponsorBlock-Flowchart GitHub | [https://github.com/cole8888/SponsorBlock-Flowchart SponsorBlock Flowchart] by E.Coli. Flowchart to help users choose the correct category when making submissions. | ||
[[File:SB Flowchart small.png|thumb|500x500px|Flow chart to help users choose the correct category when making submissions.|none]] | |||
Please see the latest version on the [https://github.com/cole8888/SponsorBlock-Flowchart GitHub][[File:SB Flowchart small.png|thumb|500x500px|Flow chart to help users choose the correct category when making submissions.|none]] | |||
== Websites == | |||
[https://sb.ltn.fi/ SponsorBlock Browser] by Lartza. Explore segments on a 5-minute delayed version of the live database | |||
[https://mruy.github.io/sponsorBlockControl/ SponsorBlockControl] by Nanobyte. Vote on segments with UUID, also for VIP operations | |||
[https://sb-openapi.mchang.icu/ SponsorBlock Swagger] by mchangrh. Explore and try the SponsorBlock API. | |||
=== Userscripts === | |||
Userscripts require a userscript manager like [https://www.tampermonkey.net/ Tampermonkey]. | |||
==== SponsorBlock Browser ==== | |||
[https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6 Userscripts] by Nanobyte | |||
* Shows last update time ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.lastupdate.user.js Install]) | |||
* Color highlights segments that are similar ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.similarsegments.user.js Install]) | |||
* Color highlights categories ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.coloredcategories.user.js Install]) | |||
* Make startTime clickable ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.clickablestarttime.user.js Install]) | |||
* Paste YT link into videoID field ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.sponsorblock.paste.ytlink.user.js Install]) | |||
[https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181 Userscripts] by TheJzoli | |||
* Replace videoID with video title ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.videotitles.user.js Install]) | |||
* Clicking ellipsis will navigate to specified page ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.clickableellipsisnavigation.user.js Install]) | |||
* Hide any column you want ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.hidecolumns.user.js Install]) | |||
* Duplicate page navigation element above table ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.pagenavigationabovetable.user.js Install]) | |||
* Add button to userID page to copy that userID ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.copyuserid.user.js Install]) | |||
* "✂" button copies the link to the video's SBB page instead of video ID ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.copyvideopagelink.user.js Install]) | |||
[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 Install]) | |||
* Opens the video's page on SBB. ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/sb.ltn.fi.DBBOpener.user.js Install]) | |||
* Opens a video outside of its playlist. ([https://gist.github.com/FlorianZahn/785599a860328fae0724ad5b2b3f7879/raw/PlaylistVideoOpener.user.js Install]) | |||
[https://gist.github.com/mchangrh/603db65fd7dfc177a0eb21cef4ca8270 Userscripts] by mchangrh | |||
* Add link to SBB for requiredSegment link | |||
== Bookmarklets == | |||
Opening SponsorBlock Browser page while on the YouTube page<syntaxhighlight lang="js"> | |||
javascript:(function(){window.open('https://sb.ltn.fi/video/' + new URL(document.URL).searchParams.get("v") + '/')})() | |||
</syntaxhighlight>Open video outside of playlist<syntaxhighlight lang="js"> | |||
javascript:(function(){window.open('https://youtube.com/watch?v=' + new URL(document.URL).searchParams.get("v"))})() | |||
</syntaxhighlight> | |||
== 3rd Party Ports == | |||
[https://github.com/ajayyy/SponsorBlock/wiki/3rd-Party-Ports Github Wiki 3rd Party Ports] | |||
[https://docs.google.com/spreadsheets/d/1vxSx06dPs_X3WCCC0bMztmlxbg_ETzAmp7sL70HFIew/edit?usp=sharing SponsorBlock Port Matrix] by mchangrh. Supported endpoints, segment types and documentation versions for different ports/libraries | |||
== Misc == | |||
[https://github.com/mchangrh/sb-slash sb-slash] by mchangrh. Interact with SponsorBlock over Discord |
Revision as of 22:36, 7 January 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)
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