Has anyone found a solution to the "googleads.g.doubleclick.net" backclick problem?

B

Bob F

Frequently, when browsing, I hit the back button to go back to a previous page
and nothing happens. Clicking on the recent pages arrow shows that there are
multiple "http://googleads.g.doubleclick.net" entries between the current page
and the last page I was at. Sometimes there are dozens or even over 100 of these
things.

I've put "127.0.0.1 googleads.g.doubleclick.net" into my hosts file, which
might have reduced the numbers, but not solved the problem. I've also added
"doubleclick.net" as a blocked site by clicking tools, internet options,
privacy, sites , which has also not eliminated the problem.

I could really use a good solution to this problem.

Win XP SP3, IE8
 
V

VanguardLH

Bob said:
Frequently, when browsing, I hit the back button to go back to a
previous page and nothing happens. Clicking on the recent pages arrow
shows that there are multiple "http://googleads.g.doubleclick.net"
entries between the current page and the last page I was at.
Sometimes there are dozens or even over 100 of these things.

Win XP SP3, IE8

There are several tricks to disabling the Backspace key from a web page.
One is to use interstitial pages. The page you are on has a link. That
link takes you to an interstitial page that uses the meta-refresh tag
with zero delay to take you to the target page. When you backspace to
go back a page, you're actually going back to the interstitial page that
then uses meta-refresh with zero delay to take you back to the target
page. To get around this means you have to look at your Back button
history (right-click on it) and skip 2, or more, pages to go back.
Sometimes interstitial pages are used to show you ads. Sometimes
they're just used to control your navigation at their site.

http://en.wikipedia.org/wiki/Interstitial_webpage

You could disable meta-refresh in your web browser (IE and Firefox allow
it but not Google's Chrome). Alas, when you do this, you'll find many
good sites that use it to help decide where you should go next and you
won't be going there because you disabled the meta-refresh. In IE, you
can configure the Internet (and other) security zones only to enable or
disable meta-refresh. As I recall, you could configure Firefox to
prompt you about a blocked meta-refresh (but, also as I recall, it
didn't give you a handy link in the infobar so you could proceed to that
redirection page). All web browsers should default to disabling
meta-refresh AND give you a prompt as to where the redirection points
(so you can decide whether to go there or not). IE and Firefox give you
the option to disable. The lack of such in Google Chrome is a security
failing of that web browser. It would condemn several web projects by
Google to failure and why they won't provide an option to disable it.

Over 4 years ago, I used PopUpCop with IE7. That add-on would let me
prompt on a meta-refresh (instead of permanently disabling it in IE) by
telling me to where the redirection pointed. I could then decide to
allow the redirection or not. It provided a lot more control over
security in IE7. Alas, the author abandoned that product and it was not
compatible with IE8, and later. The last update was 18-Dec-2008 and
won't work with anything beyond IE7.

Another trick is using the Javascript event of noticing when you leave a
page. When you attempt to leave, this event triggers and runs its
assigned script. I think it's the onUnload() event that triggers when
you try to leave a page. This is how, for example, you see those
annoying popup "do you really want to leave" dialogs show up when you
attempt to leave a page.

I'm sure there are some other tricks to disabling the Back button (or
make it appear disabled), like using an [toolbar] add-on. The above are
the tricks I've heard about.
 
B

Bob F

VanguardLH said:
Bob said:
Frequently, when browsing, I hit the back button to go back to a
previous page and nothing happens. Clicking on the recent pages arrow
shows that there are multiple "http://googleads.g.doubleclick.net"
entries between the current page and the last page I was at.
Sometimes there are dozens or even over 100 of these things.

Win XP SP3, IE8

There are several tricks to disabling the Backspace key from a web
page. One is to use interstitial pages. The page you are on has a
link. That link takes you to an interstitial page that uses the
meta-refresh tag with zero delay to take you to the target page.
When you backspace to go back a page, you're actually going back to
the interstitial page that then uses meta-refresh with zero delay to
take you back to the target page. To get around this means you have
to look at your Back button history (right-click on it) and skip 2,
or more, pages to go back. Sometimes interstitial pages are used to
show you ads. Sometimes they're just used to control your navigation
at their site.

