A privacy-respecting, ad-free, self-hosted Google metasearch engine with strong security that offers full API support and utilizes Qwant for images, and DuckDuckGo for auto-complete.
On google, in the snippets, you can usually click on words/names to get more info on it. This is included when you run snip = featured_snip.text.strip().
This PR removes those elements, so they don't come up in the results.
On google, in the snippets, you can usually click on words/names to get more info on it. This is included when you run
snip = featured_snip.text.strip()
. This PR removes those elements, so they don't come up in the results.Before:
After: