Skip to content Skip to sidebar Skip to footer

Javascript Effect Works In "incognito Mode" Only (chrome)

I'm experiencing a very weird Javascript bug in Chrome. I've made a website for a client in which the site's background images change as you scroll down. In addition, there's a sub

Solution 1:

Since you already cleared the data, I would guess its because of some extensions that prevent your script from running. In incognito mode, all of them are disabled and your script works.

And further your site works at our end on chrome, so its for sure some addon.

Solution 2:

This is just a cache issue on your end. Your page works fine for me. Try Control+F5.

Your suspicions were correct... by using Incognito Mode, you essentially get a clean session and empty cache.

You can also test this with an extension I wrote that will launch a new Chrome window with empty cache and empty cookies:

http://www.musatcha.com/software/NewChromeSession/

Solution 3:

If the cache issue doesn't work, make sure you have no plugins interfering

Solution 4:

I have the same issue. In my configuration the Chrome Touch Extension is producing the error. After disabling it, everything works fine

Solution 5:

If nothing else helps - reinstall Chrome.

In my case I tried clearing all caches, uninstalling all extensions, disabling antivirus but only reinstall solved this issue.

Interestingly issue was happening only to specific user account on Chrome, everything worked fine in incognito, other account and other browsers.

Post a Comment for "Javascript Effect Works In "incognito Mode" Only (chrome)"