Can we insert javascript into any webpage loaded in the browser
Posted
by pokrate
on Stack Overflow
See other posts from Stack Overflow
or by pokrate
Published on 2010-03-31T07:15:38Z
Indexed on
2010/03/31
7:23 UTC
Read the original article
Hit count: 193
JavaScript
Hi I am looking into methods to inject javascript into any webpage loaded in the browser, so that I can traverse through the page's DOM. I use JQUERY for my scripting needs. Method should work in all browsers.
I tried using IFRAME and adding some html into it, but I cant. Please suggest some ways.
© Stack Overflow or respective owner