Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Sample/ help using Outfox with Greasemonkey?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Runes  
View profile  
 More options Jun 17, 11:17 am
From: Runes <haroon...@gmail.com>
Date: Wed, 17 Jun 2009 08:17:46 -0700 (PDT)
Local: Wed, Jun 17 2009 11:17 am
Subject: Sample/ help using Outfox with Greasemonkey?
Hi there,

I've installed outfox on, and tested it with the various test pages
and it works fine, reading out the words as expected.... but now Im
trying to include it in a Greasemonkey script.

It doesnt seem to get picked up properly - I'm using the following
lines:

// @require        http://www.json.org/json2.js
// @require        http://outfox.googlecode.com/files/outfox-0.3.0.js

I've now also tried using http://www.cs.unc.edu/Research/assist/outfox/app/js/outfox.js
and http://outfox.googlecode.com/svn/trunk/js/outfox.js but no luck -
it gives an unusual error saying that "outfox.Deferred is not a
constructor"
Source File:
file:///C:/Documents%20and%20Settings/<...>/Application%20Data/Mozilla/Fire fox/Profiles/zscyer1e.default/extensions/%7Be4a8a97b-f2ed-450b-b12d-ee082ba 24781%7D/components/greasemonkey.js
Line: 839

... this is at the point where I'm calling the outfox.init function.
The fact it knows about this object type suggests that it;s picked up
the outfox js file correctly I think?

How do i include outfox correctly, does anyone havve a short sample
script i could use that just initialises on the page loading and says
a few words?

THanks!


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gary Bishop  
View profile  
 More options Jun 17, 12:38 pm
From: Gary Bishop <g...@cs.unc.edu>
Date: Wed, 17 Jun 2009 12:38:45 -0400
Local: Wed, Jun 17 2009 12:38 pm
Subject: Re: Sample/ help using Outfox with Greasemonkey?
Have you seen this?

http://mindtrove.info/outfoxing-gmail-with-greasemonkey/

gb


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Runes  
View profile  
 More options Jun 17, 1:55 pm
From: Runes <haroon...@gmail.com>
Date: Wed, 17 Jun 2009 10:55:41 -0700 (PDT)
Local: Wed, Jun 17 2009 1:55 pm
Subject: Re: Sample/ help using Outfox with Greasemonkey?
Hi Gary,

Yep thats the exact script that led me to find Outfox in the first
place :) . Unfortunately it is for Outfox v 0.1 and doesnt seem to do
anything when installed with the current version.... I tried modifying
that code to suit the current version, replacing the outfox.init
method etc but the results in the original post were what i ended up
with.

Regards
Haroon

On Jun 17, 5:38 pm, Gary Bishop <g...@cs.unc.edu> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Parente  
View profile  
 More options Jun 21, 9:08 pm
From: Peter Parente <pare...@gmail.com>
Date: Sun, 21 Jun 2009 18:08:13 -0700 (PDT)
Local: Sun, Jun 21 2009 9:08 pm
Subject: Re: Sample/ help using Outfox with Greasemonkey?
Hi Haroon,

I'm working on a simpler example for using GM and Outfox right now.
I'll post again when it's available on my blog.

Thanks,
Pete

On Jun 17, 1:55 pm, Runes <haroon...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Runes  
View profile  
 More options Jun 22, 9:23 am
From: Runes <haroon...@gmail.com>
Date: Mon, 22 Jun 2009 06:23:14 -0700 (PDT)
Local: Mon, Jun 22 2009 9:23 am
Subject: Re: Sample/ help using Outfox with Greasemonkey?
Hi Pete,

Fantastic! If I can be of any help do let me know... in fact your
original script was close to the functionality i was looking for also
- I just wanted an alert when a new message arrived for a specific
label. However most gmail notification tools only watch the inbox, and
as I have tab open in FFox somewhere anyway I've used a popup message
(alert box) for now. Having Outfox read out the message subject/sender
etc would be ideal :)

Take care
Haroon

On Jun 22, 2:08 am, Peter Parente <pare...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Parente  
View profile  
 More options Jun 22, 5:22 pm
From: Peter Parente <pare...@gmail.com>
Date: Mon, 22 Jun 2009 14:22:25 -0700 (PDT)
Local: Mon, Jun 22 2009 5:22 pm
Subject: Re: Sample/ help using Outfox with Greasemonkey?
Well, it looks like there's a problem in the 0.3.x version of the
Outfox JS where it is using outfox.utils.declare to create an object
attached to the window object. But in a GM script, the window object
isn't the raw window object. I tried the @unwrap GM option, but it
doesn't seem to help.

I'm filing a bug against Outfox to get this fixed.

On Jun 22, 9:23 am, Runes <haroon...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carolina Computer Assistive Technology  
View profile  
 More options Jun 24, 9:27 pm
From: Carolina Computer Assistive Technology <c...@unc.edu>
Date: Wed, 24 Jun 2009 18:27:07 -0700 (PDT)
Local: Wed, Jun 24 2009 9:27 pm
Subject: Re: Sample/ help using Outfox with Greasemonkey?
Hey guys,

We've fixed the Greasemonkey compatibility problems in Outfox 0.3.5.
You should be able to load Outfox and start its services in the
Greasemonkey sandbox now.

Good luck!

On Jun 22, 9:22 pm, Peter Parente <pare...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Parente  
View profile  
 More options Jun 24, 10:40 pm
From: Peter Parente <pare...@gmail.com>
Date: Wed, 24 Jun 2009 19:40:37 -0700 (PDT)
Local: Wed, Jun 24 2009 10:40 pm
Subject: Re: Sample/ help using Outfox with Greasemonkey?
Great!

Haroon, I've posted a new example that works with the 0.3.5 release to
my blog at http://mindtrove.info/outfox-in-greasemonkey-revisited/.

Let me know if you have any problems.

On Jun 24, 9:27 pm, Carolina Computer Assistive Technology


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Runes  
View profile  
 More options Jun 26, 6:17 am
From: Runes <haroon...@gmail.com>
Date: Fri, 26 Jun 2009 03:17:19 -0700 (PDT)
Local: Fri, Jun 26 2009 6:17 am
Subject: Re: Sample/ help using Outfox with Greasemonkey?
That was all pretty quick! I was trawling the OF site and discussion
and trying trial and error before to try and get OF working with
Greasemonkey... thought I must be making the wrong calls.

Your example works perfectly with Wikipedia - the main trouble I was
having before was extracting the appropriate objects from the Gmail
thread list view, couldn't get them to output to GM_log even. I've
tried several similar scripts and help but still seem unable to
navigate to and find the threadlist table in order to manipulate it.
Was there a guide you used or a methodology to do so that might help?

On Jun 25, 3:40 am, Peter Parente <pare...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google