iFrameX icon indicating copy to clipboard operation
iFrameX copied to clipboard

[Feature] Embed page in iframe

Open matiaslopezd opened this issue 5 years ago • 0 comments

Create a method for embed window.location in to a iframe, and check is possible with the page.

Example code to integrate to iFrameX:

https://gist.github.com/matiaslopezd/74d6c7fb7d42978bdfa77237a68ed24b#file-clean-common-min-js

Tasks:

  • [ ] Check availability of page to embed in iframe
  • [X] Delete all body childs
  • [X] Delete all scripts, style, link
  • [X] Create Iframe with src
  • [ ] Create function in XDebugger class
  • [ ] Test new method
  • [ ] Check iframe-src permissions

matiaslopezd avatar Jun 09 '19 23:06 matiaslopezd