Thursday, November 28, 2013

Keyboard Shortcuts for Google+ Notifications


The Google+ notifications box has a few keyboard shortcuts you might find helpful. Here are some of them:

* up/down arrow keys help you select a notification from the list. Notice the blue line, which shows the currently selected notification. After opening a notification, use the same arrow keys to scroll.

* Enter (Return for Mac) opens the notification you've selected. You can also use o

* press the down arrow key after the last notification and then press Enter to open the list of previously read notifications

* right/left arrow keys let you go to the next/previous notification. You can also use j/k

* u - go back to the list of notifications or to the main screen

* d - mark as read the notification you've selected

* Esc closes the notifications box.

Unfortunately, there's no shortcut that opens the Google+ Notifications box, so you still need to click the bell icon. How to quickly read your notifications? Press the down arrow key, then press Enter and go to the next notification using the right arrow key.

Sometimes Page Up/Page Down and Space/Shift+Space work, but only after you use the arrow keys. If you find other keyboard shortcuts, please let me know in the comments.

Google+ also has a list of keyboard shortcuts.

Google's Festive Decorations

Google shows a lot of festive doodles, Easter Eggs and special decoration. Here are some of them:

- The Thanksgiving doodle is actually a video



Here's the video:


"Thanksgiving Day is a national holiday celebrated primarily in the United States and Canada as a day of giving thanks for the blessing of the harvest and of the preceding year."

- Mr. Jingles is hungry


Here's the animation:


- Hanukkah search results


Here's the mobile Safari version:


... and the mobile Chrome version:


"Hanukkah, also known as the Festival of Lights and Feast of Dedication, is an eight-day Jewish holiday."

- Festivus search results include the aluminum Festivus pole


"Festivus, a well-celebrated parody, has become a secular holiday celebrated on December 23 which serves as an alternative to participating in the pressures and commercialism of the Christmas and holiday season. Originally a family tradition of a scriptwriter working on the American sitcom Seinfeld, the holiday entered popular culture after it was made the focus of a 1997 episode of the program."

As Google says, "it's all about Thanksgivukkah in 2013. This overlap of Thanksgiving and Hanukkah won't happen again for another 70,000+ years, making it a once-in-a-lifetime event".

Happy Thanksgiving! Happy Hanukkah! Happy Holidays!

{ Thanks, Mukil, Emanuele, Camilo and Florian. }

Wednesday, November 27, 2013

Google Health Cards

When you search for [causes of multiple sclerosis], [causes of hiccups], [symptoms of the flu], [how to treat iron deficiency] and other similar health-related queries, Google shows snippets from authoritative sites like WebMD and MayoClinic. Sometimes Google also shows instant answers, but they're not always accurate.



{ Thanks, Sunite. }

YouTube Tweaks Experimental Center-Aligned UI

YouTube continues to tweak the center-aligned UI experiment. The latest version includes a new upload button, a refined guide sidebar with new icons and "more" drop-downs for playlists and subscriptions, a list of recommended channels and probably other features.


The "guide" sidebar is displayed by default only if there's enough room. If there isn't, the sidebar is hidden and you need to click "guide" to see your playlists, subscriptions, video history and more.


The layout still uses cards and it's center-aligned.


Here's how you can enable the experimental 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 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=rkZGzYxfbLQ; 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();

{ Thanks, Florian K. }