HTML entities before JavaScript URL
Shows which HTML entities are allowed before 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="$[data1]javascript:">test</a>';0x0D
div.querySelector('a').protocol === 'javascript:' && log('$[data1]')Sample payloads
div.innerHTML='<a href="
javascript:">test</a>';0x0D
div.querySelector('a').protocol === 'javascript:' && alert('
')div.innerHTML='<a href="	javascript:">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 144.0.0.0 desktop macOS 10.15.7older version
Updated30 Jan 2026
Found 2 results
Loading...
Firefox 148.0 desktop Windows NT 10.0
Updated23 Feb 2026
Found 2 results
Loading...
Microsoft Edge 145.0.0.0 desktop Windows NT 10.0
Updated17 Feb 2026
Found 2 results
Loading...
Safari 17.5 mobile iOS 17.5.1
Updated25 Jun 2024
Found 2 results
Loading...