0

I want to create a plugin for opera that modifies tha DOM-tree after the page have been loaded. Does opera have an appropriate plugin API?

Wladimir Palant
  • 56,865
  • 12
  • 98
  • 126
Vitali Kotik
  • 753
  • 8
  • 25

2 Answers2

1

Opera now has an extension API. Here's a link to a documentation entry point: http://dev.opera.com/articles/view/opera-extensions-hello-world

hallvors
  • 6,069
  • 1
  • 25
  • 43
0

Opera supports the NPAPI plugin API (whic powers flash, java, etc), but I suspect you are referring to an extension API like Firefox, Chrome, and Safari have. Opera does not have a comparable extension API.

Edit by Hallvord: this answer is outdated. While correct at the time, Opera has now developed extensions support.

hallvors
  • 6,069
  • 1
  • 25
  • 43
fearphage
  • 16,808
  • 1
  • 27
  • 33