![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxEvohsHLH4yqh6LhiXyZIEe-Uf3woFZUjXz4h4vvqifwkzcJdQEMvdza4rDUnWBGg1ZpGQw8-zNffIFD_79Br2bczXexfY6SqMmvWvYLFiu1_IyfiYHVNbDmT171jelrb-agKYg/s640/youtube-lucky-playlist.jpg)
There's even an experiment that places a "play" button next to the YouTube logo, so you can quickly generate the "I'm Feeling Lucky" serendipitous playlist. If you don't like the playlist, click "play" again.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyYmV3lME2cOWbfcbBKapXS8W83OZmgHbiK59g3aDOLVuzbV3tGI9tEWasg4aIw8y9mMIXXzhzGhoSPL8q_dUs6dXu-GBZ3wCoo6DcCG1PyX-ujq4QU09Ve4p3zsWCMhovkmRkTw/s640/youtube-lucky.png)
Here's how you can enable the experimental button. If you use Chrome, Firefox, Opera, Safari or Internet Explorer 8+:
1. open youtube.com in a new tab and log in
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=LVXsOMb_c_g; 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();
{ Thanks, Yu-Hsuan Lin. }
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.