79645747

Date: 2025-05-30 15:47:21
Score: 1
Natty:
Report link

As an alternative to @mplungian's solution, you could use semicolon separation:

 data:text/html,<script>fetch('https://www.example.com/')
    .then(r => r.text())
    .catch(e => console.log(e));
 location.href = 'https://www.example.com/'</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @mplungian's
Posted by: Khaled Ayed