Here's a visual walkthrough:
<http://redhanded.hobix.com/inspect/mousehole11InPlainView.html>
In a nutshell, MouseHole is a scriptable web proxy. It's designed as an
alternative to Firefox's Greasemonkey extension. You start up
MouseHole, you set it as your web proxy in your browser's configuration,
you surf the web, installing scripts you find on the web and letting
those scripts effect your view of the web.
User scripts can mount themselves as applications as well. For example,
there's an Instiki-clone for MouseHole, which mounts itself at /wiki.
Anyway, here's the MouseHole phone book:
* Download MouseHole 1.1:
o Windows standalone.
<http://rubyforge.org/frs/download.php/5867/mouseHole-1.1-win32-standalone.zip>
(No Ruby required.)
o or Source zip.
<http://rubyforge.org/frs/download.php/5868/mouseHole-1.1.zip>
(Ruby, yaml, dbm, rexml libraries required.)
o or Source tarball.
<http://rubyforge.org/frs/download.php/5869/mouseHole-1.1.tar.gz>
(Ruby, yaml, dbm, rexml libraries required.)
* My own MouseHole scripts. <http://whytheluckystiff.net/mouseHole/>
* The MouseHole wiki. <http://mousehole.rubyforge.org>
* Mailing list is mousehole-scripters
<http://rubyforge.org/mailman/listinfo/mousehole-scripters>
Thanks and forever.
_why
Very slick.
> In a nutshell, MouseHole is a scriptable web proxy. It's designed as an
> alternative to Firefox's Greasemonkey extension. You start up
> MouseHole, you set it as your web proxy in your browser's configuration,
> you surf the web, installing scripts you find on the web and letting
> those scripts effect your view of the web.
> User scripts can mount themselves as applications as well. For example,
> there's an Instiki-clone for MouseHole, which mounts itself at /wiki.
>
> Anyway, here's the MouseHole phone book:
>
> * Download MouseHole 1.1:
> o Windows standalone.
>
> <http://rubyforge.org/frs/download.php/5867/mouseHole-1.1-win32-standalone.zip>
Sadness. This URL just brings up a blank page.
James
--
http://www.ruby-doc.org - The Ruby Documentation Site
http://www.rubyxml.com - News, Articles, and Listings for Ruby & XML
http://www.rubystuff.com - The Ruby Store for Ruby Stuff
http://www.jamesbritt.com - Playing with Better Toys
http://rubyforge.org/frs/download.php/5870/mouseHole-1.1-win32-standalone.zip
works.
Happiness.
Wow, it's already slicing and dicing and making julienne fries!
Very fast progress indeed. It'll be singing "Daisy" by next week.
Keep plugging in those plexiglass blocks.
Phil
James, this release is largely inspired by your Catapult app. I ripped
the logging and the url-to-method-dispatch stuff straight from Catapult
(see lib/mousehole.rb). I love Catapult. It's just one of those little
bits of code that is relentlessly cool to tinker with.
I've neglected to attribute all of the source I've been ripping from,
I'm working on that. Here's a few other folks I'd like to thank:
MouseHole 1.0, derived from Hoodlum by MenTaLguY.
Many thanks to Tanaka Akira for HTree.
And also Sean Russell for REXML.
And don't forget Rafael R. Sevilla for Ruby-JSON.
And also Erik Veenstra for RubyScript2EXE.
_why
Thank you. With MouseHole, you've beat me to the punch in writing
something I've been sporadically working on with Catapult.
Less code for me to write!
James
>
> I've neglected to attribute all of the source I've been ripping from,
> I'm working on that. Here's a few other folks I'd like to thank:
>
> MouseHole 1.0, derived from Hoodlum by MenTaLguY. Many thanks to Tanaka
> Akira for HTree. And also Sean Russell for REXML. And don't forget
> Rafael R. Sevilla for Ruby-JSON. And also Erik Veenstra for RubyScript2EXE.
> _why
A good crowd.
Vincent.