Google Voice + Fluid (SSB)

Google Voice Icon Google Voice Icon by malabooboo

Google Voice is the eighth wonder of the world.

Mac users lucky enough to have secured an invite might consider creating a Fluid site specific browser to carve out some space for Google Voice on the Dock.

An SSB is quite useful in itself, but even more so when a few CSS tweaks are applied.

After launching Fluid and creating the SSB for http://google.com/voice (I highly recommend using malabooboo's icon for the app icon), launch the newly created app and open the preferences panel.

Click on Userstyles and then on the plus button to add a new URL pattern.

In my case I simply used an asterisk (*) for the pattern, which matches any url. For more information on Userstyles, watch this video.

Adding your own CSS formatting instructions will alter how the page is displayed and potentially remove annoyances. Here are a few examples:

Allow the SMS textarea to be resized

.gc-quicksms div textarea {
    resize: both !important;
}

Stop the SMS history from being hidden (remove "more messages" link)

.gc-message-sms-old {
    display: block !important;
}
.gc-message-sms-show {
    display: none;
}

Hide the "Invite a Friend" link

#gc-sidebar-invites {
    display: none;
}

Hide the Google Services links

#gbar {
        display: none;
}

Remember to refresh the browser window with CMD-R to apply any changes made to the userstyles.

Google Voice

2 Comments

You can track this conversation through its atom feed.

  1. Alan Parks on May 7th, 2010 at 8:54 am

    rock

  2. Olin Patalano on March 13th, 2012 at 5:22 am

    Great content! I’m all for this. The article is generally helpful for me. Reading your article tends to make me satisfied. At one time, I will be able to learn far more knowledge. Thanks quite definitely.

Leave a Comment

HTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>