nitori OP wrote
Hmm let's try adding a span into a link
[<span onload="console.log('Im in your mainframe :3')"></span>](/)
turns into
<span onload="console.log('Im in your mainframe :3')"></span>
nitori OP wrote
bold?
[<b onclick="console.log('Im in your mainframe :3')">I should not appear as bold</span>](/)
turns into
<b onclick="console.log('Im in your mainframe :3')">I should not appear as bold</span>
nitori OP wrote
cool, no arbitrary element addition
Viewing a single comment thread. View all comments