sidhant-guliani / script-cover

Automatically exported from code.google.com/p/script-cover
Apache License 2.0
0 stars 0 forks source link

Some sites disappear after loading #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For some sites - I think all I've seen are Wordpress - the content loads but is 
immediately replaced by the below HTML such that the page is painted white. 

An example site exhibiting this behaviour: http://rbonini.wordpress.com
Disable script-cover and the page loads normally.

script-cover 1.0.0.12
Chrome 19.0.1084.56
WinXP

Originally I thought it was a Chrome bug and found this issue 
(http://code.google.com/p/chromium/issues/detail?id=118149) but that appears to 
be a Flash plugin problem on Mac. Then I saw the coverageContainerDiv that 
pointed me to this extension as the cause.

This is the html that I see after script-cover has kicked in...

<html><head><link type="text/css" rel="stylesheet" 
href="chrome-extension://cpngackimfmofbokmjmljamhdncknpmg/style.css"><script 
type="text/javascript" charset="utf-8" 
src="chrome-extension://cpngackimfmofbokmjmljamhdncknpmg/page_context.js"></scri
pt><script id="injectedScript" 
src="chrome-extension://hbbbdijkdplhoejlcodidgcgbnnfcadf/resources/inject_compil
ed.js"></script><script id="accessoryScript">window.scriptObjects = [];
brt.backgroundInteraction.objectCounter = 0;
brtOldDocWrite = document.write; document.write = function() {};
brtOldDocWriteln = document.writeln; document.writeln = function() {};
</script></head><body screen_capture_injected="true"><div 
id="coverageContainerDiv" style="display: none; " 
class="isbrt">{"url":"http://rbonini.wordpress.com/","scriptObjects":[]}</div><s
tyle id="_clearly_component__css" type="text/css">#next_pages_container { 
width: 5px; hight: 5px; position: absolute; top: -100px; left: -100px; z-index: 
2147483647 !important; } </style><div 
id="_clearly_component__next_pages_container"></div></body></html>

Original issue reported on code.google.com by g1ngernu...@gmail.com on 13 Jun 2012 at 11:02