Hide WSOP poker tournaments for which registration is already closed.
WSOP Hide Closed Registration by Nerdsie
Details
AuthorNerdsie
LicenseNo License
Categoryhttps://www.wsop.com/tournaments/
Created
Updated
Size296 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 WSOP Hide Closed Registration
@version 20240606.14.12
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.wsop.com/tournaments/") {
tr:has(> td > div[style="color:#009900;"]),
tr:has(> td > div[style="color:#666666;"]) {
display: none;
}
}