http://en.wikipedia.org/wiki/Interstitial_webpage

You could disable meta-refresh in your web browser (IE and Firefox
allow it but not Google's Chrome). Alas, when you do this, you'll
find many good sites that use it to help decide where you should go
next and you won't be going there because you disabled the
meta-refresh. In IE, you can configure the Internet (and other)
security zones only to enable or disable meta-refresh. As I recall,
you could configure Firefox to prompt you about a blocked
meta-refresh (but, also as I recall, it didn't give you a handy link
in the infobar so you could proceed to that redirection page). All
web browsers should default to disabling meta-refresh AND give you a
prompt as to where the redirection points (so you can decide whether
to go there or not). IE and Firefox give you the option to disable.
The lack of such in Google Chrome is a security failing of that web
browser. It would condemn several web projects by Google to failure
and why they won't provide an option to disable it.

Over 4 years ago, I used PopUpCop with IE7. That add-on would let me
prompt on a meta-refresh (instead of permanently disabling it in IE)
by telling me to where the redirection pointed. I could then decide
to allow the redirection or not. It provided a lot more control over
security in IE7. Alas, the author abandoned that product and it was
not compatible with IE8, and later. The last update was 18-Dec-2008
and won't work with anything beyond IE7.

Another trick is using the Javascript event of noticing when you
leave a page. When you attempt to leave, this event triggers and
runs its assigned script. I think it's the onUnload() event that
triggers when you try to leave a page. This is how, for example, you
see those annoying popup "do you really want to leave" dialogs show
up when you attempt to leave a page.

I'm sure there are some other tricks to disabling the Back button (or
make it appear disabled), like using an [toolbar] add-on. The above
are the tricks I've heard about.

The offending "recent pages" show up after the web page I selected is at least
partly printed. If I click "recent pages" as soon as the web page shows up,
they're not there. If I look again several seconds later, they are there,
between the selected page URL and the google search page that I selected it
from.

I have another PC that is close to a clone of this one. I cloned this one, then
did a repair install of XP SP3 onto that drive in another PC with another XP
key. I just checked it, and that PC does not have this problem. So it must be
something that either showed up since I made the clone, or was repaired by the
repair installation. I guess doing a repair installation on this PC might be
worth trying.

This problem is all over the internet, but I have been completely unable to find
a useful fix after several hours of searching.
 
V

VanguardLH

Bob said:
VanguardLH said:
Bob said:
Frequently, when browsing, I hit the back button to go back to a
previous page and nothing happens. Clicking on the recent pages arrow
shows that there are multiple "http://googleads.g.doubleclick.net"
entries between the current page and the last page I was at.
Sometimes there are dozens or even over 100 of these things.

Win XP SP3, IE8

There are several tricks to disabling the Backspace key from a web
page. One is to use interstitial pages. The page you are on has a
link. That link takes you to an interstitial page that uses the
meta-refresh tag with zero delay to take you to the target page.
When you backspace to go back a page, you're actually going back to
the interstitial page that then uses meta-refresh with zero delay to
take you back to the target page. To get around this means you have
to look at your Back button history (right-click on it) and skip 2,
or more, pages to go back. Sometimes interstitial pages are used to
show you ads. Sometimes they're just used to control your navigation
at their site.

http://en.wikipedia.org/wiki/Interstitial_webpage

