Page 1 of 1

[Fixed] css code dumped on page

Posted: Sun Nov 13, 2011 9:29 pm
by alok0
I some times get pages with the css source just dumped into the beginning of the page, kinda like this: Image

It notmally goes away after the page gets reloaded, so if I turn on the developer console it goes away and I can't see what happened. It is slightly sporadic and hard to replicate.

I'm using chrome 17.0.932.0 (Official Build 108826) dev-m
adblock 1.1.4
easylist, and recommended for google chrome

Re: css code dumped on page

Posted: Mon Nov 14, 2011 8:49 pm
by Wladimir Palant
There was a forum topic on this already but I cannot find it. I haven't seen this but I consider it a Chrome bug - what we insert is a style tag and it should never be visible.

Re: [CantFix] css code dumped on page

Posted: Fri Nov 18, 2011 7:31 pm
by emmortal
I have this same issue in Chrome 16-17, it has been happening for quite awhile now. This happens in the release version of AB+ and the experimental one. However this does not happen with that other guys adblock for chrome, but that one does not work as good, I'd rather not even bother with it and just use Chrome 15 with AB+.

Re: [CantFix] css code dumped on page

Posted: Sun Nov 20, 2011 1:09 am
by Wladimir Palant
Adblock for Chrome does exactly the same thing as us. Only difference that I can see - they set the type attribute on the <style> element. Done that now as well: https://hg.adblockplus.org/adblockplusc ... 096192bffb. If anybody could try the next development build (will be available in 10 minutes) and check whether that changed anything this would be great (I never see this issue myself).

Re: [CantFix] css code dumped on page

Posted: Sun Nov 20, 2011 8:43 am
by Zlip792
I am not having this issue anymore. Thanks a lot Palant.

Re: [CantFix] css code dumped on page

Posted: Mon Nov 21, 2011 3:16 pm
by emmortal
Wladimir Palant wrote:Adblock for Chrome does exactly the same thing as us. Only difference that I can see - they set the type attribute on the <style> element. Done that now as well: https://hg.adblockplus.org/adblockplusc ... 096192bffb. If anybody could try the next development build (will be available in 10 minutes) and check whether that changed anything this would be great (I never see this issue myself).
Still happening here with beta and experimental build. I have disabled all extensions except ab+ and still happens, I also did a clean install of chromium 17.0.947.0.

Re: [CantFix] css code dumped on page

Posted: Mon Nov 21, 2011 4:04 pm
by Wladimir Palant
This has been fixed now thanks to the suggestion here: forum/viewtopic.php?f=11&t=8789 (should work correctly starting with Adblock Plus 1.1.4.725).

Re: [Fixed] css code dumped on page

Posted: Mon Nov 21, 2011 9:06 pm
by Mischif
For future consideration, it would be more than a tiny bit helpful if the method of how AB+ works was added to the Chrome Store page so some people won't spend the better part of the day in panic mode because they thought their website got hacked. Y'know, cause some people freak out easily.

Re: [Fixed] css code dumped on page

Posted: Mon Nov 21, 2011 10:26 pm
by Wladimir Palant
See above, this method will no longer be used in the next release. There will be only a minimal change of the page's DOM.