There is a situation when some Website is working in Chrome's Incognito mode and work with bugs on doesn't work at all in standard mode. Sometimes the reason for this problem is in installed chrome extensions (Javascript effect works in "Incognito mode" only (Chrome))
And in another place (note: link no longer works and is not archived on the wayback machine) it was told:
One of the elements had an id of "adcontent", which I am guessing is black-listed by either Chrome or one of the plugins.
So my question: Is there a list of bad Id's/classes/js functions etc. that can cause problems with chrome's extensions? Or maybe a list of rules to prevent this problem.
Update 1: I don't have URL of the website with this problem. I just came across this situation while was reading something else and decided to ask if there are some common rules for that.