pcgameshardware.de

German supplemental subscription
Locked
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

pcgameshardware.de

Post by Mumpfi3k »

Hi,

im trying to red rid of a Table Item (?) on a Site, that has a dynamic Position.

On a German Site, www.pcgameshardware.de, there are "Schnäppchen", its basically just Text-Ads, but im not able to get rid of it, because the Text is always different (apart from the Word "schnäppchen") and the dynamic Position.

When i use Filters like

Code: Select all

pcgameshardware.de##.stickyBox + * + * + * + * + * + *
pcgameshardware.de##.stickyBox + * + * + * + * + * + * + * *
pcgameshardware.de##.stickyBox + * + * + * + * + * + * + * + *
pcgameshardware.de##.stickyBox + * + * + * + * + * + * + * + * + * *
they are removed, but just for a while. After a while they appear again due to different location. Ive even tried 'collecting' those Filters, doesnt work. And i end up having Empty Lines or just colored Textboxes. (where the Text would appear). I can deal with it when the Table is not properly colored.

There are no Scripts on the Site that might give (me) a hint that they could inject this into the Table, so im guessing, its maybe fixed somewhere in a Script. I dont have the Skill to find this out by myself...

So my general Question is: Is it possible to Filter/Hide things like that at all?


Thanks for any help/suggesstion.
Moved from Ad Blocking Topics to EasyList Germany on Wed Jul 18, 2018 2:14 pm by smed79

User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Try

Code: Select all

pcgameshardware.de#?#.item.noImg.odd:-abp-contains(Schnäppchen)
Extended CSS selectors (Adblock Plus specific)
https://adblockplus.org/filter-cheatshe ... eemulation
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post by Mumpfi3k »

Thanks a lot, but seem not to work all the Time with Firefox. The Table Entry was gone, but after around 1 Hour it returned (on a different Position)

Seems i have to track it down if another extension might cause Problems.

I use Firefox 56.0.2, because Quantum just s.... and most of my Extensions i use are not avaible/possible anymore.

Will compare it to Vivaldi.
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post by Mumpfi3k »

I cant edit my previous Post anymore, but a Problem causing Extenstion is definitly not the cause.

The String appeared with both Browers.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Test in the portable last version of firefox + ABP https://adblockplus.org/

If does not work, provide some examples of pages.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post by Mumpfi3k »

Still not working. By Logic and the ABP Function it should work.

There is no Example from me required, just go to the Site and you have a Realtime one.

Here is a Screenshot anyway. Naked Firefox Portable and ABP as requested above, shows no difference, so i made the Screenshot with my normal Browser.

https://abload.de/img/pcghscreen1nlcva.png
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Ok, test again

Code: Select all

pcgameshardware.de#?#.item.noImg:-abp-contains(Schnäppchen)
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post by Mumpfi3k »

Was gone, now back... thats weired. I think it has to do something with odd/even.
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

try

Code: Select all

pcgameshardware.de#?#.item.noImg:-abp-has(.red)
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post by Mumpfi3k »

It seems its not possible to Filter it. Something in it must be dynamic
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post by Mumpfi3k »

Small Update:

I have these atm in UBlock, not ABP. (ABP i use 2.9.1, older, outdated Version, i use ABP only for custom Ad-Blocking or removing stuff like this, UBlock for "normal" blocking")

Code: Select all

pcgameshardware.de#?#.item.noImg.odd:-abp-contains(Schnäppchen)
pcgameshardware.de#?#.item.noImg:-abp-contains(Schnäppchen)
pcgameshardware.de##.item.noImg.odd.at_premium:-abp-contains(Schnäppchen)
I hardly see this annyoing "Schnäppchen" Entrys. I didnt noticed Errors, apart from the coloring of the Table)
Janmm14
New Member
New Member
Posts: 6
Joined: Sat Sep 02, 2017 3:32 pm

Post by Janmm14 »

There are other types of embedded advertisments too which are articles marked as advertisment.
To stop those from showing up, I suggest using "[Anzeige]" as word filter instead of "Schnäppchen".

Also I suggest removing .odd from your filters as ads can also be on even. Don't know whats the question mark between the ## mean.

Additionally below each article there's a link marked as "Reklame".
Should be blockable by

Code: Select all

pcgameshardware.de##div.affiliateBelowArticle
Example page:

Code: Select all

http://www.pcgameshardware.de/Kingdom-Come-Deliverance-Spiel-16151/News/warhorse-rollenspiel-dlc-turnier-1264175/
Locked