Page 1 of 1

Need to rewrite div section

Posted: Thu Jun 18, 2020 7:07 pm
by esselesse
for example, i hav a blocking div section.

<div id="layer_wrap" class="scroll_fix_wrap fixed layer_wrap" style="width: 1062px; height: 970px;"></div>

i need to replace
"scroll_fix_wrap fixed layer_wrap"
to
"scroll_fix_wrap layer_wrap"

how can i do this with adblock filters?

Re: Need to rewrite div section

Posted: Thu Jun 18, 2020 9:53 pm
by esselesse
UPD.

have this
<div id="" class="ModalMenu PromoVKConnectModal ModalMenu--attached Popup Popup_open">SomeInfo</div>

filtering by

m.siteName.com##.ModalMenu.PromoVKConnectModal.ModalMenu--attached.Popup.Popup_open
does nothing.
what i am doing wrong?