Skip to content

make br great again by d3n1c1d3

Screenshot of make br great again

Details

Authord3n1c1d3

LicenseNo License

Categorygithub.com/openstyles/stylus

Created

Updated

Code size451 B

Code checksum976ed5f7

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes BR Tags Visible with an red bar on all websites

Notes

change log

2024-04-11

style created and published on userstyles.world

Source code

/* ==UserStyle==
@name           showing br tags
@namespace      github.com/openstyles/stylus
@version        2024-04-11_12.04
@description    A new userstyle
@author         d3n1c1d3
==/UserStyle== */

@-moz-document url-prefix("http") {
	br {
		background-color: red;
		content: "";
		height: 12px;
		display: block;
		margin-bottom: 12px;
		margin-top: 12px;
		flex-wrap: unset;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

Reviews

No reviews yet.