-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to hide the .highlightMenu #20
Comments
Thanks! Will get this added in. |
See #25 |
Yep, fixed with #25. Will go out in v1.4. |
Does this still work ? I've enabled it in preferences, but don't see the desired effect. Tested on latest chromium and firefox. |
Hmm, looks like it isn't working for me anymore either. Taking a look... |
Looks like this might be broken again, I'm seeing the popup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add an option to hide the .highlightMenu when you're selecting something.
I would make a PR but for some reason the extension doesn't work if I load it locally. You can just do something like
document.querySelector('.highlightMenu').style.display = 'none';
.Great work btw 👍
The text was updated successfully, but these errors were encountered: