Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery and/or eval causes script failure in 0.9.0 #1265

Closed
arantius opened this issue Jan 25, 2011 · 3 comments
Closed

jQuery and/or eval causes script failure in 0.9.0 #1265

arantius opened this issue Jan 25, 2011 · 3 comments
Milestone

Comments

@arantius
Copy link
Collaborator

Source: http://groups.google.com/group/greasemonkey-users/browse_thread/thread/b6a8633463b9b7a6?hl=en

On 01/24/11 17:44, Romy wrote:

http://pastebin.com/3KjrryLQ

Running FF 3.6.13. This script worked in 0.8.x. I've read all the
threads on the subject, and at first thought it was the @match
statement since it's not even mentioned in the Wiki. @include produces
the same result.

Next I suspected eval() as I'm using the minified jQuery, which I
understand may use an eval() to do its bidding. Tried the non-minified
version with the same result. If both are susceptible, what's the
solution ?

I'm not even sure the script is running -- putting a
console.log("...") as the first line after header never shows up in
the Firebug console. In the menu options, the script is marked
installed, and my test URL is:

http://losangeles.craigslist.org/cta/

@sizzlemctwizzle
Copy link
Contributor

Confirmed that this error is now fixed in greasemonkey/master due to the patch for issue #1258.

@Martii
Copy link
Contributor

Martii commented Jan 25, 2011

You can add prototype.js to this list as well with 0.9.0 release... allegedly #1258 fixes this although I don't use that particular framework myself and the script sources have changed.

See also This topic

@arantius
Copy link
Collaborator Author

I'm happy with one "fix confirmed" for now.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants