Shoutbox

WTF Google? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: WTF Google? (/showthread.php?tid=95099)

WTF Google? by Spunky on 07-24-2010 at 08:15 AM

What the hell happened to my beloved image search? You bastards!


RE: WTF Google? by whiz on 07-24-2010 at 09:08 AM

Eh?  What's wrong with it?


RE: WTF Google? by Mike on 07-24-2010 at 09:18 AM

That's what happened: http://www.neowin.net/news/google-images-gets-a-new-look


RE: WTF Google? by whiz on 07-24-2010 at 09:20 AM

I'm still on the old version.  ;)  But I guess it won't be long...


RE: WTF Google? by Lou on 07-24-2010 at 03:07 PM

I like the new look. It's refreshing and makes finding images easier imo. It's been like that for too long anyway ;)


RE: WTF Google? by Mike on 07-24-2010 at 03:56 PM

http://lifehacker.com/5594912/get-back-the-old-go...ch-with-a-url-hack


RE: WTF Google? by prashker on 07-24-2010 at 05:40 PM

Breaks my "Google images direct link" script :sad:


New google images search.. by Rolando on 07-25-2010 at 10:05 AM

It's pretty horrible. Is there any way to disable it?

I know if you add &sout=1 at the end of the url it works, but I don't want to do this every single time...? Does anyone know of a greasemonkey script or something?

Thanks!


RE: WTF Google? by prashker on 07-25-2010 at 03:38 PM

quote:
Originally posted by Rolando
I know if you add &sout=1 at the end of the url it works, but I don't want to do this every single time...? Does anyone know of a greasemonkey script or something?
http://userscripts.org/scripts/show/82145
RE: WTF Google? by Rolando on 07-25-2010 at 09:21 PM

quote:
Originally posted by SonicSam
quote:
Originally posted by Rolando
I know if you add &sout=1 at the end of the url it works, but I don't want to do this every single time...? Does anyone know of a greasemonkey script or something?
http://userscripts.org/scripts/show/82145

I read the code and seems like it should work but it doesn't?

