Helvetical for Google Chrome

5Jason2nd Sep 2009Technology, , ,

This AM I came across the Helvetical Google Calender userstyle created by Ad Taylor via Hicksdesign (who created Helvetireader) and immediately wanted to try it out for Google Chrome, since I am on a PC at work and use Google Chrome for all my Google apps. However, the default userstyle file provided didn’t work in Google Chrome, so I modified it a bit.

Here’s the file: helvetical.user.js

Just unzip and drop the helvetical.user.js file in your User Scripts folder, as detailed on Lifehacker:

Windows XP: %userprofile%\Local Settings\Application Data\Google\Chrome\User Data\Default\User Scripts\
Windows Vista: %userprofile%\AppData\Local\Google\Chrome\User Data\Default\User Scripts\

Then, I have Google Cal set up as a Chrome “Application”, so all you need to do is right click on the Google Cal icon and change the switches at the end of the target to this (switches in bold):

"C:\Documents and Settings\{user.name}\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --enable-user-scripts --app=https://www.google.com/calendar/render?tab=mc

Enjoy!

P.S. I am sure this Google Calendar userstyle would work with all userscript flavors (Firefox & Greasemonkey, Safari & GreaseKit), but haven’t tested it… use at your own risk!

5 Comments Comments Feed

  1. Name (September 6, 2009, 10:33 am). Reply

    Seems to not work on google apps installs, even when I change the targets in the switch? Shame.

  2. endonend (September 6, 2009, 6:05 pm). Reply

    What is the domain of your google apps install?

    The user style file targets these combos:
    // @include https://*.google.com/calendar/render/*
    //
    @include http://*.google.com/calendar/render/*
    //
    @include htt*://*.google.*/calendar/render*

    If your GCall domain location is different, you need to adjust the js file.

  3. fatherb (September 15, 2009, 4:09 pm). Reply

    doesn't work

  4. endonend (September 15, 2009, 5:56 pm). Reply

    OK. What doesn't work?

  5. infogulch (September 30, 2009, 8:21 pm). Reply

    Haha, nice! I was about to post my info because it “wasn't working,” but it was just me being silly. There are three steps ppl:
    1. Put .js file in your “User Scripts” dir.
    2. Modify your chrome shortcut to include –enable-user-scripts switch.
    3. Restart chrome
    I'm using dev chrome: 4.0.213.1 on Win7 RC
    Thanks!

Add a Comment