Post Reply 
"<img>... Remove: Webbugs" breaks script
Oct. 11, 2010, 05:21 PM (This post was last modified: Oct. 11, 2010 05:34 PM by sidki3003.)
Post: #2
RE: "<img>... Remove: Webbugs" breaks script
Yeah. That happens if the quotes that delimit strings change in an expression.
Example: okay:
Code:
var C="<img src="+A.src+" width='1' height='1' alt='' border='0' />";

broken:
Code:
var C="<img src="+A.src+' width="1" height="1" alt="" border="0" />';


I have already documented it as open issue. Another script using this code is l.yimg.com/a/lib/my/js/core_<JS-VERSION>.js, where webbugs get bypassed already. (Possibly the same script, since "combo" is merely concatenating scripts.)

I have now changed:
Code:
l.yimg.com/a/combo\?*/metrics           $SET(0=a_adjsex.)
l.yimg.com/a/lib/my/js/core_            $SET(0=a_bug.)

...to:
Code:
l.yimg.com/a/(combo\?*/metrics$SET(0=a_adjsex.a_bug.)|$SET(0=a_bug.))


edit: That "Loading... " thingy at the bottom loads, if you click the Flash toggle.
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: "<img>... Remove: Webbugs" breaks script - sidki3003 - Oct. 11, 2010 05:21 PM

Forum Jump: