a style that removes the schoolagy plus tag from the extention schoolagy plus
remove schoolagy plus tag by users-things

Details
Authorusers-things
LicenseNo License
Categoryschoology
Created
Updated
Code size5.0 kB
Code checksum94669b60
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This is for the extension schoolagy plus IM NOT UPDATING THIS AS I KNOW
Source code
/* ==UserStyle==
@name remove schoolagy plus tag
@namespace github.com/openstyles/stylus
@version 1.0.0
@description a style that removes the schoolagy plus tag from the extention schoolagy plus
@author https://userstyles.world/user/users-things
==/UserStyle== */
@-moz-document domain("schoology.com") {
span .footer-text-enhanced-by {
/* Font & Text */
font-family: "Sgy Muli", Muli, sans-serif;
font-size: 0px;
font-style: normal;
font-variant: normal;
font-weight: 700;
letter-spacing: normal;
line-height: 60px;
text-decoration: none solid rgb(255, 255, 255);
text-align: end;
text-indent: 0px;
text-transform: none;
vertical-align: baseline;
white-space: normal;
word-spacing: 0px;
/* Color & Background */
background-attachment: scroll;
background-color: rgba(0, 0, 0, 0);
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
color: rgba(255, 255, 255, 0);
/* Box */
height: 0px;
width: 0px;
border: 0px none rgba(255, 255, 255, 0);
border-top: 0px none rgba(255, 255, 255, 0);
border-right: 0px none rgba(255, 255, 255, 0);
border-bottom: 0px none rgba(255, 255, 255, 0);
border-left: 0px none rgba(255, 255, 255, 0);
margin: 0px 0px 0px 0px;
padding: 0px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Positioning */
position: static;
top: 15px;
bottom: auto;
right: auto;
left: auto;
float: none;
display: inline;
clear: none;
z-index: auto;
/* List */
list-style-image: none;
list-style-type: disc;
list-style-position: outside;
/* Table */
border-collapse: separate;
border-spacing: 0px 0px;
caption-side: top;
empty-cells: show;
table-layout: auto;
/* Miscellaneous */
overflow: hidden;
cursor: pointer;
visibility: hidden;
/* Effects */
transform: none;
transition: all 0s ease 0s;
outline: rgb(255, 0, 0) dashed 0.951684px;
outline-offset: 0px;
box-sizing: content-box;
resize: none;
text-shadow: none;
text-overflow: clip;
word-wrap: break-word;
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
span .footer-divider {
/* Font & Text */
font-family: "Sgy Muli", Muli, sans-serif;
font-size: 0px;
font-style: normal;
font-variant: normal;
font-weight: 700;
letter-spacing: normal;
line-height: 60px;
text-decoration: none solid rgb(255, 255, 255);
text-align: end;
text-indent: 0px;
text-transform: none;
vertical-align: baseline;
white-space: normal;
word-spacing: 0px;
/* Color & Background */
background-attachment: scroll;
background-color: rgba(0, 0, 0, 0);
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
color: rgb(255, 255, 255);
/* Box */
height: auto;
width: auto;
border: 0px none rgb(255, 255, 255);
border-top: 0px none rgb(255, 255, 255);
border-right: 0px none rgb(255, 255, 255);
border-bottom: 0px none rgb(255, 255, 255);
border-left: 0px none rgb(255, 255, 255);
margin: 0px 0px 0px 0px;
padding: 0px;
max-height: none;
min-height: 0px;
max-width: none;
min-width: 0px;
/* Positioning */
position: static;
top: 12px;
bottom: auto;
right: auto;
left: auto;
float: none;
display: inline;
clear: none;
z-index: auto;
/* List */
list-style-image: none;
list-style-type: disc;
list-style-position: outside;
/* Table */
border-collapse: separate;
border-spacing: 0px 0px;
caption-side: top;
empty-cells: show;
table-layout: auto;
/* Miscellaneous */
overflow: hidden;
cursor: auto;
visibility: hidden;
/* Effects */
transform: none;
transition: all 0s ease 0s;
outline: rgb(255, 0, 0) dashed 0.951684px;
outline-offset: 0px;
box-sizing: content-box;
resize: none;
text-shadow: none;
text-overflow: clip;
word-wrap: break-word;
box-shadow: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
}