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

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

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

Post by MonztA »

Can you post an issue report link?
Umbral
Posts: 44
Joined: Tue Mar 19, 2013 4:57 pm

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

Post 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.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

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

Post by mapx »

if you use firefox submit an issue report and post the report link here (see my signature to see how-to)
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

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

Post by MonztA »

User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

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

Post by fanboy »

Code: Select all

clan.su##div[id^="mainads"]
Umbral
Posts: 44
Joined: Tue Mar 19, 2013 4:57 pm

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

Post 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 ?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

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

Post by mapx »

Umbral wrote:
P.S : Did the 2 popular default lists merged ?
https://easylist.adblockplus.org/blog/2 ... boy-s-list
Umbral
Posts: 44
Joined: Tue Mar 19, 2013 4:57 pm

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

Post by Umbral »

The filter used to work.
What happened ?

https://reports.adblockplus.org/23cd15b ... b=requests
Umbral
Posts: 44
Joined: Tue Mar 19, 2013 4:57 pm

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

Post by Umbral »

fanboy wrote:Force an update.
You are correct fanboy. Thank you.
Umbral
Posts: 44
Joined: Tue Mar 19, 2013 4:57 pm

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

Post 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.
lewisje
Posts: 2743
Joined: Mon Jun 14, 2010 12:07 pm

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

Post 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.
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
Umbral
Posts: 44
Joined: Tue Mar 19, 2013 4:57 pm

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

Post 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.
Locked