English 中文(简体)
Safari Extension, Fluid App
原标题:

I ve written a simple extension for Safari that captures clicks on the RSS button in the address bar (calls to the feed:// protocol) and redirects to Google Reader instead of Safari s feed reader. If, however, the user has a Fluid app (one that opens Google Reader) set as their default feed reader the intercept doesn t work.

Is there any known way to capture a request that s being sent to a different app? The extension currently keys on document.beforeload(), but if the document is being opened in a new "app", it s never reached, of course.

Is there a different event I can catch? I haven t found a comprehensive list of events that extensions can catch.

Thanks.

最佳回答

Extensions are a part of Safari not webkit, so safari extensions aren t available in other apps that embed webkit (like Fluid).

问题回答

暂无回答




相关问题
Font Rendering between Mozilla and webkit

I m not sure if this has anything to do with the recent Safari update, but I m beginning to notice this a lot. There is a drastic difference in the way each browser is rendering fonts. for instance, ...

How i can track Safari activity from my application

I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url. I also need to track online streaming that is happening on ...

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

How to get a flash url in a webpage using a webframe?

As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate): webView:didStartProvisionalLoadForFrame: webView:...

热门标签