79454893

Date: 2025-02-20 14:51:14
Score: 1
Natty:
Report link

This code works for current latest manifest V3

< div onClick = {
    (e) => {
      e.stopPropagation(); // Prevents triggering nested div click
      window.open("http://" + url, "_blank");
    }
  } > {
    url
  } <
  /div>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lakshay