You could disable meta-refresh in your web browser (IE and Firefox
allow it but not Google's Chrome). Alas, when you do this, you'll
find many good sites that use it to help decide where you should go
next and you won't be going there because you disabled the
meta-refresh. In IE, you can configure the Internet (and other)
security zones only to enable or disable meta-refresh. As I recall,
you could configure Firefox to prompt you about a blocked
meta-refresh (but, also as I recall, it didn't give you a handy link
in the infobar so you could proceed to that redirection page). All
web browsers should default to disabling meta-refresh AND give you a
prompt as to where the redirection points (so you can decide whether
to go there or not). IE and Firefox give you the option to disable.
The lack of such in Google Chrome is a security failing of that web
browser. It would condemn several web projects by Google to failure
and why they won't provide an option to disable it.

Over 4 years ago, I used PopUpCop with IE7. That add-on would let me
prompt on a meta-refresh (instead of permanently disabling it in IE)
by telling me to where the redirection pointed. I could then decide
to allow the redirection or not. It provided a lot more control over
security in IE7. Alas, the author abandoned that product and it was
not compatible with IE8, and later. The last update was 18-Dec-2008
and won't work with anything beyond IE7.

Another trick is using the Javascript event of noticing when you
leave a page. When you attempt to leave, this event triggers and
runs its assigned script. I think it's the onUnload() event that
triggers when you try to leave a page. This is how, for example, you
see those annoying popup "do you really want to leave" dialogs show
up when you attempt to leave a page.

I'm sure there are some other tricks to disabling the Back button (or
make it appear disabled), like using an [toolbar] add-on. The above
are the tricks I've heard about.

The offending "recent pages" show up after the web page I selected is at least
partly printed. If I click "recent pages" as soon as the web page shows up,
they're not there. If I look again several seconds later, they are there,
between the selected page URL and the google search page that I selected it
from.

I have another PC that is close to a clone of this one. I cloned this one, then
did a repair install of XP SP3 onto that drive in another PC with another XP
key. I just checked it, and that PC does not have this problem. So it must be
something that either showed up since I made the clone, or was repaired by the
repair installation. I guess doing a repair installation on this PC might be
worth trying.

This problem is all over the internet, but I have been completely unable to find
a useful fix after several hours of searching.

Are you waiting for the page to completely finishing loading (so the tab
spinner has stopped) before looking at navigation history? While some
servers are slow, many web pages are now dynamic and require either
client- or server-side scripts to run to determine what will be in the
page that gets rendered or sent to you.

Have you tested when loading IE8 in its safe mode?

Have you testing by loading Windows in its safe mode (with networking)?
 
B

Bob F

VanguardLH said:
Bob said:
VanguardLH said:
Bob F wrote:

Frequently, when browsing, I hit the back button to go back to a
previous page and nothing happens. Clicking on the recent pages
arrow shows that there are multiple
"http://googleads.g.doubleclick.net" entries between the current
page and the last page I was at. Sometimes there are dozens or
even over 100 of these things.

Win XP SP3, IE8

There are several tricks to disabling the Backspace key from a web
page. One is to use interstitial pages. The page you are on has a
link. That link takes you to an interstitial page that uses the
meta-refresh tag with zero delay to take you to the target page.
When you backspace to go back a page, you're actually going back to
the interstitial page that then uses meta-refresh with zero delay to
take you back to the target page. To get around this means you have
to look at your Back button history (right-click on it) and skip 2,
or more, pages to go back. Sometimes interstitial pages are used to
show you ads. Sometimes they're just used to control your
navigation at their site.

http://en.wikipedia.org/wiki/Interstitial_webpage

