Skip to content

Instantly share code, notes, and snippets.

@bilelz
Last active May 26, 2025 08:34
Show Gist options
  • Save bilelz/6fb0a934dc6337073199647d5b76bfc2 to your computer and use it in GitHub Desktop.
Save bilelz/6fb0a934dc6337073199647d5b76bfc2 to your computer and use it in GitHub Desktop.
Script pour ouvrir Google Maps avec la recherche en cours

Un script à glisser dans la barre de favoris pour ouvrir Google Maps avec la recherche en cours

javascript:window.open(`https://www.google.com/maps?q=${new URLSearchParams(document.location.search).get("q")|| document.title  || ""}`); event && event.stopPropagation();

Exemple avec NYC :

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment