Page 3 of 5

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Wed Nov 20, 2013 5:45 pm
by MonztA
Can you post an issue report link?

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Thu Nov 21, 2013 9:53 am
by Umbral
MonztA wrote:Can you post an issue report link?
I'm sorry i don't think i understand.
What you do you want me to do ? How can i issue a report link and what is that ?
I did post a link on the post before this. Page 2 last post.

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Thu Nov 21, 2013 10:21 am
by mapx
if you use firefox submit an issue report and post the report link here (see my signature to see how-to)

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Thu Nov 21, 2013 10:21 am
by MonztA

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Fri Nov 22, 2013 4:13 pm
by Umbral

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Sat Nov 23, 2013 9:26 am
by fanboy

Code: Select all

clan.su##div[id^="mainads"]

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Sun Nov 24, 2013 6:52 am
by Umbral
fanboy wrote:

Code: Select all

clan.su##div[id^="mainads"]
This one it is, indeed ! It is common on all uCoz sites.

Code: Select all

##div[id^="mainads"]
Can you add this filter to the default Ad block plus list ?
Basically all users from Russia and some other ex soviet union countries when visiting uCoz sites (no matter where the site is hosted) have this different AD source than viewers from European countries.

Thank you so much Fanboy !

P.S : Did the 2 popular default lists merged ?

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Sun Nov 24, 2013 9:14 am
by mapx
Umbral wrote:
P.S : Did the 2 popular default lists merged ?
https://easylist.adblockplus.org/blog/2 ... boy-s-list

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Sun Nov 24, 2013 10:11 am
by fanboy
I guess I see no harm in adding it..

https://hg.adblockplus.org/easylist/rev/f86aa88b1e81

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Sat Dec 21, 2013 11:08 am
by Umbral
The filter used to work.
What happened ?

https://reports.adblockplus.org/23cd15b ... b=requests

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Sat Dec 21, 2013 11:44 am
by fanboy
Force an update.

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Sun Dec 22, 2013 12:27 am
by Umbral
fanboy wrote:Force an update.
You are correct fanboy. Thank you.

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Tue Apr 21, 2015 11:57 am
by Umbral
Hello everyone again.

uCoz for Romania & Romanian IP decided to transform the free sites in link farms since they get no revenue from paid plans.

In the picture below you will see 3 ads :

Image

1. The Ad on the top right is already wiped out by Ad Block Plus. (this one is seen globally)
2. The Ad on the bottom right and the Ad in the center are new for Romania / Romanian IP and they may decide to extend it to other countries in the future.

Here is the code on that website before <head>
http://politic.ucoz.org/

Code: Select all

<!DOCTYPE html>
<script type="text/javascript">document.write('<div style="width:0px;height:0px;position:fixed;right:0px;top:0px;display:none;overflow:hidden;z-index:10000;" id="dVanzoEh7"><scr'+'ipt type="text/javascript" src="/abnl/?adsdata=FrC9f2J1dhR7jRHLUMbSd6r7JON5yOiczbX;Jbaew6JfuFppdy;LGQriR5yKzQ6nRGjmiWpVzu5e2XQWKV7hru5tigDlWnS55xYHuqiySQvYzH0ItwRBr62T2JYZGtkZcs86qgWxO1QP"></scr'+'ipt></div>');
function resizeDiv(islasttry){
	var WX,WY,BX,BY;
	var o=document.getElementById("dVanzoEh7"),t,d;
	if (!o) return;
	if(typeof window.self_getsizes == 'function'){
		var s=self_getsizes();
		if(s.err==1 && !islasttry) return;
		if(isNaN(s.BX)) s.BX==0;
		if(isNaN(s.BY)) s.BY==0;
		if(s.err==1){
			if (!(t=document.getElementById("bannerXanzoEh7"))) return;
			else s.BX=t.value;
			if (!(t=document.getElementById("bannerYanzoEh7"))) return;
			else s.BY=t.value;
		}
		BX=s.BX;
		BY=s.BY;
	}else{
		if (!(t=document.getElementById("bannerXanzoEh7"))) return;
		else BX=t.value;
		if (!(t=document.getElementById("bannerYanzoEh7"))) return;
		else BY=t.value;
	}
	if (!(t=document.getElementById("wrapperXanzoEh7"))) WX=0;
	else WX=t.value;
	if (!(t=document.getElementById("wrapperYanzoEh7"))) WY=0;
	else WY=t.value;
	d=document.getElementById("mainadsdvanzoEh7");
	if(d){
		if (BX<0) d.style.width="100%";
		else if (BX>0) d.style.width=BX+"px";
		if (BY<0) d.style.height="100%";
		else if (BY>0) d.style.height=BY+"px";
	}
	BX=parseInt(BX)+parseInt(WX);
	BY=parseInt(BY)+parseInt(WY);
	if (BX<0) o.style.width="100%";
	else if (BX>0) o.style.width=BX+"px";
	if (BY<0) o.style.height="100%";
	else if (BY>0) o.style.height=BY+"px";
	o.style.display='';
	return true;
}
function waitForIframe(triesCount){
    if(triesCount>10) return;
    if(typeof resizeDiv == 'function' && !resizeDiv(triesCount==10 ? 1 : 0)) return setTimeout(function() { waitForIframe(triesCount + 1); }, 500);
};
document.write('<scr'+'ipt type="text/javascript">waitForIframe(0);</scr'+'ipt>');</script><div><script type="text/javascript">new Image().src = "http://counter.yadro.ru/hit;ucoznet?r"+escape(document.referrer)+((typeof(screen)=="undefined")?"":";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+";"+Math.random();</script></div><script language="javascript" charset="UTF-8" type="text/javascript" src="http://braside.ru/7s1k3bw1gez7c8404cfgwm5s61ixx4ac240j1pxl3"></script><html>
Can you please identify the center and bottom right ads and add them to the filter.

Thank you in advance. :idea:
Umbral.

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Tue Apr 21, 2015 1:35 pm
by lewisje
More likely we'd need to load the site from a Romanian IP address (maybe via a Romanian VPN?) and then use the Element Inspector on the ad content, to get a good idea about what to block.

Re: For All uCoz Sites (Over 1 million) Please Make It Default !

Posted: Tue Apr 21, 2015 3:59 pm
by Umbral
With Firefox inspect element - the central Ad looks to be this one :

Code: Select all

<td>

    <a class="hTvf" target="_blank" href="http://u3520.nilopo.ru/0u0dl0m82g0qx21qyn0i0rs3cnuwqu0sjzqis…7ja0xmq0rdoiy6gyc10cg08ldz918gakr5i6l0yekapu15i166uptghgbj10"></a>

</td>
And the bottom right one :

Code: Select all

<div>

    <div id="gl94" style="background-image: none ! important; background-color: rgb(25…n: bottom 0.5s ease 0s ! important; bottom: 0px ! important;">
        <a onclick="N873()" href="javascript:" style="background-image:none !important;background-color:transparen… !important;z-index:9999999999 !important;zoom:1 !important;">

            <img src="//braside.ru/img/close/close_big.jpg" a202020154="78" style="width: 100%;height:100%;border:1px solid white;"></img>
        </a>
        <a a202020154="125" style="background-image:none !important;background-color:#fff !impo… !important;z-index:2147483647 !important;zoom:1 !important;" target="_blank" href="http://news-330959-latest.yatvyanos.ru/78tdia64wm05xq1svw738…q955ycpazwe868sf3egv9g7j7exxqrj5lhy7uz6hp6ujpn70bvqq7hsnbgua">
            <img src="//owpawuk.ru/f38dfbe4121db37e8301a698c1ae6f0edc9a6467.gif" style="background-image:none !important;background-color:#fff !impo… !important;z-index:2147483647 !important;zoom:1 !important;" a202020154="220"></img>
        </a>
    </div>

</div>
Try a Romanian proxy.