Hara gg theme by hara28122004
Details
Authorhara28122004
LicenseNo License
CategoryGoogle
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.google.com - 12:54:17, 15/4/2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author hara28122004
@license No License
@advanced text url1 "Background. Go to Messenger -> Sent your image to anyone -> Copy image address of that image -> Paste here" 'https://cdn.wallpapersafari.com/64/44/gYwV8P.jpg'
==/UserStyle== */
@-moz-document regexp("https://www.google.com/") {
/* =================BODY==================== */
body
{
background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, .75), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url(/*[[url1]]*/) !important;
background-size: cover !important;
background-repeat: no-repeat;
background-blend-mode: normal ;
background-attachment: fixed !important;
overflow: hidden !important;
}
*
{
background: none !important;
color: #fff !important;
fill: #fff;
}
/* =====================SCROLL BAR=================== */
::-webkit-scrollbar
{
width: 7px;
}
::-webkit-scrollbar-thumb
{
-webkit-border-radius: 10px !important;
border-radius: 10px !important;
background: rgba(255, 255, 255, .15) !important;
transition: 1s !important;
}
::-webkit-scrollbar-thumb:hover
{
background: rgba(0, 0, 0, .34) !important;
transition: 1s !important;
}
}