Community: Difference between revisions

Jump to navigation Jump to search
268 bytes added ,  1 October 2022
add SBC browse bookmarklet
(add new userscripts by mchangrh)
(add SBC browse bookmarklet)
Line 62: Line 62:
Opening SponsorBlock Browser page while on the YouTube page<syntaxhighlight lang="js">
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") + '/')})()
javascript:(function(){window.open('https://sb.ltn.fi/video/' + new URL(document.URL).searchParams.get("v") + '/')})()
</syntaxhighlight>Opening SponsorBlockControl browse page while on the YouTube Page<syntaxhighlight lang="js">
javascript:(function(){window.open('https://mruy.github.io/sponsorBlockControl-sveltekit/browse/?videoID=' + new URL(document.URL).searchParams.get("v")})()
</syntaxhighlight>Open video outside of playlist<syntaxhighlight lang="js">
</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"))})()
javascript:(function(){window.open('https://youtube.com/watch?v=' + new URL(document.URL).searchParams.get("v"))})()

Navigation menu