That would be great if you could. It's in this script on line 26: http://www.danielslaughter.com/projects/greasemonkey_gmailpop3/gmail_pop3.user.js
I realize it's running eval() against source from a different domain (danielslaughter.com) than what it's intended to run on (gmail.com), but I wasn't sure how else to easily push out updates for the script without requiring individuals to download it every time. Also, it's on my domain and I'm aware there is no malicious items the eval() function would be executing (although I know it's still bad practice). Thank you, Daniel Slaughter On Jan 23, 9:32 pm, sizzlemctwizzle <[email protected]> wrote: > On Jan 23, 8:15 pm, danielslaughter <[email protected]> > wrote: > > > I'd like to +1 an issue with this. I have a script which uses eval() > > to execute code in a manner in which I have yet to find an alternate > > solution to. > > If you give me the script, I can give you a non-eval alternative. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
