lawrencehook/remove-youtube-suggestions

Disable video play on hovering

Closed this issue · 4 comments

On homepage, videos automatically widen and start on mouse hovering.

Could disabling that behavior be added to the add-on?

Thanks for making an issue.

I've tried to implement this in the past with no luck, but I'll give it another go.

If needed I'll try to find time to resolve this issue, thank you for the nice work anyway :)

This might help:
https://greasyfork.org/en/scripts/391615-disable-previews-on-youtube-firefox/code
https://gist.github.com/matter-it-does/bc3acea114ef3962973de54fba57509a (this option requires to modify cookies, which does not seem to be a great idea for this add-on)

Thanks for the pointers!

I implemented it using the cookie approach.

48581ae

Not sure if it will work everywhere, but it works for me

Great, works for me. Thanks!

I though that it would require more permissions to modify a cookie 🤔

Nice job 👍🏼