How to write a simple Opera plugin?
I'd like to develop a plugin that would change the Referer
header of a request based on request's url data.
Opera's website says plugins should be developed using [Netscape4 Plug-in API][1]. However there's not so much information about it available. I looked up in my c:/program files/opera/program/plugins
and it seems like Opera's plugins are .dll
s. What programming language should be used for Opera Plugin Development and do you know of any walk-through about it?