A new userstyle
everything by ubranch
Details
Authorubranch
LicenseNo License
Category^(http|https):\/\/[\w-]+(\.[\w-]+)+([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?$
Created
Updated
Size2.4 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 everything
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("^(http|https):\\/\\/[\\w-]+(\\.[\\w-]+)+([\\w.,@?^=%&:/~+#-]*[\\w@?^=%&/~+#-])?$") {
* {
-ms-overflow-style: none!important;
}
*:not(pre, pre *, code, .far, .fa, .glyphicon, [class*="vjs-"], .fab, .fa-github, .fas, .material-icons, .icofont, .typcn, mu, [class*="mu-"], .glyphicon, .icon, .material-icons-extended, .google-material-icons, .ms-Button-icon, [data-icon-name], .codicon, [class*="icon-"], .ms-Icon, .notion-code-block *, .w3-code, .w3-code *, .w3-code *, .w3-codespan, [jsshadow] *, .google-symbols, [aria-labelledby="file-name-id-wide file-name-id-mobile"] *, .code-wrap *, .file-header *, .js-file-content *, #app-command *, #bucket-command *, .monaco-editor *, [class*="Xterm-"] *, #playground *, .loading *, .SVELTE_HYDRATER *, [class*="fa"], [class*="la-"], .code-view *, [class*="google-material-icons"], .cm-editor *, .js-gist-file-update-container *, [class*="mdc-icon-"], mwc-icon-button-toggle *, [class*="material-symbols-"], [class*="i-"], mwc-icon-button *, [class*="fe fe-"], [class*="docon-"], [id*="editor_"], .ds-icon, [class*="-icon"], .js-comment-container *, .fa *, md-icon, [class*="bx bx-"], [class*="bx bxs-"], [id*="editor-container"] *, [class*="glyphicon "], table.code *, [class*="Code"] *, [class*="xterm-screen"] *) {
font-family: Inter!important;
font-style: normal!important;
-webkit-text-stroke: 0.02px;
text-stroke: 0.02px;
}
textarea,
textarea *,
code,
code *,
[aria-labelledby="file-name-id-wide file-name-id-mobile"] *,
.file-header *,
.code-wrap *,
.js-file-content *,
#app-command *,
#bucket-command *,
.monaco-editor *,
[class*="Xterm-"] *,
#playground *,
.SVELTE_HYDRATER *,
.code-view *,
.cm-editor *,
.js-gist-file-update-container *,
.syntaxhighlighter *,
[id*="codecell"] *,
.js-comment-container *,
.plain *,
[id*="editor-container"] *:not([class*="glyphicon "]),
[id*="textareawrapper"] *,
table.code *,
[class*="Code"] *,
[class*="xterm-screen"] *{
font-family: "JetBrainsMono Nerd Font Mono"!important;
font-style: normal!important;
}
*::-webkit-scrollbar {
display: none;
}
* {
-ms-overflow-style: none;
scrollbar-width: none;
}
}