The grid is kind of hard to read, so let's put that has one entry per line.
tvinsider.com - Schedule in list by mkody
Details
Authormkody
LicenseNo License
Categorytvinsider
Created
Updated
Size415 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 tvinsider.com - Schedule in lines instead of a grid
@version 20231102.07.59
@namespace ch.kdy.tvinsider-schedule-grid
==/UserStyle== */
@-moz-document regexp("https?://www.tvinsider.com/network/(.+)/schedule.*") {
.show-grid {
display: block;
margin: 0 5em;
overflow: hidden;
}
.show-grid > a {
border: none !important;
background-color: transparent !important;
}
}