Google Calendar Wheel Viewer

By Kyosuke Last update Apr 17, 2008 — Installed 5,847 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 26 posts, 15 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
EroMraB User

ok guys. I got mine working AGAIN. I had to change it to -0.25 and 0.25 (following Unit's instructions below).

Hey Kyosuke, are you gonna keep this up to date? If not, is there anyway I can post it with the "new updates?"

 
Saibot Scriptwright

Interesting. Editing the numbers makes no difference for me when those numbers are
less than 1. Values of 0.5, 0.75, 0.99 don't scroll the screen a bit. But once it gets to
1.0, it's back to scrolling 6 mos at a time. :(

 
EroMraB User

edited mine to -.5 and .5 and it works perfect now! woohoo!

Yeah, mine quit working...

 
unit User

Yes i'm runnig FF3. Changing the numbers causes different jumppatterns.
bigger number -> bigger datejump
smaler number -> smaler datejump.

 
Saibot Scriptwright

Unit, are you running FF3?

Also, what do those numbers represent? What effect does changing them cause?

 
unit User

google is changing a lot, but my fix works fine for me.
try different numbers for "-0.125 : 0.125"

 
EroMraB User

I'm sad that this isn't working. Even unit's fixes don't help. :-(

 
unit User

to make it work again

change
line 37 to: unsafeWindow._EH_nav((e.detail < 0) ? -0.125 : 0.125);

 
tankzilla User

Dittto.

 
Kino Scriptwright

Same here, it scrolls through 6 months with one wheel roll.

 
Saibot Scriptwright
Stopped working when I updated to Firefox3. The latest release restored the scrolling ability,
however it scrolls six months at a time. So one click of the wheel moves from June to December.

Anyone else experiencing this?
 
EroMraB User

Thank you!!

 
NeqO User

It works again!
Thank you!

 
Kyosuke Script's Author

Update new script.
Try it again.

 
EroMraB User

I miss my wheel viewer!!

 
Kawauso Scriptwright

I think the newest version of Firefox might be blocking it, since the error console reports this:

Error: [Exception... "Security Manager vetoed action"  nsresult: "0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO)"  location: "JS frame :: https://www.google.com/calendar/5f590d2a5ab79957a762d3b98d833d9edoozercompiled__en_gb.js :: Lv :: line 217"  data: no]
Source File: https://www.google.com/calendar/5f590d2a5ab79957a762d3b98d833d9edoozercompiled__en_gb.js
Line: 217

From the looks of the google results, it's some change in the code that's affected other extensions in the newest version too, no idea how to fix atm though...

 
EroMraB User

Mine quit working too...

 
luckydog5656 User

This script has just stopped working for me. Anyone else? Did Google change something?

 
luckydog5656 User

this would be even better if there was a way to scroll by only one week at a time when in month view but I'm pretty sure that's impossible with the way google calendar is scripted as of now. Just a thought...

P.S. Awesome script!!! this is fabulous!

 
Archon810 User

Excellent plugin, one of the most useful and ingenious ones here.

 
Kyosuke Script's Author

thanks all. New version is now available.

 
Nick Howell User

Excellent! I've been looking for something like this.

One suggestion: add it to the date-picker, too! It's simple; insert

$('dp_0').addEventListener(
"DOMMouseScroll",
function(e) {
var x = {};
x.target = e.target;
x.keyCode = (e.detail < 0) ? 80 : 78;
unsafeWindow._calKeyDown(x);
},
false
);

right after the one for maincell.

 
cwernham User

Good script! It needs the https ones adding as well (to save anyone doing it themselves) to make it work with the secure calandar (when using the GMail secure script) out of the box.

 
esquifit Scriptwright

A superb example of a clever and cleanly written script. Five stars for both idea and realisation. Many thanks!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel