alexadam/save-as-ebook

replacing iframes with divs - issue concerning inline styles

bunglegrind opened this issue · 0 comments

In

function extractIFrames() {

you're converting iframes to divs. The problem is, if an iframe has a style node, you're applying this style to the whole page.