I've made some progress and now have a js object that can observe the
"StartDocumentLoad" topic. I'm loading my js file by way of a line in
my navigator.xul like this:
<script type="application/x-javascript" src="foo.js"/>
Questions:
1. Is there an observer topic for link clicks and link mouseovers?
2. Is there a better way to source in my js file? Can I do it from my
prefs or user css files?
On Fri, 20 Apr 2001 19:48:19 -0700, Sean Echevarria <[EMAIL PROTECTED]>
wrote:
>Is it possible and what would be the best way to setup a javascript
>observer for links I click on? Hack up a theme, some other way?
>
>Or what group should I post this question in?