Community: Difference between revisions

Jump to navigation Jump to search
m
missing )
(add SBC browse bookmarklet)
m (missing ))
Line 63: Line 63:
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">
</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")})()
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