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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Some sites use minified HTML, which can strip out quotation marks like this:
<img src=/img/icon/cauldron.8d73.png>
We want capturejs should change this to:
<img x-src=/img/icon/cauldron.8d73.png>
However, the regex requires the value to be wrapped by either " or ' which causes this to be skipped.
The text was updated successfully, but these errors were encountered: