Re: How to develop a Safari event listener

2008-09-29 Thread Jim Turner
Hi Bill Unless things have changed recently, what you're looking for is called "Not Officially Supported by Safari". As you discovered, there is no interface that will allow a plugin to load arbitrarily unless it's going to provide some sort of media handler for content on the page. That being s

How to develop a Safari event listener

2008-09-29 Thread Bill Morgan
Hi to all, I am trying to develop a small tool, it can be an appliction/bundle/plug-in ... The goal is, when Safari opens certain web page, like www.apple.com, the tool will be launched automatically, and it can get the page's url. I know for firefox, people call this kind of tool as add-on, not