You could disable meta-refresh in your web browser (IE and Firefox
allow it but not Google's Chrome). Alas, when you do this, you'll
find many good sites that use it to help decide where you should go
next and you won't be going there because you disabled the
meta-refresh. In IE, you can configure the Internet (and other)
security zones only to enable or disable meta-refresh. As I recall,
you could configure Firefox to prompt you about a blocked
meta-refresh (but, also as I recall, it didn't give you a handy link
in the infobar so you could proceed to that redirection page). All
web browsers should default to disabling meta-refresh AND give you a
prompt as to where the redirection points (so you can decide whether
to go there or not). IE and Firefox give you the option to disable.
The lack of such in Google Chrome is a security failing of that web
browser. It would condemn several web projects by Google to failure
and why they won't provide an option to disable it.

Over 4 years ago, I used PopUpCop with IE7. That add-on would let
me prompt on a meta-refresh (instead of permanently disabling it in
IE) by telling me to where the redirection pointed. I could then
decide to allow the redirection or not. It provided a lot more
control over security in IE7. Alas, the author abandoned that
product and it was not compatible with IE8, and later. The last
update was 18-Dec-2008 and won't work with anything beyond IE7.

Another trick is using the Javascript event of noticing when you
leave a page. When you attempt to leave, this event triggers and
runs its assigned script. I think it's the onUnload() event that
triggers when you try to leave a page. This is how, for example,
you see those annoying popup "do you really want to leave" dialogs
show up when you attempt to leave a page.

I'm sure there are some other tricks to disabling the Back button
(or make it appear disabled), like using an [toolbar] add-on. The
above are the tricks I've heard about.

The offending "recent pages" show up after the web page I selected
is at least partly printed. If I click "recent pages" as soon as the
web page shows up, they're not there. If I look again several
seconds later, they are there, between the selected page URL and the
google search page that I selected it from.

I have another PC that is close to a clone of this one. I cloned
this one, then did a repair install of XP SP3 onto that drive in
another PC with another XP key. I just checked it, and that PC does
not have this problem. So it must be something that either showed up
since I made the clone, or was repaired by the repair installation.
I guess doing a repair installation on this PC might be worth trying.

This problem is all over the internet, but I have been completely
unable to find a useful fix after several hours of searching.

Are you waiting for the page to completely finishing loading (so the
tab spinner has stopped) before looking at navigation history? While
some servers are slow, many web pages are now dynamic and require
either client- or server-side scripts to run to determine what will
be in the page that gets rendered or sent to you.

I can look a couple times as the page finishes loading. At first, there are
none. A few seconds later, there are several "googleads.g.doubleclick"s between
the current page and the google page that got me there.
Have you tested when loading IE8 in its safe mode?

Just tried - it still happens with IE add-ons disabled.
Have you testing by loading Windows in its safe mode (with
networking)?

Also just tried - it still occurs in windows safe mode with networking.

It does not occur using Chrome on the same PC.
 
Z

Zaphod Beeblebrox

Frequently, when browsing, I hit the back button to go back to a previous page
and nothing happens. Clicking on the recent pages arrow shows that there are
multiple "http://googleads.g.doubleclick.net" entries between the current page
and the last page I was at. Sometimes there are dozens or even over 100 of these
things.

I've put "127.0.0.1 googleads.g.doubleclick.net" into my hosts file, which
might have reduced the numbers, but not solved the problem. I've also added
"doubleclick.net" as a blocked site by clicking tools, internet options,
privacy, sites , which has also not eliminated the problem.

I could really use a good solution to this problem.

Win XP SP3, IE8

I installed AdBlock Plus and it cured the problem completely. However,
I'm on Windows 7 and IE9 so I don't know if that is a solution
available to you. If not, you might consider a move from IE to FireFox
and AdBlock Plus.

--
Zaphod

"So [Trillian], two heads is what does it for a girl?"
"...Anything else [Zaphod]'s got two of?"
- Arthur Dent
 
B

Bob F

Bob said:
Frequently, when browsing, I hit the back button to go back to a
previous page and nothing happens. Clicking on the recent pages arrow
shows that there are multiple "http://googleads.g.doubleclick.net"
entries between the current page and the last page I was at.
Sometimes there are dozens or even over 100 of these things.

I've put "127.0.0.1 googleads.g.doubleclick.net" into my hosts file,
which might have reduced the numbers, but not solved the problem.
I've also added "doubleclick.net" as a blocked site by clicking
tools, internet options, privacy, sites , which has also not
eliminated the problem.
I could really use a good solution to this problem.

Win XP SP3, IE8

I backed up my system, then tried a windows SP3 repair install. I then had to
re-install IE8, as the SP3 loaded IE6. That seems to have solved this problem
after doing a 130 entry windows update. That update had maybe 20 updates fail.
Now, when I try to do update again, update fails with the following message.

"Files required to use Microsoft Update are no longer registered or installed on
your computer. To continue:

Register or reinstall the files for me now (Recommended)
Let me read about more steps that might be required to solve the problem

"

Hitting continue gets another error:

"The website has encountered a problem and cannot display the page you are
trying to view. The options provided below might help you solve the problem.
For self-help options:

a.. Frequently Asked Questions

b.. Find Solutions

c.. Windows Update Newsgroup
For assisted support options:

a.. Microsoft Online Assisted Support (no-cost for Windows Update
issues) "
Selecting Find Solutions gives another error:

"HTTP Error 404 - File or directory not found.

Cannot find the page you are looking for. It might have been removed, had
its name changed, or is temporarily unavailable.


Please try the following:

a.. Ensure that the Web site address displayed in the address bar of
your browser is spelled and formatted correctly.
b.. If you reached this page by clicking a link, contact the Web site
administrator to alert them that the link is incorrectly formatted.
c.. Click the Back button to try another link. "
This is really getting frustrating.
 
P

Paul

Bob said:
I backed up my system, then tried a windows SP3 repair install. I then had to
re-install IE8, as the SP3 loaded IE6. That seems to have solved this problem
after doing a 130 entry windows update. That update had maybe 20 updates fail.
Now, when I try to do update again, update fails with the following message.

"Files required to use Microsoft Update are no longer registered or installed on
your computer. To continue:

Register or reinstall the files for me now (Recommended)
Let me read about more steps that might be required to solve the problem

"

Hitting continue gets another error:

"The website has encountered a problem and cannot display the page you are
trying to view. The options provided below might help you solve the problem.
For self-help options:

a.. Frequently Asked Questions

b.. Find Solutions

c.. Windows Update Newsgroup
For assisted support options:

a.. Microsoft Online Assisted Support (no-cost for Windows Update
issues) "
Selecting Find Solutions gives another error:

"HTTP Error 404 - File or directory not found.

Cannot find the page you are looking for. It might have been removed, had
its name changed, or is temporarily unavailable.


Please try the following:

a.. Ensure that the Web site address displayed in the address bar of
your browser is spelled and formatted correctly.
b.. If you reached this page by clicking a link, contact the Web site
administrator to alert them that the link is incorrectly formatted.
c.. Click the Back button to try another link. "
This is really getting frustrating.

I hope you made a backup before doing this :)

