An unofficial blog that watches Google's attempts to move your operating system online since 2005. Not affiliated with Google.

Send your tips to gostips@gmail.com.

October 21, 2013

YouTube Cards for Shows

YouTube tests a new interface for the shows card that looks just like the music card. It displays a large thumbnail, a list of seasons and episodes when you search for the name of the show.

"A YouTube show is an episodic or consistently themed web series consisting of a cast along with one or various topics, styles, and/or storylines. A viewer can subscribe directly to a show as opposed to an entire channel. All episodes in a show are created by a single partner, organized into seasons and delivered consistently. Episodes may be ad-supported, purchased by rental or not monetized at all," explains YouTube.



Here's the existing interface:


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

* Internet Explorer 8+ - press F12 and select the "Console" tab

* Safari 6 - if you haven't enabled the Develop menu, open Preferences from the Safari menu, go to the Advanced tab and check "Show Develop menu in menu bar". Close Preferences and then press Command-Option-C to show the console.

* Opera 12 - press Ctrl+Shift+I for Windows/Linux or Command-Option-I for Mac, then click "Console".

3. paste the following code which changes a YouTube cookie:

document.cookie="VISITOR_INFO1_LIVE=c1OXNGmJ090; 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();

Some examples of searches: [lifehacker], [designers at work], [classical music], [gta].

{ Thanks, Rubén. }

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.