Pinned Loading
-
Convert all youtube urls on a webpag...
Convert all youtube urls on a webpage to youtube-nocookie.com urls 1javascript:void%20function(){const%20a=document.querySelectorAll(%22a%22);a.forEach(a=%3E{if(-1!==a.href.indexOf(%22youtube.com%22)){const%20b=new%20URL(a.href).searchParams,c=b.get(%22v%22);c%26%26(a.href=%22https://www.youtube-nocookie.com/embed/%22+c)}else-1!==a.href.indexOf(%22youtu.be%22)%26%26(a.href=a.href.replace(%22//youtu.be/%22,%22//www.youtube-nocookie.com/embed/%22))});const%20b=document.querySelectorAll(%22iframe%22);b.forEach(a=%3E{-1===a.src.indexOf(%22//www.youtube.com%22)%3F-1!==a.src.indexOf(%22//youtube.com%22)%26%26(a.src=a.src.replace(%22//youtube.com/%22,%22//www.youtube-nocookie.com/%22)):a.src=a.src.replace(%22//www.youtube.com/%22,%22//www.youtube-nocookie.com/%22)})}();
-
Asks users for a youtube url and ope...
Asks users for a youtube url and open it on youtube-nocookie.co 1javascript:void%20function(){const%20a=window.prompt(%22Welke%20youtube%20video%20wil%20je%20bekijken%3F%22);if(a){const%20b=new%20URL(a).searchParams,c=b.get(%22v%22);if(c){window.open(%22https://www.youtube-nocookie.com/embed/%22+c)}else{const%20b=a.replace(%22https://youtu.be/%22,%22https://www.youtube-nocookie.com/embed/%22);b!==a%26%26window.open(b)}}}();
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


