Une erreur inattendue s'est produite.

Recherche : [bookmarklet] - Snippets
1 résultat taggé bookmarklet

Invidio.us bookmarklet

Redirects a youtube page to an invidio.us one. Copy and paste this into the url field of a browser bookmark.

javascript:(window.location.href.includes("www.youtube"))?location.href=window.location.href.replace("www.youtube.com","www.invidio.us"):console.log('not a youtube page')