replacing iframes with divs - issue concerning inline styles · Issue #52 · alexadam/save-as-ebook · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In
save-as-ebook/web-extension/extractHtml.js
Line 120 in 12a4cbb
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.
The text was updated successfully, but these errors were encountered: