A new userstyle
storage.googleapis.com - Apr 2024 by Hashir
Details
AuthorHashir
LicenseNo License
Categorystorage.googleapis.com
Created
Updated
Size563 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name storage.googleapis.com - Apr 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("storage.googleapis.com") {
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
* {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
}
}