Skip to content

Burning Series decreased height by blubb557

Screenshot of Burning Series decreased height

Details

Authorblubb557

LicenseMIT

CategoryBurning Series

Created

Updated

Size705 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

basically just removes the top header, the log in form and the ad line at the top, giving you more vertical space

Notes

the site screenshot being bright is just because otherwise people would assume a dark mode is included, too.

Source code

/* ==UserStyle==
@name         bs.to less height by @Blubb557
@version      2023-01-03:18.15
@namespace    userstyles.world/user/blubb557
@description  less vertical height - for all domains of burningseries
@author       Blubb557
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://bs.to"), 
domain("burningseries.ac"), 
domain("burningseries.cx"), 
domain("burningseries.co"), 
domain("burningseries.domains"), 
domain("burningseries.nz"),
domain("burningseries.se"), 
domain("burningseries.sx"), 
domain("burningseries.vc") {

a.banner /*top banner*/, 
form#login /*log in form*/, 
section#ads /*top ad-banner*/
{
  display: none !important; /*removed*/
}
}

Reviews

No reviews yet.