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.
|
|
|
"Uncaught ReferenceError: GM_xmlhttpRequest is not defined " in Google Chrome 27 stable
|
| |
Fedora Linux 17 using google-chrome-stable.i386. 1-2 months ago GM_xmlhttpRequest stopped working in google-chrome-beta.i386 for Fedora 17. Response was "Uncaught ReferenceError: GM_xmlhttpRequest is not defined". This seems to be going from version 26 to version 27 of Chrome. Solution at the time was to remove beta and install stable as apparently beta version was 27, stable was 26.... more »
|
|
script are not running and not show
|
| |
i use ultoo script but it's not working why? anyone can help me. when i try script that time this message come" /* Exception: $ is not defined @Scratchpad/2:29 */ some time 1:29 on 2:29 how can i fix to it. plz helpn me. /* Exception: $ is not defined @Scratchpad/2:29 */ /* Exception: $ is not defined... more »
|
|
Help for newbie getting a script to run
|
| |
I'm trying to update the script that was originally on the link below. The script (also included below) will grab your netflix ratings, but I'm getting some errors and am new at this. Would appreciate if someone can help out a newbie as I'm getting this error: Exception: GM_registerMenuCommand is not defined... more »
|
|
Problems accessing document element.
|
| |
I'm relatively new to writing userscripts (I've never had any education on using javascript either) and I've run into a problem I just can't find a solution to so I was hoping you guys could help. I'm trying to update [link] this script to work as it should on firefox.... more »
|
|
How do I upgrade from Greasemonkey 0.9.2.2 to 1.9?
|
| |
I'm currently using Greasemonkey 0.9.2.2 and have been using it for quite some time now, ever since Greasemonkey 1.0 was released because all my scripts were broken with that version. I recently tried upgrading to the latest Greasemonkey again (which was 1.8 at the time, but the latest is 1.9 now as of today), and most of my scripts were broken once again.... more »
|
|
Scripts never get auto updated in my main profile of Firefox
|
| |
I've noticed this problem for a long time. I have many scripts installed, most of them are from userscripts.org and providing update URLs. If I right click any of them and then choose "check update" it would be updated (if it does have) without problem. But, they never get AUTO updated, for months.... more »
|
|
To easy detect GM
|
| |
Do you ever plan to solve this problem:
if (typeof(Components) !== 'undefined' &&
(Components.interfaces.gmIGrea semonkeyService || typeof
GM_addonsStartup !== "undefined")) {
alert('Hellow Greasemonkey!!!');
|
|
Paste from clipboard
|
| |
...
...
This feature looks for a script with valid metadata in the clipboard. If
it doesn't find it, the button is not enabled.
|
|
|