79470709

Date: 2025-02-26 18:22:00
Score: 1
Natty:
Report link

I got chrome and google maps to stop adding in the links to google maps by using the format detection meta tag.

<meta name="format-detection" content="address=no">

I also added some css for any links within my itemised div to stop any injected links becoming clickable with pointer-events: none;.

Now there is no accidently opening of google maps search on addresses.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user29798584