A new userstyle
? by deannaschulz-TAM
Details
Authordeannaschulz-TAM
LicenseNo License
Categorysticky
Created
Updated
Code size267 B
Code checksuma94d8d16
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("wetravel.com") {
#header-sticky {
display: none !important;
}
}