Skip to content

Instantly share code, notes, and snippets.

@Tecfan
Tecfan / google_search_maps_addon.js
Created February 29, 2024 18:05 — forked from Daan-Grashoff/README.md
Bring back the google maps button when searching on google
// ==UserScript==
// @name Google maps addon
// @namespace http://tampermonkey.net/
// @version 2024-02-13
// @description Bring google maps button back
// @author You
// @match https://www.google.com/*
// @icon https://www.google.com/
// @grant none
// ==/UserScript==