YouTube tests yet another homepage interface. This time, the interface is called “carousel” and it doesn’t show videos from your subscriptions. For some reason, YouTube redirects users to youtube.com/lohp when they try to load the homepage, but this page returns an error if you’re not part of this experiment.
The experimental homepage has a simplified layout: it only shows a long list of popular videos from various channels and categories like “news” and “music”.
![](http://1.bp.blogspot.com/-OJf58wEZTZE/UBES2b5Eh8I/AAAAAAABFU4/vmM075PgYg8/s640/youtube-homepage-ui-test-jul2012.jpg)
![](http://2.bp.blogspot.com/-J-x3OYyE4EI/UBETfy_rO3I/AAAAAAABFVE/se7xSx_j1R4/s640/youtube-homepage-ui-test-jul2012-2.jpg)
Here’s how you can try the latest YouTube experiment. If you use Chrome, Firefox, Opera, Safari or Internet Explorer 8+, open youtube.com in a new tab, load:
* Chrome’s JavaScript console (Ctrl+Shift+J for Windows/Linux/ChromeOS or Command-Option-J for Mac)
* Firefox’s Web Console (Ctrl+Shift+K for Windows/Linux or Command-Option-K for Mac)
* Opera’s Dragonfly (Ctrl+Shift+I for Windows/Linux or Command-Option-I for Mac)
* Safari’s Web Inspector (how to do that?)
or
* Internet Explorer’s Developer Tools (press F12 and select the “console” tab)
and paste the following code, which changes a YouTube cookie:
document.cookie="VISITOR_INFO1_LIVE=eKxEWQ3xcc8; path=/; domain=.youtube.com";window.location.reload();
Then press Enter and close the console. Go to youtube.com/lohp to see the experimental interface.