HTML entities inside JavaScript URL
Shows which HTML entities are allowed inside the JavaScript protocol
Created byhackvertor
Created Jun 25, 2024
Updated May 28, 2025
Detecting browser...
CategoryEntity Parsing
VisibilityPublic
TypeJS
CharsetUTF-8
$[data1] placeholderhtml_entities
Code used before fuzz:
const div = document.createElement('div');Template used:
div.innerHTML='<a href="java$[data1]script:">test</a>';0x0D
div.querySelector('a').protocol === 'javascript:' && log('$[data1]')Sample payloads
div.innerHTML='<a href="java
script:">test</a>';0x0D
div.querySelector('a').protocol === 'javascript:' && alert('
')div.innerHTML='<a href="java	script:">test</a>';0x0D
div.querySelector('a').protocol === 'javascript:' && alert('	')Fuzz results
Chrome 145.0.0.0 desktop Windows NT 10.0
Updated16 Feb 2026
Found 2 results
Loading...
Chrome 126.0.0.0 desktop macOS 10.15.7older version
Updated25 Jun 2024
Found 2 results
Loading...
Firefox 148.0 desktop Windows NT 10.0
Updated23 Feb 2026
Found 2 results
Loading...
Firefox 127.0 desktop macOS 10.15older version
Updated25 Jun 2024
Found 2 results
Loading...
Microsoft Edge 145.0.0.0 desktop Windows NT 10.0
Updated17 Feb 2026
Found 2 results
Loading...
Safari 17.4 desktop macOS 10.15.7
Updated25 Jun 2024
Found 2 results
Loading...