Skip to content

Instantly share code, notes, and snippets.

@bilelz
Last active March 5, 2024 15:21
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 URL(document.location).searchParams.get("q") || ""}`); 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