onvasortir ==> Can't access to a site if ABP is activated

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by mapx »

don't use 2 adblockers, keep only the real one: ABP and put the filters under custom filters section.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by mapx »

anyway, update your Liste FR, it was updated. But, again: don't use 2 adblockers
Clare
Posts: 2
Joined: Sat Apr 25, 2015 5:51 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by Clare »

I desabled Adblock Edge, and I could update Adblock Plus.
Since that, one time it works, and the next time the site is still blocked.
I think I give up. Thanks anyway.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by mapx »

still working for me.

You have to disable edge (or remove) from the addons page and not only disable it for onvasortir sites
Also, if you are using some other blocking stuff (ghostery, disconnect) you have to whitelist onvasortir or disable those addons
Honuz
Posts: 3
Joined: Fri May 01, 2015 11:15 am

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by Honuz »

Hi guys,

Website : http://paris.onvasortir.com/
The website has been updated to fight Adblock, something like "SmartAdServer" has been added and a js script added "FuckAdblock.js" :twisted:
Did someone succeed in accessing the website while Adblock is active ? Cause i tried many things without success...
Ps : yes my lists are up to date... :D
freshhh
Posts: 11
Joined: Mon Dec 01, 2014 2:58 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by freshhh »

still not fixed
freshhh
Posts: 11
Joined: Mon Dec 01, 2014 2:58 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by freshhh »

Greasemonkey script:
https://greasyfork.org/fr/scripts/9614-ovsembedded

Code: Select all

// ==UserScript==
// @name        OVSEmbedded
// @namespace   OVSEmbedded
// @langue      french
// @description Supprime les pubs et traceurs d'OVS,sans désactiver Adblock
// @require     http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js
// @include     https://addons.mozilla.org/fr/firefox/addon/greasemonkey/
// @include     http://*.onvasortir.com/*
// @version     1
// @run-at      document-start
// @grant       none
// ==/UserScript==



function fuckJamirokai()
{
$("script").each(function(){
  var content=this.innerHTML;
  if (content.contains("sas") 
  || content.contains("smart")
  || content.contains("eStat_")
  || content.contains("analytics")
  || content.contains("ubicon"))
  {
    $(this).remove();
  }
});
}


document.addEventListener('DOMContentLoaded', fuckJamirokai, false);
window.addEventListener ("load", pageFullyLoaded);
Honuz
Posts: 3
Joined: Fri May 01, 2015 11:15 am

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by Honuz »

Is GreaseMonkey mandatory, ABP can't get rid of it alone ?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by mapx »

test

Code: Select all

@@||ww62.smartadserver.com^$domain=onvasortir.com
@@||sascdn.com$script,domain=onvasortir.com
azerty35
Posts: 4
Joined: Wed May 06, 2015 2:40 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by azerty35 »

It doesn't work now...
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by mapx »

try adding also

Code: Select all

@@||onvasortir.com^$script
azerty35
Posts: 4
Joined: Wed May 06, 2015 2:40 pm

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by azerty35 »

That's ok now, thank you !
Honuz
Posts: 3
Joined: Fri May 01, 2015 11:15 am

Re: onvasortir ==> Can't access to a site if ABP is activated

Post by Honuz »

Thankkkkssss .. :D
Locked