Is it possible to remove this leftover on Mail.com? #24971
-
Although I have hidden this div element, it still leaves an empty space due to the following parameter. Is there a way to set it to 0? |
Beta Was this translation helpful? Give feedback.
Answered by
garry-ut99
Aug 20, 2024
Replies: 1 comment 1 reply
-
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#subjectstylearg I don't have an account there, but from your screenshoot, try one of the following: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Mishasama
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#subjectstylearg
I don't have an account there, but from your screenshoot, try one of the following:
mail.com##div.section.section-content.section-1:style(margin-right: 0px !important;)
ormail.com##div.section.section-content.section-1[style]:style(margin-right: 0px !important;)