Reputation: 14998
I am now porting one of my extensions to IE. It will be done in C#. I am looking for some smooth transition. My Chrome based extension does following once the page is loaded:
It was easier to do in Chrome but I guess IE has a separate route. I know I can use IHTMLElement and other stuff to manipulate DOM but I want to keep my code standarized. Atleast the one dealing with DOM. Can it be done at IE part?
Thanks
Upvotes: 3
Views: 642