Community

From SponsorBlock
Revision as of 00:08, 23 March 2023 by Mchangrh (talk | contribs) (Add userscript by nomoreangel)
Jump to navigation Jump to search

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

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-sveltekit 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)
  • Fetches the segments and updated info for the video, so that you don't have to wait for the video page to update (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 blabdude

  • (VIP) Adds discord badge to users that are registered with sb-slash (Install)
  • Removes trailing insignificant zeroes from Start, End and Length (Install)
  • Replace or redirect all sb.ltn.fi links to be preloaded with filters (Install)
  • Fork of Deedit's sb.ltn.fi/video/-Opener with preset filters (Install)
  • Refresh individual segments (Install)
  • Copy sb.mchang.xyz/UUID link. (Install)
  • Fork of Nanobyte's Clickable StartTime with more aggressive videoID searching (Install)
  • Fork of TheJzoli's videoTitles script with searching done through InnerTube (Install)(With OEmbed API)
  • Adds a big red warning to the top of the screen with requiredSegments are present (Install)

Userscripts by xtyl

  • Replaces or redirect all sb.ltn.fi links to be pre-loaded with filters (Install)

Userscripts by Cane

  • SBC/ SBB/ Playlist opener buttons in one script (Install)

SBBCoolHelper by Maxhyt

Install

  • VIP tools for SBB
    • Voting
    • Category Change
    • Locking

Userscripts by NoMoreAngel

  • Adds time saved column for each segment (Install)

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") + '/')})()

Opening SponsorBlockControl browse page while on the YouTube Page

javascript:(function(){window.open('https://mruy.github.io/sponsorBlockControl-sveltekit/browse/?videoID=' + 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

Github Wiki 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