Comments on Brad Stewart's Scripts

103 comments

Comment on Userscripts Top Scripts made Aug 23, 2008:

hitman82

not working

Comment on Userscripts Top Scripts made Feb 5, 2008:

arslan

hay m new here

Comment on Gmail Google Calendar sidebar made Feb 3, 2008:

ultrasur1

werd. this needs to be updated....please. great script & i miss it terribly.

Comment on Gmail Google Calendar sidebar made Jan 17, 2008:

jfermons

Hi,

It's a great tool, but it doesn't work anymore with the new version of Gmail.

Do you plan to make another version that works with it?

Thanks,

Jack

Comment on Userscripts Top Scripts made Dec 23, 2007:

Kashif Ali

Hi Friends this is Kashif Ali and im new user so plz tell me how can me use Scrap to all?? im not understand it so whoz help me abt that

Comment on Userscripts Top Scripts made Dec 2, 2007:

nimd4

Is it not possible to limit results to English only?

Comment on Userscripts Top Scripts made Nov 29, 2007:

Jesse Andrews

I added a id for you on the main ul - id="mainmenu"

Feel free to email me with anything that would help your hacking... I would even run the python script locally for you if it helps.

Comment on Userscripts Top Scripts made Nov 28, 2007:

Brad Stewart

Thanks Dust, it's fixed now. This is a bit of a quick, hackish fix, so it still needs to be adjusted some, but at least it works.

Comment on Userscripts Top Scripts made Nov 28, 2007:

Dust

Hi, and thanks for the script, I have noted 1 thing, practically i see that the page for the list of the script have changed:

Before was: http://userscripts.org/?page=*

Now is: http://userscripts.org/scripts?page=*

Am i wrong with something?

Thanks in advance and sorry for my bad english.

Stefano

Comment on Userscripts Top Scripts made Nov 28, 2007:

Brad Stewart

Yeah, that's because the script hasn't been caching data for long enough yet, it should sort itself out in a few days.

Comment on Userscripts Top Scripts made Nov 26, 2007:

Rudi Pittman

I'm clicking on the links at top for New Week Ever etc and nothing changes?

Comment on Gmail Google Calendar sidebar made Nov 20, 2007:

The Dot

Hi. I liked this idea so i made another script that integrates calendar. It isnt half as advanced as this and it doesnt even work in the same way but i thought it might be of use to somebody so i put it up here.

Comment on Gmail Google Calendar sidebar made Nov 8, 2007:

Dityus Seagullus

Brilliant script - makes managing ur day so easy ... but gmail v2 does'nt allow it... managing by reverting back to the older version of gmail each time..

But Brad- workout a new version please!!

Comment on Gmail Google Calendar sidebar made Oct 30, 2007:

Chew

Hmmm now that I got it working, the sidebar shows the time +8 hours from my calendars. My calendars are set at GMT+8 as I stay in Malaysia. 11am becomes 7pm in the sidebar.

Comment on Gmail Google Calendar sidebar made Oct 30, 2007:

Chew

Did some googling and got it. THanks so much

Comment on Gmail Google Calendar sidebar made Oct 29, 2007:

Tracy McKibben

Thanks Tom, that does indeed fix the problem.

Comment on Gmail Google Calendar sidebar made Oct 29, 2007:

Chew

Errm I am not good with the scripts. Could someone amend and then I could just download and install it? Sorry or maybe someone could share how to edit it. Thank you in advanced

Comment on Gmail Google Calendar sidebar made Oct 26, 2007:

Tom Parker

Replacing line 393

if(whoNodes[whoI].getElements("gd:attendeeStatus")[0].getAttribute('value').match(/.declined/)

with

if (whoNodes[whoI].getElements("gd:attendeeStatus").length!=0 && whoNodes[whoI].getElements("gd:attendeeStatus")[0].getAttribute('value').match(/.declined/)

fixes the loading problem

(i.e. adding "whoNodes[whoI].getElements("gd:attendeeStatus").length!=0" test to the beginning)

Comment on Gmail Google Calendar sidebar made Oct 25, 2007:

buono

Yes, I have had this issue for 4 days.

It happens on each machine I use.

Comment on Gmail Google Calendar sidebar made Oct 24, 2007:

Tracy McKibben

I've been using this script for several months, love it. Yesterday, it stopped working - the sidebar gets stuck on "Loading <my>". I assume Google changed something. Anybody else having this problem?</my>

Comment on Gmail Google Calendar sidebar made Oct 8, 2007:

buono

I have a strange issue. All was working fine but now I have calendar entries appearing in the sidebar in seemingly random phases. At the moment I have some appointments from the next 3 weeks appearing, but they are not the next 5 in my Google Calendar.

is there a certain type of appointment that does or does not get displayed?

I have some that are displayed for a few days and then neared the event are no longer displayed.

Comment on Userscripts Top Scripts made Sep 25, 2007:

manixrock

The script is unworkable for 2 reasons:

1) The userscripts page has changed a bit, which is easily fixed by changing this line:

"sibling = rightDiv.getElementsByTagName("h5")[1];"

to this:

"sibling = rightDiv.getElementsByTagName("form")[0];"

2) This is the main cause, the author's website seems to be down: http://brad.bradmont.net/ so the script at http://brad.bradmont.net/nums.txt is returning a 404 response.

Comment on Gmail Google Calendar sidebar made Sep 22, 2007:

gehx

got my last issue sorted, now is there a way to use this w/o having to make my calendar viewable to the world?

Comment on Gmail Google Calendar sidebar made Sep 22, 2007:

gehx

where is the down arrow beside the calendar name in the left panel???

Comment on Gmail Google Calendar sidebar made Sep 22, 2007:

Cristo

Hi,

i've solved for my question 2 and suggest to check for this also to other users experiencing the problem:

on Google Bookmark you have to set the label of the link to your calendar to GMgcal, not the name of the link.