vote up 0 vote down star

Hello!

I am new to firefox extension building and would like some help on an application I am creating. I would like to create a firefox extension that on choosing to activate the firefox extension, opens a new tab and sends the script to the page to display a certain amount of text or perform some sort of activity. The only problem with this being that I do not know how to implement any of this in the javascript or xul file.

I have created the menu option in the javascript file and this is called from the XUL file. Can anyone help me create the script in the web page?

Thank you

flag

53% accept rate
"display a certain amount of text or perform some sort of activity" Could you be more precise? – Ben S Apr 17 at 20:09

2 Answers

vote up 2 vote down check

If the script you're looking to run is JavaScript, I'd recommend just using the GreaseMonkey add-on.

link|flag
Can Greasemonkey really do what (s)he wants? I.e. open a new tab and stuff? – blahblah Apr 17 at 20:14
I believe so, but I've never tried. – Matt Grande Apr 17 at 20:19
1  
Javascript can't explicitly say to open a new tab since not all browser have tabs, but user preferences can make it so that _blank targeted links open in a tab rather than window. – Ben S Apr 17 at 20:23
Ben, thanks for adding the link in. – Matt Grande Apr 17 at 20:36
vote up 0 vote down

Wow that was a fast reply. Thanks a lot I'll try greasemonkey add-on

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.