Maybe go to more than 2 places for your information? I agree that this shit is also an issue with news and other media, but it’s not that hard to find more substantial information on things. At least not yet.
And I can’t remember the exact process off hand, but there’s still a way to get search results without that garbage on google. I’ll edit if I can find it.
*Found it. So, at least for Firefox, you can add a custom search engine through the settings. For the url, input https://www.google.com/search?q=%25s&udm=14 and then set it as your default se if you want. As far as I can tell, it’s a simplified version of the main search, just without the “helpful” add-ons. Hope it helps some people.
**For some reason Lemmy is adding a ‘25’ between the % and s. Those numbers shouldn’t be there, just fyi.
**For some reason Lemmy is adding a ‘25’ between the % and s. Those numbers shouldn’t be there, just fyi.
The URL as shown is actually valid. No worries there.
The value 25 happens to be hexidecimal for a percent sign. The percent symbol is reserved in URLs for encoding special characters (e.g. %20 is a space), so a bare percent sign must be represented by %25. Lemmy must be parsing your URL and normalizing it for the rest of us.
Maybe go to more than 2 places for your information? I agree that this shit is also an issue with news and other media, but it’s not that hard to find more substantial information on things. At least not yet.
And I can’t remember the exact process off hand, but there’s still a way to get search results without that garbage on google. I’ll edit if I can find it.
*Found it. So, at least for Firefox, you can add a custom search engine through the settings. For the url, input
https://www.google.com/search?q=%25s&udm=14
and then set it as your default se if you want. As far as I can tell, it’s a simplified version of the main search, just without the “helpful” add-ons. Hope it helps some people.**For some reason Lemmy is adding a ‘25’ between the % and s. Those numbers shouldn’t be there, just fyi.
The URL as shown is actually valid. No worries there.
The value
25
happens to be hexidecimal for a percent sign. The percent symbol is reserved in URLs for encoding special characters (e.g.%20
is a space), so a bare percent sign must be represented by%25
. Lemmy must be parsing your URL and normalizing it for the rest of us.