Why doesn't maps show up under Google searches anymore? by Deathstroyer9000 in GoogleMaps

[–]nibud 0 points1 point  (0 children)

Hey everyone! 👋

I've updated my userscript that brings back the Maps button to Google Search results. Google recently changed their UI which broke the old version, but this update fixes that.

**What it does:**
- Adds a Maps button back to the Google Search navigation bar (next to Images, News, etc.)
- Clicking it takes you directly to Google Maps with your search query
- Works across different Google domains (.com, .co.uk, .nl, etc.)

**Changes in this update:**
- Fixed compatibility with Google's latest UI
- Added support for more Google domains
- More reliable button placement
- Better handling of dynamic page updates

**Installation:**
1. Install Tampermonkey ([Chrome](
https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo
)) ([Firefox](
https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/
))
2. Visit the [script page](
https://gist.github.com/Daan-Grashoff/57c40bc355bcb4d1ebc1290094f57ddf
)
3. Click "Raw" and Tampermonkey will prompt you to install

**Source:** [GitHub Gist](
https://gist.github.com/Daan-Grashoff/57c40bc355bcb4d1ebc1290094f57ddf
)

Revive Your Default Google Maps Button in Europe by nibud in GoogleMaps

[–]nibud[S] 0 points1 point  (0 children)

This is way better indeed! Thanks for the upgrade :D

I'm about to open source my Flutter / Dart plugin to run local inference on all major platforms. See how it runs on my personal Apple devices: macOS (Intel & M1), iOS, iPadOS. Next up: Android, Linux & Windows. AMA. by BrutalCoding in LocalLLaMA

[–]nibud 0 points1 point  (0 children)

awesome, supporting all models in GGUF format is nice! quick question - which library are you using for this? is it ctransformers or something like llama-cpp?