PTT
PTT

Reputation: 556

browser plugin using firebreath

i ve built the sample plugin using firebreath.. Now I m planning to write a plugin that captures all the events from a webpage.

Please help how to do this using firebreath ?

Thank you.

Upvotes: 1

Views: 1491

Answers (1)

smorgan
smorgan

Reputation: 21549

You can't capture page events in a plugin; plugins have a specific location on the page, created by an <object> or <embed> tag, and control the drawing and event handling for that area only. (Flash and QuickTime, for example, are plugins.) What you want to do would be done with JavaScript.

As Taxilian said, it sounds like you have probably conflated NPAPI/ActiveX plugins and browser extensions.

Upvotes: 2

Related Questions