Skip to content

TBS Enhanced by lenicyl

Details

Authorlenicyl

LicenseNo License

Categoryuserstyles

Created

Updated

Code size764 B

Code checksum9db107fc

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

TBS Enhanced

About

The current website is awful, like really really awful
This Userstyle aims to fix parts of it.

This userstyle will obviously not make the website look good all of a sudden, but it will look better.

Features

Currently a WIP

  • Remove the annoying application status and admission status
  • Remove the birthdays

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         TBS Enhanced
@version      20220209.09.19
@namespace    userstyles.world/user/lenicyl
@description  # TBS Enhanced

## About
The current website is *awful*, like really really awful
This Userstyle aims to fix parts of it. 

This userstyle will obviously not make the website look good all of a sudden, but it will look *better*.

## Features
_Currently a WIP_

- Remove the annoying application status and admission status
- Remove the birthdays 

@author       lenicyl
@license      No License
==/UserStyle== */

@-moz-document domain("thebishopsschool.org") {
#PickDiv1,
#PickDiv {
    display: none;
}

div.page-content:nth-child(2) > table:nth-child(6) > tbody:nth-child(1) {
    display: none;
}
}

Reviews

No reviews yet.