israel7.com

French supplemental subscription

Moderator: Liste AR & FR Mods

Locked
Khrin
EasyList Author
EasyList Author
Posts: 3562
Joined: Fri Mar 26, 2010 8:50 pm

israel7.com

Post by Khrin »

Hi, I've seen some adverts/empty spaces which can be blocked/hidden on http://www.israel7.com/.

Thanks.
User avatar
Lian
Liste FR Author
Liste FR Author
Posts: 462
Joined: Thu Aug 07, 2008 10:14 pm

Post by Lian »

Hi,
Hard to make a short and specific filtering. Tell me if you have a better idea than :

israel7.com##TABLE[style="margin: 0px 0px 10px 15px;"]
israel7.com##IFRAME[src^="http://lagur.com"]
israel7.com##.box2[style^="background-color: rgb(0, 0, 0)"]
israel7.com##.box2[style="padding: 5px; height: 600px;"]
israel7.com##.box2[style="padding: 20px;"]
;-)
Présentation, conseils de blocage et soutien au projet
Michael
Contributor
Contributor
Posts: 4124
Joined: Sun Aug 23, 2009 8:08 pm

Post by Michael »

It is actually more efficient for the styles to be completely listed rather than a small segment chosen and filtered...
User avatar
Lian
Liste FR Author
Liste FR Author
Posts: 462
Joined: Thu Aug 07, 2008 10:14 pm

Post by Lian »

Sorry, what do you mean by "a small segment chosen and filtered" ? What do you recommend in this example ?
Présentation, conseils de blocage et soutien au projet
Michael
Contributor
Contributor
Posts: 4124
Joined: Sun Aug 23, 2009 8:08 pm

Post by Michael »

I was referring to the use of style attribute: when only a section, such as the beginning, end or middle is selected when hiding an area, the rule is far less efficient than if the full attribute is listed. I would also always avoid hiding frames, as they may be more easily blocked. I would therefore suggest using

Code: Select all

||lagur.com/a7fr/scroller.php$domain=israel7.com
israel7.com##.box2
I think that the above filters remove all of the unwanted sections and avoid causing problems for the content, although my French is a little rusty.
User avatar
Lian
Liste FR Author
Liste FR Author
Posts: 462
Joined: Thu Aug 07, 2008 10:14 pm

Post by Lian »

Thanks for the advice about the frames.
But there is a legitimate .box2 element (the newsletter under the facebook block). And I didn't find a single filter which can block several different elements.
israel7.com##TABLE[style="margin: 0px 0px 10px 15px;"] seems also necessary to block the ads under the black header.
Présentation, conseils de blocage et soutien au projet
Michael
Contributor
Contributor
Posts: 4124
Joined: Sun Aug 23, 2009 8:08 pm

Post by Michael »

I would therefore suggest using the filters

Code: Select all

||lagur.com/a7fr/scroller.php$domain=israel7.com
israel7.com##.box2[style="padding: 5px; height: 600px;"]
israel7.com##.box2[style="background-color: rgb(0, 0, 0); height: 250px;"]
israel7.com##table[style="margin: 0px 0px 10px 15px;"]
israel7.com##.box2[style="background-color: rgb(0, 0, 0); padding: 20px;"]
When a style is listed, it is more efficient for it to be listed in its entirety than for a section of the attribute to be referenced; in other words, [style= is far better than [style$= and [style^=, and all are most assuredly preferable to [style*=.
User avatar
Lian
Liste FR Author
Liste FR Author
Posts: 462
Joined: Thu Aug 07, 2008 10:14 pm

Post by Lian »

Ok all above filters are added
Tous les filtres ci-dessus ajoutés
:)
Présentation, conseils de blocage et soutien au projet
Locked