Submit Your Article Forum Rules

Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 39

Thread: Google Related - Anyone see a problem with this?

  1. #21
    WebProWorld MVP Clint1's Avatar
    Join Date
    Jun 2003
    Location
    Sitting down in a chair
    Posts
    2,585
    Quote Originally Posted by HTMLBasicTutor View Post
    I had to turn it on in the toolbar options to get it.

    In reality, how many Joe/Joesy average surfers are going to have the Google Toobar installed? Not many IMHO.
    I'm sure it's quite a lot. You're forgetting that most of us here (and other WM forums) realize it's SpyWare/trackware BS crap. Yet it's your totally unknowing head-buried-in-the-sand 'Joe/Joesy average surfers' that think G is the: "God almighty and end-all of everything, last word, only SE that exists", and also microcephalically naively believes "they always includes ALL results in a totally unbiased uncensored no-ulterior-motived search result"....who also unfortunately make up the overwhelming bulk of internet users.
    God Bless,
    -Clint
    (Join Date: 2003)

  2. The Following 2 users agree with Clint1:
  3. #22
    Senior Member
    Join Date
    Jan 2005
    Posts
    135
    Just ran into this again today and realized it is even worse than I thought. I'm working on a new Dell computer - launched IE to test a website and see the Google Related ads at the bottom of my site. Here's why this is alarming :

    1. This is a BRAND NEW COMPUTER - I have not installed anything! Google Toolbar was pre-installed!
    2. I did not use search - I typed the url into the address bar

    More people are seeing these ads than we initially thought. I'm livid and want to do something about it but no idea what....

    Searched the web and found this code snippet - put it in my header and it seems to be working for now :

    Code:
    <script type="text/javascript">
    var cnt = 0;
    var interval = 0;
    var f = function () {
    var css = {cssText:'display:none !important; visibility: hidden !important'};
    var gr = $('iframe[src^="http://www.gstatic.com/webgps/grelated"]');
    gr.css(css).prev('div').css(css);
    if (++cnt > 5 || gr.length) clearInterval(interval);
    };
    f();
    $(function () {
    interval = setInterval(f, 500);
    });
    </script>
    Last edited by weegillis; 02-29-2012 at 06:00 PM. Reason: merged for topic flow

  4. #23

  5. #24
    Senior Member
    Join Date
    Jan 2005
    Posts
    135
    Quote Originally Posted by deepsand View Post
    What was the URL in question?
    mesasupplies.com
    Last edited by weegillis; 02-29-2012 at 05:48 PM. Reason: Please include quote when replying to another post.

  6. #25

  7. #26
    Senior Member
    Join Date
    Jan 2005
    Posts
    135
    deepsand - I'm confused. The only reference to gstatic.com that I find in the page's code is the bit I added to block Google Related. Should I be looking for something else?

  8. #27
    Senior Member
    Join Date
    Jan 2005
    Posts
    135
    Hmm. I may have overreacted. I checked this on another brand new Dell and nothing came up. I checked IE and no Google toolbar was installed.

    Just to see what happened, I went ahead and installed the Google toolbar on this new Dell, then tried again. Still nothing.

    I looked through the google toolbar options and found Google Related under the privacy section - and it was not checked by default.

    I'm still mad about this, but less panicked.

  9. #28
    WebProWorld MVP deepsand's Avatar
    Join Date
    May 2004
    Location
    State College, PA
    Posts
    16,481
    Oh, hell; now I'm confused.

    It wasn't clear to me whether the script you presented was what you found for blocking Google Related content or what you found on the page in question, so I just viewed its source code and reported my finding.

    If they are the same, then I'm guessing that the site owner/operator discovered that Google Related was displaying unwanted content, and added blocking script after your initial vist(s) there. I tried to confirm that by way of doing a Header check; but, his server isn't returning the Last-Modified parameter, so I'm not able to confirm a recent change.

  10. #29
    Senior Member
    Join Date
    Jan 2005
    Posts
    135
    LOL sorry for confusing you but thank you for trying to help. I AM the site's operator - I added that code after seeing the GR ads show up. The part that had me panicked was that I was using a brand new computer that had the Google toolbar pre-installed and I did NOT use search to arrive at the site. This made me fear that more people were seeing these ads than we had previously thought.

    I'm still keeping a close eye on this situation. While searching for more info, I also found a number of attorneys looking to slap Google with a class action lawsuit. This could be interesting.

  11. #30
    WebProWorld MVP deepsand's Avatar
    Join Date
    May 2004
    Location
    State College, PA
    Posts
    16,481
    Good to know that I guessed right re. said script having been recently added.

    Let's hope that Google does get taken down on this matter. The notion that one pays Google for a click from a PPC listing, only to have Google promptly attempt to entice the resulting visitor to bounce to another site is just plan Evil.

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •