Hides the popup menu that appears when you highlight text in an article. Use if it you never found yourself using any of the actions on that menu!
Feedly - hide popup menu by danielrozenberg
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/148446.user.css
Details
Authordanielrozenberg
LicenseCC0-1.0
Categoryfeedly
Created
Updated
Size461 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Feedly - hide popup menu
@namespace USO Archive
@author Daniel Rozenberg
@description Hides the popup menu that appears when you highlight text in an article. Use if it you never found yourself using any of the actions on that menu!
@version 20170920.23.45
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("feedly.com") {
#popupPart .fx.popover {
display: none !important;
}
}