You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussions about development of the Greasemonkey extension for Firefox.
|
|
|
Help with greasemonkey link code
|
| |
Hi, I am a REAL newbie with greasemonkey and javascript, and I have a question. A page I visit has a link, and to get to it I must click what looks like a "button" with the words Details on it. It is not set up as a form submit type button though (where I can use form.elements.click ())... I've used Firebug and got right to the Details "button" and the... more »
|
|
Proxy Greasemonkey
|
| |
Hi there, sometimes I am a guest in other PCs and I cannot install any add-ons. So my question is: would it be possible to develop a "proxy greasemonkey"? I will put it on my home server. I will go to [link] and the home proxy will: 1) execute the greasemonkey javascripts... more »
|
|
Access violation check conflicts with Ubiquity
|
| |
I have a script that caches several values via GM_setValue. In order to let the user purge the cache, I added a menu command which executes the following code: GM_registerMenuCommand('foo', function(){ [ GM_deleteValue(val) for each(val in GM_listValues())] }); This works fine. However, I'm also using an Ubiquity hack [2] to summon Greasemonkey... more »
|
|
Userscripts to XPI Compiler
|
| |
Sir i know it not reletad question of greasemonkey but i wan to tell you that when i compile greasemonkey script it show Error: page is undefined what should i do now?
|
|
Early Greasemonkey 0.9.0 Preview Build
|
| |
Everyone: I've been working on some of the changes that I plan to include in Greasemonkey 0.9.0 [1]. At this point, I have most of the UI put together, so that the list of user scripts shows up in a pane of the default Firefox Add-ons dialog [2], rather than the Manage Scripts dialog of today. This is very beta / preview level code right now. But if you're... more »
|
|
BUG: problems in GM scoping
|
| |
Latest GM updates (December ones) have introduced a difference in scoping of GM_ functions. In particular, a window.setTimeout used to call a GM_setValue is not working any more if inside an unsafeWindow. Look at this piece of code: Latest releases of GM have changed the scoping of GM_ functions. Try this:... more »
|
|
How can I change TAB color
|
| |
It is possible to change a color TAB in browser using Greasemonkey and
Firefox? I want to change color when something will be happen (example
something display on page - text, user click link etc).
If someone know how can I do that, please write solution.
|
|
Greasemonkey 0.8.3 Released
|
| |
After hearing no feedback, thus no negative feedback, on the RC2 of 0.8.3, I've released it publicly. It should be available on AMO ( [link] [1]) shortly, and you can read the release notes there or at the Greasespot blog ([link] [2]).
Enjoy!
[1] [link]... more »
|
|
|