I'd restore from backup (bringing back the original problem),
then do this.

http://windows.microsoft.com/en-US/windows-vista/Reset-Internet-Explorer-8-settings

*******

Over the years, Microsoft has thrown a monkey wrench or two
into the re-installation process.

We were warned with IE7 and IE8, to *remove* them before
doing a Repair Install. Which of course is impossible
if your OS happens to be broken, won't boot, and the
Repair Install was intended to revive it. There was at
least one report, that Repair Installing IE6 over IE8
could be fixed, by installing IE8 again, and things
would work. But I'm not so sure about that.

Another problem I uncovered, was with activation. I could
not activate the OS, using IE6. I actually had to temporarily
install a higher IE (IE8), do the activation, then uninstall
the thing again, to end up with a WinXP with IE6 browser.

Doing a Repair Install, isn't a priority for the folks
at Microsoft. They don't care whether it works or not.
That's my conclusion.

That's why I hope you made a backup, since it might take
a few tries to get it right.

*******

Also, if you hate doing Windows Updates downloads over and
over again, there is a tool for that. This tool downloads
files right from Microsoft, and stores them in a folder for
you. Later, you can update your OS, against that folder.
Using this tool, will become more important as we get nearer
to the end of support. You don't have to do this now, but
some time early next year would be a good time to do it.

http://download.wsusoffline.net/

Paul
 
B

Bob F

Paul said:
I hope you made a backup before doing this :)

I'd restore from backup (bringing back the original problem),
then do this.

http://windows.microsoft.com/en-US/windows-vista/Reset-Internet-Explorer-8-settings

Thank You!!!
I had just finished restoring from the backup I made right before the XP
restore, opened my mail and found this message. I did as described above and the
problem is fixed.
*******

Over the years, Microsoft has thrown a monkey wrench or two
into the re-installation process.

