![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5x0BVFsLK1Gr4t2Mvw5u3KvJRJHsz_w99pJ15doe_4DxoaCbrrluURFuvwLB1lrYUMBqlEOTAT7vQgCbKcpv2q33ubRPDl-MxGPBvArtfe_HkLFXMdjW4VhiWUY0uKH6AaZF-Gw7G9HEg/s640/youtube-card-ui-1.jpg)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnX3AkXpcqZwKbxp6ML4GbKYb6T1ZQ4zFIaDTvKlDk1PR6_caWs2eJhykDCEKXDUjs_0wf1ehIkt7g7af_QQtmqnh31qD1RroIKz7lU5XajEJvGe1rrtFCa0lUf_6H4OV5DSiyZFr4ooVa/s640/youtube-card-ui-2.jpg)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBN02CC8gXHX6sV0DMUrxcFl2BR1b4M1H7jGa-_kql3Ift4YGtgr5xMl_U3mGy28ELvHWIS0ri03elmzxOU4rNm_0ffOoqIE2lC115V7UvLE22ACk3kJWqNFnNQRk216Ve_q6mUVxHk4ya/s640/youtube-card-ui-3.jpg)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguf-t_45KUddIBU_GLA_9DQK_Np_Zkt7ez6FNxFAQWYChM96n5Bi2p41pFm1GRBSj4s910lrBTxUOy5tT-CnpgnwqG55mNCixM441hD9Onr6qrNJ9yWy43RIexb7FY4cx0Z9SRhuHbbDVl/s640/youtube-card-ui-5.png)
Here's a video that shows a slightly different version of the experiment:
Here's how you can enable the experimental feature. If you use Chrome, Firefox, Opera, Safari or Internet Explorer 8+:
1. open youtube.com in a new tab
2. load your browser's developer console:
* Chrome or Opera 15+ - press Ctrl+Shift+J for Windows/Linux/ChromeOS or Command-Option-J for Mac
* Firefox - press Ctrl+Shift+K for Windows/Linux or Command-Option-K for Mac
* Opera 12 - press Ctrl+Shift+I for Windows/Linux or Command-Option-I for Mac, then click "Console"
* Safari - check this article
* Internet Explorer - press F12 and select the "Console" tab.
3. paste the following code which changes a YouTube cookie:
document.cookie="VISITOR_INFO1_LIVE=Gapj9bz_H8M; path=/; domain=.youtube.com";window.location.reload();
4. press Enter and close the console.
To go back to the regular interface, use the same instructions, but replace the code from step 3 with this one:
document.cookie="VISITOR_INFO1_LIVE=; path=/; domain=.youtube.com";window.location.reload();
{ Thanks, Sushubh and Rubén. }