Community: Difference between revisions

Jump to navigation Jump to search
1,940 bytes added ,  11 September 2021
Add other community resources
(removed mute segment tips)
(Add other community resources)
Line 1: Line 1:
=== E.Coli's Flowchart ===
== Media ==
[https://github.com/cole8888/SponsorBlock-Flowchart GitHub Repository]
[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]]
[[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]. Press raw on the right of the filename and then install.
 
==== SponsorBlock Browser ====
[https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6 Userscripts] by Nanobyte
 
* Shows last update time
* Color highlight segments that are similar
* Color highlights categories
* Make startTime clickable
* Paste YT link into videoID field
 
[https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181 Userscripts] by TheJzoli
 
* Replace videoID with video title
* Ellipsis will show page to nagivate to instead
* Hide any column you want
* Duplicate page navigation element above table
 
== 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>
 
== Misc ==
[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
 
[https://github.com/mchangrh/sb-slash sb-slash] by mchangrh. Interact with SponsorBlock over Discord

Navigation menu