Disables status bubble
st.yandex-team.ru/ by ovsds
Details
Authorovsds
LicenseNo License
Categoryutility visual
Created
Updated
Size321 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 st.yandex-team.ru/BI-5687 - Jul 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://st.yandex-team.ru/") {
div.Bubble {
display: none !important
}
}