Skip to content

SpreadsheetWarrior by austinhasten

Details

Authoraustinhasten

LicenseNo License

Categoryuserstyles, wsm

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hello /r/strongman

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         SpreadsheetWarrior
@version      20220524.16.23
@namespace    userstyles.world/user/austinhasten
@description  Hello /r/strongman
@author       austinhasten
@license      No License
==/UserStyle== */

@-moz-document domain("theworldsstrongestman.com") {
h2
, .headerWrap
, div[class*="TimeZones"]
, ul[class*="SocialGlobal"] /* Hide social media sidebar */
, .gatsby-image-wrapper /* Hide headshots */
{
  display: none;
}

:not(.Scoring__StyledDesktopTable-sc-1om8ekx-0 *) 
{
visibility: hidden;
}

.Scoring__StyledDesktopTable-sc-1om8ekx-0 *
{
visibility: visible;
}
.Scoring__StyledDesktopTable-sc-1om8ekx-0
{
    padding: 0 !important;
}

button[class*=Scoring__ButtonStyle] /* Headers on each group */
{
    all: unset
}

div[class*=Scoring__Container] /* Headers on each group */
{
    padding-top: 5px !important;
}

svg * /* Expand arrows */
{
    display: none;
}

tr *:not(th) {
    height: 0.5em !important;
    padding-top: 0px !important;
    padding-bottom: 12px !important;
}
tr th {
    height: 0.5em !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

th:nth-child(3), td:nth-child(3) {
  display: none
}
}

Reviews

No reviews yet.