So I already blocked the ads themself using ad block plus in chrome but now I suddenly have that ugly "Remove this ad" message in my sidebar. Does anybody know how I can get ride of it? If I try to block it by clicking in ABP on it, the whole sidebar disappears - can anybody please give me the filter itself I have to add in ABP?
/*removes "remove this ad!" */
a[href='/cashshop.php?act=gold']{
display: none;
}
edit: oh I'm not sure about sidebar, this removes the one at the top of the page.
I already have this code in my customCSS but I still see the "Remove This Ad" message in my sidebar - can't see it on the top of the page though :/
That code sadly didn't help neither :c
I'm not sure about the sidebar one and it's not something I can test easily :x what browser are you using?
Thank you so much for your help. I am using Chrome. I can't even switch the widgets to get the message to the bottom of my sidebar x_X
just going to guess here at what could make it go away and then if that doesn't work I might need you to do a few things haha
try /*removes "remove this ad!" */
a[href='/cashshop.php?act=gold']{
display: none;
}
or
/*removes "remove this ad!" */
a[href='https://subeta.net/cashshop.php?act=gold']{
display: none;
}
Think you asked about this on the other thread, this should remove the remove this ad link
Just cleared my cookies & cache but it still doesn't work Dx I never saw that message until today. I didn't updated or did anything else in chrome...
Aaaah thank you so very much! I just added them both and now the message is gone. Thank you so, so very much ❤
not sure if it was the change to the id selector or the url is in full form instead of the short form. I think there are browser differences in urls sometimes which messes up css. glad that worked, it woulda gotten messier if that didn't work :P
I am so happy it worked (it wasn't very nice to look at that message right above my active pet x'D) Thank you so much again^^