| Author | nodaguti |
|---|---|
| Created | May 7, 2010 |
| Updated | Jun 30, 2010 |
| Installs (this week) | 4 |
| Installs (total) | 2,511 |
| Average rating |
|
Makes the Google Left Navigation Panel popup and automatically show/hide it
just by moving the cursor to near the right side of display like "Sidebar Autohide" (http://mac.softpedia.com/get/Internet-Utilities/Sidebar-Autohide.shtml).
If you don't use Google in English or in Japanese, you can use in your language by just add a simple code like this:
Before
@-moz-document domain("google.co.jp"),
domain("google.com"){
After
@-moz-document domain("google.co.jp"),
domain("google.fr"),
domain("google.com"){
----
仕様変更によってデフォルトで表示されるようになったGoogleの左側のナビゲーションバーを、
目立たないように右側に移動し、さらにSidebar Autohideのようにマウスを持っていった時のみポップアップするようにします。
----
Before: Moving mouse out of blue area (panel is hidden)
After: Moving mouse into blue area (show panel)
just by moving the cursor to near the right side of display like "Sidebar Autohide" (http://mac.softpedia.com/get/Internet-Utilities/Sidebar-Autohide.shtml).
If you don't use Google in English or in Japanese, you can use in your language by just add a simple code like this:
Before
@-moz-document domain("google.co.jp"),
domain("google.com"){
After
@-moz-document domain("google.co.jp"),
domain("google.fr"),
domain("google.com"){
----
仕様変更によってデフォルトで表示されるようになったGoogleの左側のナビゲーションバーを、
目立たないように右側に移動し、さらにSidebar Autohideのようにマウスを持っていった時のみポップアップするようにします。
----
Before: Moving mouse out of blue area (panel is hidden)
After: Moving mouse into blue area (show panel)
More Info
Feedback
Discussions
Ask a new question or add a review for this style.
