Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //ACTIVER NOUVELLE INTERFACE YOUTUBE (Wistaro)
- //Vidéo ==> https://youtu.be/2kNXEXyRHj4
- function setCookie(nom, valeur, expire, chemin, domaine, securite){
- document.cookie = nom + ' = ' + escape(valeur) + ' ' +
- ((expire == undefined) ? '' : ('; expires = ' + expire.toGMTString())) +
- ((chemin == undefined) ? '' : ('; path = ' + chemin)) +
- ((domaine == undefined) ? '' : ('; domain = ' + domaine)) +
- ((securite == true) ? '; secure' : '');
- }
- var dtExpire = new Date();
- dtExpire.setFullYear(2040);
- setCookie('VISITOR_INFO1_LIVE', 'Qa1hUZu3gtk', dtExpire, '/', '.youtube.com' );
- document.cookie="PREF=f6=14; expires=dtExpire; path=/;domain=youtube.com";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement