Install mouseHole on Ubuntu 1
mouseHole is a personal proxy server written in ruby, allowing you to…

rewrite the web as you view it, altering content and behavior as you browse. Basically, it’s an alternative to Greasemonkey, which does similar things from inside the Firefox web browser.

To get mouseHole up and running, first install the required gems (json and sqlite3) if you don’t already have them installed. I encountered the following issues while installing those gems…
- Installing json
lib/json/editor.rb:977:50: ’:’ not followed by identified or operator
The solution is to remove the colon from line 977.
Installing sqlite3
The command for installing the sqlite3 gem is gem install sqlite3-ruby and not gem install sqlite3.Lastly, if you are running Debian or Ubuntu, visit http://localhost:3704 instead of http://127.0.0.1:3704 after starting mouseHole.
Trackbacks
Use the following link to trackback from your own site:
/blog/articles/trackback/7750

whoa, you are brave!! but you will be rewarded with a landslide of fun!!! (i think.)
anyway, mh2 is under lots of development, so keep an eye on this feed: http://code.whytheluckystiff.net/mouseHole.xml (shows new changes and gems as they come up.) let me know if you hit anything bad.