Google Search on Netsurf
Tennant Stuart (2505) 122 posts |
Is just me who has lost Google Search on Netsurf 3.3? Any attempt to do this just results in rapidly cycling pages where the last part of the URL such as “sei=vc1MVZuIKOa57garxoHABw” is constantly changing, with the instruction…
Clicking here makes no difference, until after a short while it challenges me to prove I’m not a robot since Google has detected “unusual traffic”. This has been going on for a few days now. If Netsurf can no longer access Google Search, how would I change !NetSurf.Resources.en.welcome/html to make it use Bing instead? |
Rick Murray (539) 13840 posts |
Confirmed on 3.2 and 3.3. Without JavaScript enabled, Google results will be a never-ending pile of redirections, which is weird given that the necessary page content is present (View Source). I think the NetSurf devs will need to trap this1 and abort the refresh if it is Google in this condition, as a Google-less browser is not so useful. As a short term fix, turn on JavaScript (but that can have its own problems, some sites work much better without any scripting than partial scripting). I guess it is just one of the ***tty changes Google have been making recently. I’m surprised it doesn’t try to redirect to https while it’s at it… 1 A damn sight more likely to happen than Google fixing their newfound brokenness. |
Rick Murray (539) 13840 posts |
Barstools! From View Source in a Google search for “Fatal Frame”:
So in the noscript section, they hide everything using CSS and then set an immediate refresh (that never correctly works). Good news: Shouldn’t be too hard for NetSurf to detect this and ignore it. Bad news: That they did this in the first place. |
Tennant Stuart (2505) 122 posts |
Totally agree, but your good news is welcome. In the meanwhile, could someone please explain how to change !NetSurf.Resources.en.welcome/html to make it use Bing instead? |
Rick Murray (539) 13840 posts |
My welcome page is ROOL’s Recent Posts. ;-) Find this code (about halfway down, before all the links): <form method="get" action="http://www.google.co.uk/search"> <div class="websearch"> <input type="text" name="q" size="42" maxlength="255"> <input type="submit" value="Google Search" name="btnG"> </div> </form> Change it as follows: <form method="get" action="http://www.bing.com/search"> <div class="websearch"> <input type="text" name="q" size="42" maxlength="255"> <input type="submit" value="Bing Search"> </div> </form> Yes – basically “google.co.uk” → “bing.com” and you change Google → Bing in the button name. I have also removed the button name, you don’t need to send that. |
jim lesurf (2082) 1438 posts |
I’ve been using duckduckgo for ages. Seems sensible to me to avoid google. Jim |
Rick Murray (539) 13840 posts |
Or you could use this? <form method="post" action="https://duckduckgo.com/html" name="x"> <div class="websearch"> <input type="text" name="q" size="42" maxlength="255"> <input type="submit" value="DuckDuckGo Search"> </div> </form> (note – the https is important) Edit: I see QuackQuackFweee! has already been mentioned. Here’s the code to do it. ;-) |
Rick Murray (539) 13840 posts |
For what it is worth, the festering mouldy remains of the once mighty AltaVista is here: <form method="get" action="https://uk.search.yahoo.com/search" name="s"> <div class="websearch"> <input type="text" name="p" size="42" maxlength="255"> <input type="submit" value="Yahoo! Search!"> </div> </form> It renders badly in NetSurf (and older Firefox, and…) and my “Fatal Frame” search begins with a large Amazon advert. Two good reasons to ignore Yahoo! and fondly remember AltaVista when the web was a nice place and SEO was unheard of and the worst we had to deal with was AOL. <sigh> The fourth most common search engine is Ask. Given the <expletive> that they like to push on to PCs (toolbars and stuff that hijacks the browser so you can’t not have Ask without uninstalling some stuff by hand), you’ll get HTML code to go to Ask.com over my dead body. In fact, not even then. My ghost will spit in your general direction should you dare ask for such a thing. You will be haunted by a ghost that will make the wires in all your USB leads fray, so they’ll only work intermittantly and only if you hold them just right, even if they’re brand new. And, randomly, on public holidays, your monitor will be missing the blue component. Because annoyed ghosts can do stuff like that. So, get the hint. Ask.com is not happening, okay? |
Steve Pampling (1551) 8170 posts |
The hosts file is a wonderful thing in some circumstances – this is one of those 127.0.0.1 circumstances. Blocking it? No sir, look the (nice small) ping packet goes through and back… 1 That was my former boss being subtle. |
Mike Carter (36) 51 posts |
If you still want Google results you can also use Startpage: <form method="get" action="https://startpage.com/do/search"> <div class="websearch"> <input type="text" name="q" size="42" maxlength="255"> <input type="submit" value="Startpage Search" name="btnG"> </div> </form> |
Tennant Stuart (2505) 122 posts |
Thanks to everyone for their help, and I’ve been trying out the various engines (even one which I’ll diplomatically refer to as Jeeves). My reason for doing so was that initially I just tried StartPage since it’s “enhanced by Google”, but unfortunately it is CRAP! Unless I very explicitly state what I’m searching for, StartPage starts its results page with a long list of adverts which, it turns out, Bing & Duck²Go do not. I’m still hoping that Netsurf will be fixed to handle Google again, though. |
Paul Sprangers (346) 524 posts |
I may have missed the point (which seems to happen more and more), but my version of NetSurf (always the latest build) still lets me google whatever I want. Is it because I’m in The Netherlands (where everything happens 50 years later), or…? |
John Williams (567) 768 posts |
You have JavaScript turned on! If you didn’t, you would see the problem. I have devised a utility to make switching JS on and off more easy. It’s not terribly sophisticated, but can be downloaded from here The additional problem for the UK is that the very-useful StreetMap only works with JS turned off! Hence my “hack”! |
Richard Keefe (1495) 81 posts |
Thanks John for the link are any of the bleading edge builds working? |
John Williams (567) 768 posts |
They all work; with Google if you turn JS on, with StreetMap if you turn JS off. The hack I referred to simplifies this process. Try the download. |
Tennant Stuart (2505) 122 posts |
Thanks John, I’ve downloaded JS but when I tried to use it there was something about Keystroke and then then it seemed to fall over. Surprisingly, it’s installed itself on the icon bar, but it does all weird things click-click-click across the screen, and I can’t quit it. I can remove the icon, but I think it’s still there. I’ve had a look at the JS Help file, but that doesn’t really explain to me what is actually going on – even though the whole piece of text is repeated.
But on the plus side, Google is now working!!!! |
Paul Sprangers (346) 524 posts |
Ah! So JavaScript is doing something in NetSurf after all! |
Rick Murray (539) 13840 posts |
Unfortunately some sites stall the browser for ages with javascript turned on; it’s swings and roundabouts.
Why? Use Bing? Or see if any enterprising php/ruby coder could put together an interface for Google that strips down mobile view or somesuch? The thing to remember is that Google isn’t the only player. They are the best at the moment with a wide range of features . . . but once upon a time people might have said that about MySpace and where is that now? ;-) I think the three things that bug me most about Google are:
tl;dr: Google broke? Use something else… |