meow meow
Meow 2.0 by itayganor
Details
Authoritayganor
LicenseNo License
Categorymeow
Created
Updated
Size632 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 www.elal.com/AvailabilityOnFlightsWeb
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.elal.com/AvailabilityOnFlightsWeb") {
/* Insert code here... */
td.amount[title="יש מקום"] {
background: #dbffdb;
&[style="color: red"] {
background: #ffe6e6;
}
}
table.availabilities tbody tr:not(:has(td.amount[title="יש מקום"])) {
display: none;
}
table tbody td {
padding-block: .5em;
}
}