You cannot post messages because only members can post, and you are not currently a member.
Description:
List for general Greasemonkey discussion. This is the place for questions about creating or installing user scripts.
|
|
|
GM_addStyle() with @run-at document-start fails silently in FF10/11/12?
|
| |
I've been using code with @run-at document-start, which calls
GM_addStyle() to add CSS before the screen paints, thereby avoiding
any flash of unstyled content. This was working well in Firefox 3.6.
I recently updated to FF 12, and now I find that this no longer works.
Calls to GM_addStyle() in document-start scripts fail silently, with... more »
|
|
Magic Password Generator
|
| |
Hey!
I was without a computer for sometime, then I got a new one, installed
firefox, and started installing my favorite addons. I Couldnt find
Magic Password Generator on mozilla addons anymore, only on Arantius
website. Is there any reason for this?
Thanks
|
|
level 11 camps
|
| |
The script is sending random attacks to the new level 11 camps. I was
lucky enough to my attacks before loosing troops. Needs an update
quick.
|
|
GM_util.hitch / window.setTimeout
|
| |
Calling window.setTimeout with a string of commands as first parameter
in Greasemonkey scripts causes an exception:
"Invalid arguments to GM_util.hitch()."
In a normal browser environment this works perfectly, and previous
Greasemonkey-versions did not have this bug either.
|
|
What can't you do, thanks to Greasemonkey's security sandbox?
|
| |
I'm finally starting work in earnest on Greasemonkey 1.0. The major change
is to move towards explicitly requesting access to the elevated privilege
APIs that Greasemonkey has historically exposed to user scripts and, more
importantly, _not_ imposing the convoluted security restrictions that make... more »
|
|
GM_xmlhttpRequest works on some sites not on others
|
| |
Subject pretty much says it all. I've got a script I'd like to use to
filling out shipping information on the USPS website. The script I'm
testing with is pretty simple:
<code>
// ==UserScript==
// @name Fill out shipping form based on Seamlyne order
// @namespace [link]... more »
|
|
Auto update not working (Firefox, Mac)
|
| |
So I've uploaded a few basic scripts to userscripts.org and installed loads of useful ones from other people, but I can't get auto updates to work for any of them. Currently running Firefox 12.0, GM 0.9.19 on Mac 10.6.8 My checklist: - script installed from userscripts.org Install button, install URL is... more »
|
|
BBC weather site / greasemonkey problem
|
| |
I followed the advice here by LouCypher:
[link]
Which worked perfectly but now the bbc has changed it's website and
the script stopped working. I logged and error saying that "div" was
invalid that I attributed to this line:... more »
|
|
Greasemonkey access violation
|
| |
Hi, I'm getting the following error and I'm not sure why: Error: Greasemonkey access violation: unsafeWindow cannot call GM_getResourceText. My script is here: [link] source: [link] I've temporarily commented out the line that's causing the error and... more »
|
|
|