After extensive research, I have yet to find a solution. Let's say there is a div structured like this:
div[data-role="form-footer"]
What would be the most effective method for hiding it, and can it be done using CSS?
I've tried the following approach without success (most likely due to the fact that the form div is inserted via a script):
#form div[data-role="form-footer"] {
display: none !important;
}
The data-roll attribute only appears on the website's web version. In the code, it is injected through script tags