We were warned with IE7 and IE8, to *remove* them before
doing a Repair Install. Which of course is impossible
if your OS happens to be broken, won't boot, and the
Repair Install was intended to revive it. There was at
least one report, that Repair Installing IE6 over IE8
could be fixed, by installing IE8 again, and things
would work. But I'm not so sure about that.

Another problem I uncovered, was with activation. I could
not activate the OS, using IE6. I actually had to temporarily
install a higher IE (IE8), do the activation, then uninstall
the thing again, to end up with a WinXP with IE6 browser.

Doing a Repair Install, isn't a priority for the folks
at Microsoft. They don't care whether it works or not.
That's my conclusion.

That's why I hope you made a backup, since it might take
a few tries to get it right.

*******

Also, if you hate doing Windows Updates downloads over and
over again, there is a tool for that. This tool downloads
files right from Microsoft, and stores them in a folder for
you. Later, you can update your OS, against that folder.
Using this tool, will become more important as we get nearer
to the end of support. You don't have to do this now, but
some time early next year would be a good time to do it.

http://download.wsusoffline.net/

Thanks for this reminder. This project definately had me thinking about
updateing the files I had already started collecting this way. I should make a
slipstreamed XP disk with all the updates added.
 
V

VanguardLH

Paul said:
Also, if you hate doing Windows Updates downloads over and
over again, there is a tool for that. This tool downloads
files right from Microsoft, and stores them in a folder for
you. Later, you can update your OS, against that folder.
Using this tool, will become more important as we get nearer
to the end of support. You don't have to do this now, but
some time early next year would be a good time to do it.

http://download.wsusoffline.net/

Standard support ended back in 2009 and extended support ends next year
in the spring (08-Apr-2014). The only place you may be able to get the
updates to a fresh install of XP is from your own offline copy. If
anyone else is collecting this store to provide it online to other
users, that someone would have to be very well known to be trusted from
a certified site to accept from them all those changes to the OS.

It isn't just about reinstalling Windows XP but also getting it up to
the update status that will be last available as of next April.

Note: Disable your anti-virus software during an update retrieval for
WSUS. Some files are huge and your AV may so severely slow the
retrieval that it actually locks up (it will never finish).
 
B

Bob F

Bob said:
Frequently, when browsing, I hit the back button to go back to a
previous page and nothing happens. Clicking on the recent pages arrow
shows that there are multiple "http://googleads.g.doubleclick.net"
entries between the current page and the last page I was at.
Sometimes there are dozens or even over 100 of these things.

For anyone that missed it and for future searches, Pauls suggestion solved this
problem.
http://windows.microsoft.com/en-US/windows-vista/Reset-Internet-Explorer-8-settings
 
P

Paul

Bob said:
Dang it! It's back!

Try just searching on the address used, and you can find other
references to it (googleads.g.doubleclick.net).

http://answers.microsoft.com/en-us/...clicknet/06aa9718-f601-4d14-b1e3-3c10250afe3f

I can't believe half the stuff I'm reading, so I can't be sure
any of it is real or not. Is it a browser bug, like interaction
between a certain HTML coding style and the browser ? Or is it
like one of the respondents in that thread suggest, an actual
executable on the computer doing it ?

Paul
 
P

Paul

Paul said:
Try just searching on the address used, and you can find other
references to it (googleads.g.doubleclick.net).

http://answers.microsoft.com/en-us/...clicknet/06aa9718-f601-4d14-b1e3-3c10250afe3f


I can't believe half the stuff I'm reading, so I can't be sure
any of it is real or not. Is it a browser bug, like interaction
between a certain HTML coding style and the browser ? Or is it
like one of the respondents in that thread suggest, an actual
executable on the computer doing it ?

Paul

Found another reference to it here. With some claims it's related
to a privacy policy setting.

http://www.avsforum.com/t/1414064/b...e-executing-windows-7-64-bit/60#post_22160529

Paul
 
V

VanguardLH

Bob said:
Dang it! It's back!

Have you yet tried disabling meta-refresh in the web browser? While
this is not a good permanent solution, it'll show you if that's the
trick they're playing to cause your problem.

