crossdomain
crossdomain copied to clipboard
Escapes already escaped quotes
If the website contains already escaped quotes, it will escape them again.
<a href=\"hello\"></a>
turns into <a href=\\"hello\\"></a>
which breaks the code.
Uncaught SyntaxError: missing ) after argument list