Open ratajs opened 6 years ago
Please add javascript: pseudoprotocol support E. G.: <a href="javascript:alert('hello!!!')">Open alert window</a>
<a href="javascript:alert('hello!!!')">Open alert window</a>
Spec: https://html.spec.whatwg.org/multipage/browsing-the-web.html#javascript-protocol
All that supports JS and JS is enabled.
Please add javascript: pseudoprotocol support E. G.:
<a href="javascript:alert('hello!!!')">Open alert window</a>