ELEMHIDE enable content

Everything about using Adblock Plus on Google Chrome
Post Reply
MaSousa
Posts: 2
Joined: Sun Sep 30, 2018 7:59 pm

ELEMHIDE enable content

Post by MaSousa »

I am using ABP on Google Chrome and I have trouble on a website because ABP blocks content that is not advertising.

Example:

Code: Select all

https://www.opensubtitles.org/en/subtitles/7492689/the-last-ship-el-puente-pt
I want to enable this content :
https://www79.zippyshare.com/i/qZ3y0qbV/18593/1111.jpg

(ELEMHIDE) opensubtitles.org##fieldset > table[style="width:100%;"] > tbody > .change

I try this : @@||opensubtitles.org^$elemhide but in addition to unlocking this part, it also unlocks other.
So what code should I use just to unlock that part of the site?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: ELEMHIDE enable content

Post by mapx »

if you want an exception for that filter just use:

Code: Select all

opensubtitles.org#@#fieldset > table[style="width:100%;"] > tbody > .change
MaSousa
Posts: 2
Joined: Sun Sep 30, 2018 7:59 pm

Re: ELEMHIDE enable content

Post by MaSousa »

mapx wrote:if you want an exception for that filter just use:

Code: Select all

opensubtitles.org#@#fieldset > table[style="width:100%;"] > tbody > .change
Tested and now it works fine.
Thanks mapx!
Post Reply