Friday, September 28, 2012

YouTube's Updated Design Experiment

YouTube's Updated Design Experiment: YouTube tests yet another interface and this time it's both for the homepage and the video pages. For the first time, Google's navigation bar is added to YouTube. The sidebar from the previous experiment includes some options that used to be placed at the top of the page and used to be persistent. Now you have to click "My subscriptions" every time you go to YouTube's homepage if you want to remove reccomendations.

The upload button now has a drop-down that lets you go to the video manager and the analytics section, while the browse button has been removed. You can no longer go to the "inbox" from the homepage. When you click the button next to your Google Profile avatar (which is also new), YouTube sends you to the settings page, where there's a tab for the inbox.







Video pages have a button that toggles the sidebar, so you can quickly access the feed, your subscriptions, the history and other sections without having to visit the homepage. It's interesting to notice that most YouTube sections have a consistent feed-like interface, whether they're displaying videos from your subscriptions, recommendations, playlists or your history.







Here's how you can try the new interface. 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 - 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 - 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=u8uWhAyPa3U; path=/; domain=.youtube.com";window.location.reload();

4. press Enter and close the console.

To go back to the standard UI, follow the same steps, but use the following code:

document.cookie="VISITOR_INFO1_LIVE=; path=/; domain=.youtube.com";window.location.reload();

You can also check the previous UI experiments for the homepage and "watch" pages.

{ Thanks, Pascal. }






DIGITAL JUICE

No comments:

Post a Comment

Thank's!