Skip to content

f1calendar.com clean by sonho

Details

Authorsonho

LicenseNo License

Categoryf1calendar.com

Created

Updated

Code size1.1 kB

Code checksumda33a82c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Clean

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       f1calendar.com clean
@version    20250429.10.59
@namespace  ?
==/UserStyle== */

@-moz-document domain("f1calendar.com") {
.support-btn {
  display:none;
}

div.grid:has([href*="/generate"]) {
  display: none;
 
}

#bmc-wbtn {
 display: none !important; 
}

#events-table {
  font-size: 18px;
}

#events-table > .line-through {
/*   opacity: 0.4;
  text-decoration-line: none; */
  display: none;
}

#events-table th:has(.bg-yellow-500) {
  justify-content: flex-start;
}
/* NEXT */
#events-table tbody .bg-yellow-500 {
  display: flex;
	align-items: center;
  font-size: 1.1rem;
  font-weight: normal;
  background: none;
  color: red;
  border: none;
  text-transform: lowercase;
}

#events-table tbody .text-yellow-600  {
  color: white;
}

#events-table tbody > .line-through {
  opacity: 0.4;
  text-decoration-line: none;
}

#events-table tbody > .line-through+tr td:first-child:before {
  content: '🔜';
  font-size: 2rem;
}

div div.bg-red-600:has([aria-label="Settings"]) {
  background:none;
}

body > div.w-full.hidden:has([for="site"]) {
  display: none;
}
  
}

Reviews

No reviews yet.