As many of you may have noticed, nearly every Google product (i.e. Gmail, Google search, etc.) has gone through a bit of a makeover since the release of Google+. Big blocky buttons and enormous font sizes are apparently the thing of the future, and with a cool JavaScript hack, you can have a goofy YouTube, too! Now, I'm actually just being a bit facetious, the new YouTube is really the only thing that I like out of all of Google's recent redesigns. It looks pretty sleek.
This cool little JavaScript hack simply adds a cookie, and when you access the home page, a PHP script displays content to the user depending on if they have the special developer cookie or not, and displays content accordingly. Much like a website filters out who has what browser.
Hack the Tubes!
The script can be entered in two ways actually. We can void our cookies with a JavaScript injection. Alternatively, we could enter it straight into the JavaScript console. Here's how to do it:
- Open your browser.
- Sign into YouTube.
- Depending on your browser, you need to use different keys to get to the console.
Firefox - ctrl + shift + k
Chromium(Windows) - ctrl + shift + j
Chromium(OSX) - cmd + alt + j - Force the cookie on your account.
document.cookie="VISITOR_INFO1_LIVE=ST1Ti53r4fU"; - Alternatively, inject a JavaScript injection into your address bar.
javascript:void(document.cookie="VISITOR_INFO1_LIVE=ST1Ti53r4fU");
Here's a quick video so you can see how it's done:
If you can't get enough Null Byte, come to IRC or start your own topics in the forums. You can also follow me on Twitter and G+!
Just updated your iPhone? You'll find new features for TV, Messages, News, and Shortcuts, as well as important bug fixes and security patches. Find out what's new and changed on your iPhone with the iOS 17.6 update.
Be the First to Comment
Share Your Thoughts