[Greasemonkey] MouseHole

Nikolas Coukouma lists at atrus.org
Sat Sep 3 02:08:39 EDT 2005


Jason Bailey wrote:
> Thought you guys might want to see this...
>
> http://gamingfox.blogspot.com/2005/09/mousehole.html
>
> A guy came to me asking for my permission to converts one of my
> scripts into mousehole script (I already gave him permission), so
> thats how I came across it.
>
> Any thoughts?
>
> Jason Bailey
We've gone over this before:
They can not interact with the browser or run in with elevated security 
of any sort. None of the GM APIs are available, so you can't access 
other sites or have persistent storage (storage would be inaccessible 
after injection). Yes, you can still modify pages and that is good.

Re: reimplementing all user scripts:
Write a Ruby binding for Spidermonkey.
Or, use Perl  or Python because there's already bindings available:
http://search.cpan.org/~mschilli/JavaScript-SpiderMonkey-0.11/SpiderMonkey.pm
http://wwwsearch.sourceforge.net/python-spidermonkey/


More information about the Greasemonkey mailing list