I wonder what is ::content
in a css rule ?
The thing is that when I use AdBlock Plus(for chrome), it seems that it will add a css rule to my websites, as below:
It will make the dom hidden (display: none
), and I try to reset the css to make it seen using setTimeout
, but I failed, both csses (the ABP adds and I add) work, so the dom is still not seen.
I check the css the ABP adds, finding ::content, I wonder it's the reason why I cannot reset the css rules, but after google, I find nothing useful.
So I come here to see if there is someone to help me! With great thanks!