Skip to content

ctext.org - remove td 123 by connor-yang96

Details

Authorconnor-yang96

LicenseNo License

Categoryhttps://ctext.org/

Created

Updated

Size446 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

remove td 123

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         remove ctext of td 123
@namespace    https://ctext.org/
@description  remove td 123
@author       connor yang
@homepageURL  
@supportURL   
@version      0.0.1
@license      MIT
@preprocessor stylus

@-moz-document domain("ctext.org") {
.sprite-photo div {
  display:none !important;
}

td:nth-child(1) > a {
    display:none !important;
}

td:nth-child(1) {
    display:none !important; 
}
}

Reviews

No reviews yet.