Hide text-selection share popover
Hide Share Popover by kissaki
Details
Authorkissaki
LicenseAGPL-3.0
Categorynewsletter.pragmaticengineer.com
Created
Updated
Size436 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 Hide Share Popover - newsletter.pragmaticengineer.com
@namespace kcode.de/stylus/newsletter.pragmaticengineer.com/hide-share-popover
@version 1.0.0
@description Hide text-selection share popover
@author Jan Klass
==/UserStyle== */
@-moz-document domain("newsletter.pragmaticengineer.com") {
.frontend-components-selection_popover-module__popover--rjfPU { display: none; }
}