Makes BR Tags Visible with an red bar on all websites
make br great again by d3n1c1d3
Details
Authord3n1c1d3
LicenseNo License
Categorygithub.com/openstyles/stylus
Created
Updated
Size451 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}