Wouldn't ask if I really couldn't find an answer. So here is my problem. A website I use, uses a loophole around uBlock, it uses a script to overlay a random generated element class such as:
<div class="lcelqilne1471483619510ttupv"></div>
<div class="xgdxts1471483770461tkbfjhcr"></div>
The string changes every time, so selecting it makes it impossible on a constant basis. This class overlays the website, forcing you to click it and receive a popup/ad, that some how uses Base64 exploit or something to bypass and display a working popup/newtab. However it does have CSS variables that in theory can select the class/ID. I however have no Idea how to do it with javascript/jQuery(with greasemonkey). The popup is also invisible.
display: block !important;
visibility: visible !important;
top: 0px !important;
left: 0px !important;
position: absolute !important;
z-index: 999999 !important;
To simplify what I am asking, I would like to select this element based on its CSS attributes and not the name of the element, then hide/block it. http://prntscr.com/c7474u
.lengthof theclassNamethe same at each newdocument? Do otherclassNames contain only lowercase letters and numbers?