Have you yet tried disabling scripting and then checking if their
behavior continues? Alas, I don't know of an add-on for IE that lets
you easily toggle on-off its scripting support or to have a blacklist of
sites where you want scripting disabled. What I did is write a batch
file that changes the registry entry that disables scripting support in
IE. When you go into the Internet security zone (probably the only one
where you'll need to sometimes disable scripting) and change scripting
support (to disable it), a registry entry is created for IE to recognize
that setup. So my batch file changes the registry, loads IE, and
removes the registry change (so scripting will be supported later).
While this registry setting is enabled, all instances of IE no matter
how they are started will have scripting disabled, so you need to exit
the batch script to undo the registry change. The batch file also runs
CCleaner after unloading IE just to ensure everything gets wiped. I
then use a shortcut to that .bat file when I want scripting disabled in
IE. It contains (between the dash lines):


File: noscriptIE.bat
----------------------------------------
@echo off
cls

REM - Path to Internet Explorer 32-bit executable file:
set iepath=C:\Program Files (x86)\Internet Explorer\iexplore.exe

rem - Disable script support in Internet security zone.
echo __________________________________________________________________
echo.
echo DISABLE script support in Internet Explorer ...
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\3" /v 1400 /t reg_dword /d 3 /f


rem - Run IE and include command-line parameters.
echo.
echo __________________________________________________________________
echo.
echo Load Internet Explorer with no script support ...
echo.
echo *** Do NOT terminate this batch file.
echo *** Exit the web browser to complete this batch file and
echo resume script support.
echo.
echo WARNING: ALL instances of the web browser will have scripting
disabled
echo until this batch file completes execution.
echo.
echo Command = "%iepath%" %*
"%iepath%" %*
echo.
echo __________________________________________________________________
echo.


rem - Enable script support in Internet security zone.
echo.
echo ENABLE script support in Internet Explorer ...
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\3" /v 1400 /t reg_dword /d 0 /f

rem - Cleanup history, cookies, TIF cache, etc.
echo.
echo Cleaning up ...
"C:\Program Files\CCleaner\CCleaner.exe" /auto
----------------------------------------

Edit the iepath variable to point at wherever IE is installed on your
host. For IE pre-10, and for x64 versions of Windows, the (x86) is
needed if you want to ensure you load the 32-bit version of IE. For
IE10 (and probably IE11) which is a frankenjob by Microsoft, you always
end up loading the 64-bit version for the frame (the tabs run as 32-bit
processes).

Neither blocking meta-refresh or scripting is a good solution because
way too many sites require them for their site to behave correctly.

If the above cures their behavior then stop using the 'hosts' file.
That can only block on *hostnames*, not on domains. You'll want to
block on all of both .doubleclick.com and .doubleclick.net (and other
unwanted tracking and ad sources). To do that requires something more
than blocking on host names. You need to add something that blocks on
*domains* via URL blocking that lets you specify just the domains.

I use Avast Free and it has URL blocking so I can block on all of
Doubleclick's domains. Other solutions is to use Firefox with the
NoScript add-on (to decide where and when scripts will run) and either
the Adblock Plus (which will slow the load of Firefox not only to load
itself but also for each blocklist you add to it) or the Ghostery add-on
(99% as effective as using Adblock with Easy+EasyPrivacy blocklists but
doesn't slow load of Firefox). Some firewalls have a URL blocking
feature.

IE itself has a domain blocking feature. I think in IE8 it was called
InPrivate Filter (not the InPrivate Browing feature) where you could
import .xml files that listed URLs, including just domains, that you
want to block. The problem is that Microsoft conflicted with their own
syntax in different articles and too many authors of these lists used
the old DOS-based wildcard format instead of regex (regular
expressions). They used Microsoft's examples instead of Microsoft's
spec that stated to use regex (but not even Microsoft supported much of
regex for the XML blacklist). In IE9, and later, it got changed to the
Tracking Protection list. I used to have my own list of about 50
entries in my .xml import file but decided to just go with the Abine,
Easylist, EasyPrivacy, and Stop Google Tracking blacklists that this
feature will automatically update with newer versions of these
blacklists as they become available. These lists are a lot longer than
my personal list but they don't seem to impact loading or responsiveness
of IE. For IE8, and earlier, there is a site where you can get an
adapted .xml file for import of the EasyPrivacy blacklist so you don't
have to do it (but updates are not automatic so you'll have to
periodically redownload the list, delete all current entries, and then
import their adapted blacklist). Toggling on/off this filter is easy in
IE: in IE, as I recall, I just did it using the status bar section for
the InPrivate Filter, and for IE9 I just use the toggle button in the
address bar.
 
Joined
Oct 22, 2013
Messages
1
Reaction score
0
OK, there is a Microsoft Forum for this, and I bet the majority of you use IE.

It is called The Microsoft Internet Explorer Feedback Program used to report bugs. They show open and closed tickets, and this one is recently and still open. Please try to have examples of these links and screen shots & try to give an example of a particular web page it occurs on.

GO TO: The Microsoft Connect Site (this forum won't let me add a link until I have posted 10 times LOL) microsoft.connect.c*m/IE

In the SEARCH - Feedback field, enter "back button problem" and select it from the list

Your comment should be entered with a detailed explanation and some examples, then click on submit. Next you should click on the "attachments" tab and upload any screenshots of this and then click submit.

It's up to us to overwhelm them with evidence!

~~~~~~~~~~~

This is happening consistently with certain site and pages that have ads running on them. It is suspected to be a script problem (intentional or not) that opens iframes in your browsing history, however they do not show up in the actual daily history of sites visited. The only thing these sites (from a tractor forum all the way to Amazon and FoxNews, Yahoo, FlickR) have in common is the way these ads are running.

googleads.g.doubleclick.net
assets.pinterest.com
facebook links
adyieldmanager links
Chitika v2

*see attachments
ss2addedlink.jpg

foxnewsa.rfihub.comads.jpg

foxnewsdoubleclickads.jpg
 
H

Hot_Text

bubblesjustbubb said:
Here is the solution of one website owner:

" meshane Aug 31, 2012 11:06 AM

I have some good news to report. Sorry to change directions again on the
suspected cause, but as I said this is a complex issue and there have
been a number of people looking into this since early July. Ultimately,
it comes down to some ads exposing a bug in Internet Explorer. We were
able to track the cause of this down to a 3rd party ad network, and
found a particular ad that was causing this. We have now blocked this
ad, but we do suspect that more than one ad is causing this behavior
which is part of why it's been hard to track down. We will continue to
try to root out the cause of the problem and remove any ads which
trigger the bug. If you encounter this again, please continue to let us
know, and screen captures of ALL the ads on the page at the time are
always helpful.

- Shane"

(cited~www.chowhound.chow.com/topics)

SOOOO, is our only hope to complain to individual site owners?

Who is pay by Ad from googleads.g.doubleclick.net to site owners
If they
lose viewers, they lose revenue (and how ironic over an ad issue which
generates revenue for them). This issue has been happening for years &
still no fix from Microsoft.

The issue is WWW Web-Masters
Not Microsoft
And by the way
googleads.g.doubleclick pay Microsoft too

some ads exposing a bug in Internet Explorer
So stop using Google Toolbar
is the fix from Microsoft

Go with Bing.com Toolbar
 
H

Hot_Text

bubbles said:
Bob F wrote on 09/23/2013 16:32 ET :

**FIREFOX has a DOCUMENTED fix online for their browser and this issue, as does
ADBlock. Some Chrome users say they experience the issue, but the majority are
IE users. Wish I could post screenshots here, but if you go to the IE Bug
Reporting website, the "back button problem" forum has a more complete
description.

The only way to Fix Internet Explorer
back button problem is to
Click Tools
Click Internet Options
Click Delete...

Check mark
Preserve Favorites Website data
Temporary Internet file
Cookies
History

Click Delete
Click OK

It make web sites browsing Shower
But it's the only true Fix for all browsers

By Deleting
Preserve Favorites Website data
Temporary Internet file
Cookies
History

Being it from Firefox to Internet Explorer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top