I made a user script for youtube which makes a piped button beside each video.
I made a user script for youtube which makes a piped button beside each video.
YouTube - Add Watch on Piped button to each video
I made a user script that will make a button on each video which jump you to piped, that way you can continue to use YT to manage your subscriptions and see your feed, but you never have to watch to video there
Neat idea, but you should give the button a
position: absolute
style. That way it'll stay inside the thumbnail element. Right now it positions itself statically as an inline element, outside the thumbnail on the right. You can then useleft
orright
properties to make it stick to one side.