loomia [added]

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
bluedevil
New Member
New Member
Posts: 9
Joined: Mon Jul 09, 2007 3:35 am

loomia [added]

Post by bluedevil »

I wonder if loomia should be added to the list?

I noticed on the WSJ website that everytime I clicked on a blank area on the page, a request was being sent to a.loomia.com. I added a personal filter for the loomia domain but was wondering if this should be added to the filter list? Or perhaps, a better filter would be /clixdom.js

The privacy policy is at http://www.loomia.com/privacy

The code snippet from the WSJ webpage is given below.
Let me know if any more information is needed - I'm a newbie user for ABP so apologies for not drilling down the problem further.

Code: Select all


//--></script>
<!--/DO NOT REMOVE/-->

<!-- START: Loomia Similar Items Recommendation Code -->
<div id="_loomia_si_script_anchor" class="failsafe"></div>

<div id="_loomia_cs_script_anchor" class="failsafe"></div>
<div id="_loomia_cs_anchor" class="failsafe"></div>
<script type="text/JavaScript">
<!--
function _loomia_addScript(url,script_anchor){
var anchor=document.getElementById(script_anchor);
var script= document.createElement("SCRIPT");
script.src=url;
anchor.appendChild(script);
}
var _loomia_scripts_loaded=0;
function _loomia_addCS() {
if (!_loomia_scripts_loaded) {
_loomia_addScript("http://assets.loomia.com/js/clixdom.js","_loomia_cs_script_anchor");
_loomia_addScript("http://assets.loomia.com/js/simitems.js","_loomia_si_script_anchor");
}
_loomia_scripts_loaded=1;
};
var L_VARS=new Object();
L_VARS.publisher_key=6563391702;
L_VARS.guid=(typeof s!='undefined')?s.prop20:"";
L_VARS.anchor="_loomia_si_anchor";
var exList=['0_0002','0_0012','0_0003','0_0013','0_0004','0_0014']
pID=(typeof pID != 'undefined')?pID:"";
if(window.location.href.indexOf('/article') != -1 && window.pID && pID.indexOf('Infogrfx') == -1 && exList.join('|').indexOf('|'+pID+'|') == -1 && parent.location.protocol=="http:"){
if (window.addEventListener) {
window.addEventListener("DOMContentLoaded", _loomia_addCS, false);
if($('_loomia_si_anchor')!=null){
window.addEventListener("load", _loomia_addCS, false);
}
} else if (window.attachEvent) {
window.attachEvent("onload", _loomia_addCS);
}
}
//-->
</script>
<!-- END: Loomia Similar Items Recommendation Code -->
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

I added that ... it does looks a bit creepy :? I actually added it to the EasyList because I think it is more "ad" related.
:arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
User avatar
chewey
Emeritus Contributor
Emeritus Contributor
Posts: 276
Joined: Sun Dec 31, 2006 9:16 am

Post by chewey »

In that case, could you please duplicate it in the tracking list?
It is still an obvious tracker too.
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Because I really haven't seen an ad for it yet, I moved it to the tracking filter (may add it to both if I notice it serving ads too)
:arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
bluedevil
New Member
New Member
Posts: 9
Joined: Mon Jul 09, 2007 3:35 am

Post by bluedevil »

I actually noticed that enabling this filter sometimes gets text to overlay/overlap with text on the right column.

Perhaps, we should replace .loomia. and use clixdom.js instead (which would only disable our clicks from going to loomia i guess)?
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

bluedevil wrote: Perhaps, we should replace .loomia. and use clixdom.js instead (which would only disable our clicks from going to loomia i guess)?
Does that fix the overlap problem?

***EDIT***
After looking at that some more, it seems that /clixdom.js would be that most likely tracker. The other seems to have to do will other features ... so I will change it :arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
bluedevil
New Member
New Member
Posts: 9
Joined: Mon Jul 09, 2007 3:35 am

Post by bluedevil »

Thanks again!
Locked