Helvetical for Google Chrome
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!



Seems to not work on google apps installs, even when I change the targets in the switch? Shame.
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.
doesn't work
OK. What doesn't work?
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!