alexadam / save-as-ebook

Save a web page/selection as an eBook (.epub format) - a Chrome/Firefox/Opera Web Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replacing iframes with divs - issue concerning inline styles

bunglegrind opened this issue · 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.