javascript - Injecting HTML to a DOM element with chrome extensions -


i trying figure out best way inject full html page existing page via chrome extension. problem browsing page , want load facebook page onto page a, best place response ajax request div element innerhtml method or should create new iframe , write document? if go second answer, bound iframe constraints posed facebook or other sites don't allow iframe loading?


Comments