Article On Building Greasemonkey Scripts

Published

Sun, 10 Apr 2005

Tags

greasemonkey

0 comments


subscribe

I’m building a rails tool that builds custom greasemonkey scripts.

Hint: when the user installs a script, greasemonkey will download the script again from the URL in the location bar, hence losing all parameters from a form post!

Also use: @headers['Content-Type'] = 'text/javascript' render_without_layout
 

Add your comment