Description of the issue:
Brave hides the vimium
“overlay”.
I’m using the vimium
extension, but Brave seems to hide the overlay from that extension.
When you press f
, vimium
adds a div
to the html
with vimiumHintMarkerContainer
id. When I inspect it I can see this CSS applied to it:
html > div ~ div:last-of-type {
display: none !important
}
From this in the HEAD:
<style>html > div ~ div:last-of-type { display: none !important }</style>
Any reason for having that?
Steps to Reproduce (add as many as necessary): 1. 2. 3.
To reproduce:
- Install
vimium
- Go to google and search for something.
- Press
f
on your keyboard
Actual Result (gifs and screenshots are welcome!):
vimium
overlay not visible (display: none !important
)
Expected result:
Be able to see the vimium
overlay
Reproduces how often:
everytime
Brave Version(about:brave):
Version 0.65.118 Chromium: 75.0.3770.80 (Official Build) (64-bit)
Reproducible on current live release (yes/no):
Yes? My browser is up to date if that’s what you are asking.
Additional Information:
macOS Mojave - 10.14.2