Outlook.com - hide text select popup.
Outlook.com - hide text select popup by PushkaCom

Details
AuthorPushkaCom
LicenseMIT
Categoryoutlook
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Outlook.com - hide text select popup
@version 20250306.99.5
@namespace english
@description Outlook.com - hide text select popup.
@author pushka
@license MIT
==/UserStyle== */
@-moz-document domain("outlook.office365.com") {
/* ==UserStyle==
@name Outlook.com - hide text select popup
@description Outlook.com - hide text select popup.
@namespace english
@homepageURL https://userstyles.world/style/17092
@supportURL https://userstyles.world/style/17092
@author pushka (https://userstyles.world/user/PushkaCom)
@license MIT
==/UserStyle== */
/*
Pushka - greasy fork list of JS styles
https://greasyfork.org/en/users/9788-ben-pushka
url
https://userstyles.world/user/PushkaCom?page=1&sort=newest
ms-Callout-container container-373
html .ms-Callout-container .ms-Callout:not(.ms-ContextualMenu-Callout):not(.ms-FloatingSuggestions-callout):not(#searchSuggestionsCallout)
*/
html .ms-Callout-container .ms-TooltipHost
{ display: none !important ; }
}