// ==UserScript==
// @name           Old Google Images
// @author         Kobi Tate
// @include        http://images.google.*/*
// @include        http://www.google.*/images?*
// @namespace      http://userscripts.org/scripts/show/82145
// @description   Brings back the old version of Google Images. Script derived from "Google Images Direct links" by Dwoo
// @version         1.0.2
(http://userscripts.org/scripts/show/48293)
// ==/UserScript==

(function () {

if ((/q=/).test(document.location.href)) {
    if (!(/&sout=1/).test(document.location.href)) {
        window.location = window.location + "&sout=1";
    }
}
})()

RE: WTF Google? by blessedguy on 07-25-2010 at 11:42 PM

quote:
Originally posted by Rolando
I read the code and seems like it should work but it doesn't?
not working here either [on Chrome 6.0.472.0]

edit
quote:
Originally posted by SonicSam
Try the original version (newer and is where the code was taken from):

http://userscripts.org/scripts/show/48293

:zippy:.

Be sure to remove the current script first :p
works perfectly :P
RE: WTF Google? by prashker on 07-25-2010 at 11:45 PM

Try the original version (newer and is where the code was taken from):

http://userscripts.org/scripts/show/48293

:zippy:.

Be sure to remove the current script first :p


RE: WTF Google? by Chris4 on 07-26-2010 at 04:46 AM

Using a script for the fading effect I can understand, but this?

It's much improved. Why would you want the old version back? :p


RE: WTF Google? by prashker on 07-26-2010 at 06:44 AM

quote:
Originally posted by Chris4
It's much improved. Why would you want the old version back? :p
I just want direct links :zippy:
RE: WTF Google? by Rolando on 07-26-2010 at 11:31 PM

quote:
Originally posted by SonicSam
Try the original version (newer and is where the code was taken from):

http://userscripts.org/scripts/show/48293

:zippy:.

Be sure to remove the current script first :p

<3 have my babies

quote:
Originally posted by Chris4
Using a script for the fading effect I can understand, but this?

It's much improved. Why would you want the old version back? :p

It's fugly...
RE: WTF Google? by Chrono on 07-27-2010 at 01:09 AM

it looks like bing's image search now :P


RE: WTF Google? by Chris4 on 07-27-2010 at 02:44 AM

quote:
Originally posted by Chrono
it looks like bing's image search now :P
Indeed, which I think is quite nice.

Google's is better in that there's not so much white space, however Bing is better with endless scrolling, imo.
RE: WTF Google? by L. Coyote on 07-27-2010 at 02:52 AM

I like it. It's more useful than before.


RE: WTF Google? by CookieRevised on 07-27-2010 at 09:15 AM

Less usefull, I can't see the sizes of the images anymore (directly).
Simply removing the big spaces between images and maybe having more rows of images shown on one page would have been perfect.... but nooo....

They better should fix easy-to-fix stuff like properly retaining the search settings between sessions and adding certain options (like old/new view) in the settings cookie, or fixing the random auto-signing in. But I guess that is too easy for them and requires less code than all this fancy hoovering/fading effects, etc, and thus then they can't say they changed something 'big'.

Sorry, but personaly I hate the way Google is going lately.


RE: WTF Google? by djdannyp on 07-27-2010 at 12:53 PM

Mm, I'm not a fan of this new look either.  I liked being able to see the dimensions easily (as the often was the deciding factor on whether I click on it or not).  So far I'm not seeing this as a chance for the better (N)


quote:
Originally posted by CookieRevised
fixing the random auto-signing in

It's the random auto signing out that bugs me!


RE: WTF Google? by matty on 07-27-2010 at 01:16 PM

I am not a fan of the new view. I much prefer them to go back to simplicity. Although some may argue that the new layout is more simplistic. But as always with time we will get used to it and it will be come second nature.


RE: WTF Google? by djdannyp on 07-27-2010 at 03:27 PM

quote:
Originally posted by matty
But as always with time we will get used to it and it will be come second nature.

Couldn't agree more (Y)
RE: WTF Google? by CookieRevised on 07-27-2010 at 06:07 PM

The change to the menu on the right is a case of getting used to. (It didn't remove any features/options/ it is a layout change). But removing stuff like the image sizes and dimensions on first glance isn't a case of getting used to, imho, this is not simply a layout change (if it was, then it would be ok I guess). But it is a case of removing features (which I use all the time in each and every image search I perform - and almost the sole reason why I never use Bing for image searches*).

* yes I know, it will be shown when you hoover over the image, but that is _realy_ contra-productive as it takes way to long if you need to wait each time on the popup appearing to select images like that.


RE: WTF Google? by whiz on 07-28-2010 at 07:17 AM

Now been put on the new version.  Doesn't look too bad, but having to hover on images is annoying.

quote:
Originally posted by CookieRevised
Less usefull, I can't see the sizes of the images anymore (directly).
There seems to be a "show sizes" option that displays it over the bottom-right corner...
RE: WTF Google? by djdannyp on 07-28-2010 at 08:46 AM

quote:
Originally posted by whiz

There seems to be a "show sizes" option that displays it over the bottom-right corner

I hadn't noticed that before!

It's very nice, but it doesn't remember the setting which is a little annoying
RE: WTF Google? by Rolando on 07-29-2010 at 08:49 AM

quote:
Originally posted by djdannyp
quote:
Originally posted by whiz

There seems to be a "show sizes" option that displays it over the bottom-right corner

I hadn't noticed that before!

It's very nice, but it doesn't remember the setting which is a little annoying

I'm sure someone will release a script for it eventually
RE: WTF Google? by djdannyp on 07-29-2010 at 09:22 AM

quote:
Originally posted by Rolando
quote:
Originally posted by djdannyp
quote:
Originally posted by whiz

There seems to be a "show sizes" option that displays it over the bottom-right corner

I hadn't noticed that before!

It's very nice, but it doesn't remember the setting which is a little annoying

I'm sure someone will release a script for it eventually

If they do, that would actually be big enough to prompt me to install GM for the first time :P
RE: WTF Google? by CookieRevised on 07-29-2010 at 09:39 AM

I might do the same, although it is yet another thing which needs to get loaded, etc, so dunno. There are other 'solutions' too, but the point is that Google should get their act together and fix such stuff before trying to go 'Web2.0'. The strength of Google is that it is (was?) simplistic and fast. But they are slowly going in the other direction (pages full of JS code, useless flashy fade animations, etc)...


RE: WTF Google? by prashker on 07-29-2010 at 03:12 PM

quote:
Originally posted by Chris4
Google's is better in that there's not so much white space, however Bing is better with endless scrolling, imo.
Nothing that was not possible with FireFox + autopager :p
RE: WTF Google? by user27089 on 08-03-2010 at 07:29 AM

It's great, it fits more images without any clutter that I don't care about, it still allows a certain amount of features by clicks and best of all, when one scrolls down to the bottom if loads the next page of images (endless scrolling).