Community: Difference between revisions

From SponsorBlock
Jump to navigation Jump to search
(Add other community resources)
(update raw links)
Line 10: Line 10:


== Userscripts ==
== Userscripts ==
Userscripts require a userscript manager like [https://www.tampermonkey.net/ Tampermonkey]. Press raw on the right of the filename and then install.
Userscripts require a userscript manager like [https://www.tampermonkey.net/ Tampermonkey].


==== SponsorBlock Browser ====
==== SponsorBlock Browser ====
[https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6 Userscripts] by Nanobyte
[https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6 Userscripts] by Nanobyte


* Shows last update time
* Shows last update time ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.lastupdate.user.js sb.ltn.fi.lastupdate.user.js])
* Color highlight segments that are similar
* Color highlight segments that are similar ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.similarsegments.user.js sb.ltn.fi.similarsegments.user.js])
* Color highlights categories
* Color highlights categories ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.coloredcategories.user.js sb.ltn.fi.coloredcategories.user.js])
* Make startTime clickable
* Make startTime clickable ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.clickablestarttime.user.js sb.ltn.fi.clickablestarttime.user.js])
* Paste YT link into videoID field
* Paste YT link into videoID field ([https://gist.github.com/MRuy/ca74d6a359c487d760f4a698e76fb0d6/raw/sb.ltn.fi.sponsorblock.paste.ytlink.user.js sb.ltn.fi.sponsorblock.paste.ytlink.user.js])


[https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181 Userscripts] by TheJzoli
[https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181 Userscripts] by TheJzoli


* Replace videoID with video title
* Replace videoID with video title ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.videotitles.user.js sb.ltn.fi.videotitles.user.js])
* Ellipsis will show page to nagivate to instead
* Ellipsis will show page to nagivate to instead ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.clickableellipsisnavigation.user.js sb.ltn.fi.clickableellipsisnavigation.user.js])
* Hide any column you want
* Hide any column you want ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.hidecolumns.user.js sb.ltn.fi.hidecolumns.user.js])
* Duplicate page navigation element above table
* Duplicate page navigation element above table ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.pagenavigationabovetable.user.js sb.ltn.fi.pagenavigationabovetable.user.js])
*Add button to userID to copy userID ([https://gist.github.com/TheJzoli/8a4cd979d433b7359cdf61c238bc0181/raw/sb.ltn.fi.copyuserid.user.js sb.ltn.fi.copyuserid.user.js])


== Bookmarklets ==
== Bookmarklets ==

Revision as of 04:45, 12 September 2021

Media

SponsorBlock Flowchart by E.Coli. Flowchart to help users choose the correct category when making submissions.

Flow chart 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

Userscripts by TheJzoli

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