Feature to Delay execution #78
mattwinans
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
@mattwinans I attempted the following (in Chrome browser on Linux):
Some of the elements that are targeted in those CSS selectors ( Can you provide some more information with screenshots (and probably HTML structure) and appropriate steps to reproduce? If we are able to reproduce the issue, then it should be fixable :-) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, thank you for the amazing extension! I use it every day.
Some websites, namely advertisements, use javascript to inject CSS right after the page has loaded. Is there a way to delay the execution of the Live CSS Editor by a number of seconds? I've been required to open & close the editor after these types of pages load.
e.g. to block ads on this page:
https://www.dextools.io/app/bsc/pair-explorer/0x5a8170ad4700558b05f3a6668ff5e77b11b88db8
app-mini-banner { visibility: hidden !important; } div.text-center.d-sm-none.d-md-none.d-lg-none.d-lg-block, .container-2yI8A9Vu, .container-RYiwcUsM { display:none !important; }Thank you again!
Beta Was this translation helpful? Give feedback.
All reactions