I tried this and the results are remarkably good. I haven't dug into modifying Firefox search to make this a default part of search results, but after seeing it in action, it's definitely on my...
I tried this and the results are remarkably good. I haven't dug into modifying Firefox search to make this a default part of search results, but after seeing it in action, it's definitely on my list.
P.S. I posted this under ~tech but thought about ~health.mental for a real minute.
Google usually makes search verticals available via query string. That way you can update your search bar to use this by default. There's no need to use a wrapper website. More info on this...
Google usually makes search verticals available via query string. That way you can update your search bar to use this by default. There's no need to use a wrapper website.
More info on this feature:
We’ve launched a new “Web” filter that shows only text-based links, just like you might filter to show other types of results, such as images or videos. The filter appears on the top of the results page alongside other filters or as part of the “More” option, rolling out today and tomorrow globally….
We’ve added this after hearing from some that there are times when they’d prefer to just see links to web pages in their search results, such as if they’re looking for longer-form text documents, using a device with limited internet access, or those who just prefer text-based results shown separately from search features. If you’re in that group, enjoy!
...
As I see some questions, on mobile (the first screenshot) we tend to show all filters, including this new Web one. You don't need to go to "More" for it. On desktop (the second screenshot), filters that seem most relevant are dynamically shown. Any filter you want that doesn't appear, those will be found under More. This also explains more about filters: https://support.google.com/websearch/answer/2466433
Not sure why BoingBoing didn't link any actual information on the feature, or why they're so late reporting this. The Web filter launched with Google I/O on the 14th.
In Firefox you can also use bookmarklets, for example here is my google search bookmarklet and to use it I type g $searchTerm e.g. to search for kittens I would type g kittens into my URL bar....
In Firefox you can also use bookmarklets, for example here is my google search bookmarklet and to use it I type g $searchTerm e.g. to search for kittens I would type g kittens into my URL bar.
(the important part is the "keyword" field, you can name it anything. Keyword doesnt show up when you create a bookmark, you have to create it and then go back and edit it to add a keyword; people were accidentally adding keywords thinking they were tags and then getting confused why their keyword was working as intended when they didn't know what it was or what it was supposed to do haha)
Do a regular expression search looking for (google.com/search?q=.*) and replace it with $1&udm=14 note the capture group is around the entire thing you're searching for (I didn't test this but if...
Do a regular expression search looking for (google.com/search?q=.*) and replace it with $1&udm=14
note the capture group is around the entire thing you're searching for
(I didn't test this but if it doesn't work lmk and I'll actually test)
theres a few problems with that: edit: jk I am wrong about this, thought wildcards would be like regex with capturing in the 'include pattern' your wildcard is gonna match EVERYTHING after...
theres a few problems with that:
Nothing is being captured (i.e. you wrote * and not (*) in the 'include pattern' so your $1 is always gonna be an empty string in the 'redirect to' edit: jk I am wrong about this, thought wildcards would be like regex with capturing
in the 'include pattern' your wildcard is gonna match EVERYTHING after google.com/, which includes the text search?q= so even if you do capture, you'll end up with search?q=search?q= in the redirect to string
You are redirecting EVERY url starting with google.com, including the homepage itself; you only want to be redirecting if there's a query
tbh I'm not actually sure if this param applies on images.google or maps.google etc, but your query is explicitly avoiding those subdomains
[edit] nevermind, I'm still getting some "The page isn’t redirecting properly" errors. I think it might be when it applies the &udm=14 multiple times in some sort of loop. I had to turn the...
[edit] nevermind, I'm still getting some "The page isn’t redirecting properly" errors. I think it might be when it applies the &udm=14 multiple times in some sort of loop.
I had to turn the Process matches to Double URL Decode to get it working with searches that have spaces in them. Otherwise I get errors on redirect.
Here's the contents of my Redirector.json if someone wants to just save this and Import it:
The linked article gives a good overview of how you can make it a default in a bunch of different browsers and explains what it actually does better. (I think this makes the biggest difference in...
The linked article gives a good overview of how you can make it a default in a bunch of different browsers and explains what it actually does better. (I think this makes the biggest difference in the US removing the AI stuff, but it still removes the "People also ask" section, info boxes on top and the right-hand side, and all that kind of extra "value-added" stuff google puts on top, like answering "when is the superbowl?" for you)
I got you! I did a search for Great Gatsby on Firefox mobile (android) on my Samsung A52s, here's the difference: Normal search results &udm=14 search results Looks like a lot of the frills have...
I got you! I did a search for Great Gatsby on Firefox mobile (android) on my Samsung A52s, here's the difference:
I’ve switched over to DuckDuckGo for search and I’m mostly happy with it. Occasionally I’ll use the !g bang to forward my search through Google if I can’t find what I’m looking for. I just checked...
I’ve switched over to DuckDuckGo for search and I’m mostly happy with it. Occasionally I’ll use the !g bang to forward my search through Google if I can’t find what I’m looking for. I just checked the list of bangs to see if one has been added for &udm=14 but don’t see one yet. That will likely become my new go-to when they add it.
I got exhausted trying to unfuck Google's unrelenting parade of undesirable UX changes via extensions, ublock, and tampermonkey scripts, and just ended up switching to Kagi a few months back....
I got exhausted trying to unfuck Google's unrelenting parade of undesirable UX changes via extensions, ublock, and tampermonkey scripts, and just ended up switching to Kagi a few months back. Google is still useful for some things like Maps, but beyond that it's been great.
Well this is kind of amazing. I literally filled out a Google Opinions Reward question last night with a comment that said "I really just want text results when I search". I can't imagine my...
Well this is kind of amazing. I literally filled out a Google Opinions Reward question last night with a comment that said "I really just want text results when I search". I can't imagine my stupid little Opinion reply had much if anything to do with this, but it's really awesome to see nonetheless.
We finally have search like we used to had it back in 2012.
I tried this and the results are remarkably good. I haven't dug into modifying Firefox search to make this a default part of search results, but after seeing it in action, it's definitely on my list.
P.S. I posted this under ~tech but thought about ~health.mental for a real minute.
Google usually makes search verticals available via query string. That way you can update your search bar to use this by default. There's no need to use a wrapper website.
More info on this feature:
Source: https://twitter.com/searchliaison/status/1790473952256786805
Not sure why BoingBoing didn't link any actual information on the feature, or why they're so late reporting this. The Web filter launched with Google I/O on the 14th.
In Firefox you can also use bookmarklets, for example here is my google search bookmarklet and to use it I type
g $searchTerm
e.g. to search forkittens
I would typeg kittens
into my URL bar.(the important part is the "keyword" field, you can name it anything. Keyword doesnt show up when you create a bookmark, you have to create it and then go back and edit it to add a keyword; people were accidentally adding keywords thinking they were tags and then getting confused why their keyword was working as intended when they didn't know what it was or what it was supposed to do haha)
It would be best to just redirect all google search results to use &udm=14 in the results.
oh yeah true, in that case I recommend this addon
Thanks for showing me that. I'm going to test it out. So far I haven't been able to get it working.
Do a regular expression search looking for
(google.com/search?q=.*)
and replace it with$1&udm=14
note the capture group is around the entire thing you're searching for
(I didn't test this but if it doesn't work lmk and I'll actually test)
I tried this https://i.imgur.com/9SnXTGX.png, but I will give your method a try.
theres a few problems with that:
Nothing is being captured (i.e. you wroteedit: jk I am wrong about this, thought wildcards would be like regex with capturing*
and not(*)
in the 'include pattern' so your $1 is always gonna be an empty string in the 'redirect to'search?q=
so even if you do capture, you'll end up withsearch?q=search?q=
in the redirect to stringI got it working
Here is how I did it: https://i.imgur.com/SwjftvC.png
And the nice thing is, it works with duckduckgo !g bangs.
Thank you for this!
Ah great! glad you got it, I love this extension!!
[edit] nevermind, I'm still getting some "The page isn’t redirecting properly" errors. I think it might be when it applies the &udm=14 multiple times in some sort of loop.
I had to turn the Process matches to Double URL Decode to get it working with searches that have spaces in them. Otherwise I get errors on redirect.
Here's the contents of my Redirector.json if someone wants to just save this and Import it:
The linked article gives a good overview of how you can make it a default in a bunch of different browsers and explains what it actually does better. (I think this makes the biggest difference in the US removing the AI stuff, but it still removes the "People also ask" section, info boxes on top and the right-hand side, and all that kind of extra "value-added" stuff google puts on top, like answering "when is the superbowl?" for you)
Doesn't work for me. Can someone post screenshot comparisons of the same search in Google and udm14?
I got you! I did a search for Great Gatsby on Firefox mobile (android) on my Samsung A52s, here's the difference:
Normal search results
&udm=14 search results
Looks like a lot of the frills have been removed and it's a pretty clean looking search.
I’ve switched over to DuckDuckGo for search and I’m mostly happy with it. Occasionally I’ll use the
!g
bang to forward my search through Google if I can’t find what I’m looking for. I just checked the list of bangs to see if one has been added for&udm=14
but don’t see one yet. That will likely become my new go-to when they add it.Hopefully they just define !G to use it. I think it's fair to say that most of the kind of people who use ddg would prefer it over the regular google.
I got exhausted trying to unfuck Google's unrelenting parade of undesirable UX changes via extensions, ublock, and tampermonkey scripts, and just ended up switching to Kagi a few months back. Google is still useful for some things like Maps, but beyond that it's been great.
Yeah, I am in a tighter financial place, but when things open up a bit more, it's on my list as well.
Well this is kind of amazing. I literally filled out a Google Opinions Reward question last night with a comment that said "I really just want text results when I search". I can't imagine my stupid little Opinion reply had much if anything to do with this, but it's really awesome to see nonetheless.
We finally have search like we used to had it back in 2012.
Is this going to be another URL fragment I'm going to memorise like
SmsAuthConfig
and?share=1
, I wonder