Replaces Google Logo with Poogle
Poogle by snowcatridge10
Details
Authorsnowcatridge10
LicenseAGPL v3.0
Categoryfunny
Created
Updated
Size5.7 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 Poogle
@namespace Poo
@author Poo_Guy
@description Poo
@version 1.0
@license AGPL_v3.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("google.co.uk"), domain("google.com.ng"), domain("google.as"), domain("google.ca"), domain("google.es"), domain("google.de"), domain("google.com.au"), domain("google.fr"), domain("google.it"), domain("google.co.jp"), domain("google.ru"), domain("google.com.ar"), domain("google.com.sg"), domain("google.co.cr"), domain("google.com.tw"), domain("google.com.tr"), domain("google.at"), domain("google.ba"), domain("google.com.br"), domain("google.bs"), domain("google.ch"), domain("google.cz"), domain("google.dk"), domain("google.com.eg"), domain("google.fi"), domain("google.com.hk"), domain("google.hr"), domain("google.gr"), domain("google.ie"), domain("google.co.id"), domain("google.co.in"), domain("google.co.il"), domain("google.co.kr"), domain("google.com.lb"), domain("google.com.mx"), domain("google.nl"), domain("google.no"), domain("google.co.nz"), domain("google.com.ph"), domain("google.pt"), domain("google.se"), domain("google.so"), domain("google.co.th"), domain("google.com.ua"), domain("google.co.ve"), domain("google.com.vn"), domain("google.com.gt"), domain("google.com.ec"), domain("google.be"), domain("google.cn"), domain("google.com.cu"), domain("google.pl"), domain("google.sk"), domain("google.cl"), domain("google.com"), domain("google.kz"), domain("google.si"), domain("google.ae")
{
/* The current version is based on code by Delmor_S (https://userstyles.org/styles/92899/the-best-google-logo-my-little-pony-mlp-logo) */
/*******************/
/*** SEARCH PAGE ***/
/*******************/
/* Removing Google doodle */
div.logo a#logo img
{
display: none !important;
}
/* Adding our own doodle */
a#logo
{
width: 116px !important;
height: 38px !important;
max-width: 160px !important;
min-width: 120px !important;
max-height: 48px !important;
min-height: 64px !important;
background-image: url(https://img.funnytab.net/gallery/google/Google_Logo_Poogle.jpg) !important;
background-position: 0px 10px !important;
background-size: 116px 38px !important;
background-repeat: no-repeat !important;
margin-left: 0px !important;
margin-top: 0px !important;
}
/* Align our doodle */
div.logo
{
--margin-left: 0px !important;
--margin-top: 0px !important;
--padding-left: 0px !important;
--padding-right: 0px !important;
top: -5px !important;
left: -125px !important;
}
/* Align search textbox */
form#tsf.tsf .A8SBwf
{
left: 0px !important;
}
#hplogo {
text-indent: -9000px !important;
white-space: nowrap !important;
}
/*******************/
/*** IMAGES PAGE ***/
/*******************/
/* Removing Google doodle */
svg.TYpZOd
{
display: none !important;
}
/* Adding our own doodle */
a.F1hUFe.jbTlie
{
width: 116px !important;
height: 38px !important;
max-width: 160px !important;
min-width: 120px !important;
max-height: 48px !important;
min-height: 64px !important;
background-image: url(https://img.funnytab.net/gallery/google/Google_Logo_Poogle.jpg) !important;
background-position: 0px 10px !important;
background-size: 116px 38px !important;
background-repeat: no-repeat !important;
margin-left: 40px !important;
margin-top: -2px !important;
/*
width: 160px !important;
height: 54px !important;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/e/e9/Firefox_logo_%28horizontal_text%29%2C_2017.svg/512px-Firefox_logo_%28horizontal_text%29%2C_2017.svg.png?20190709164221) !important;
background-position: 0px 0px !important;
background-size: 160px 54px !important;
background-repeat: no-repeat !important;
padding: 0px 0px 0px 0px !important;
top: -8px !important; */
}
/*******************/
/*** VIDEOS PAGE ***/
/*******************/
/* Removing Google doodle */
div.KsfAV a#logo img
{
display: none !important;
margin-left: 40px !important;
margin-top: -2px !important;
}
/*****************/
/*** MAIN PAGE ***/
/*****************/
/* Replace doodle */
img.lnXdpd
{
width: 0px !important;
height: 0px !important;
padding-top: 200px !important;
padding-left: 450px !important;
background: url(https://img.funnytab.net/gallery/google/Google_Logo_Poogle.jpg) no-repeat center !important;
background-size: 272px 92px !important;
background-repeat: no-repeat !important;
position: relative !important;
overflow: visible !important;
top: -50px !important;
}
}
.Pb9hCb {
width: 0px !important;
height: 0px !important;
padding-top: 200px !important;
padding-left: 450px !important;
background: url(https://img.funnytab.net/gallery/google/Google_Logo_Poogle.jpg) no-repeat center !important;
background-size: 40px 40px !important;
background-repeat: no-repeat !important;
position: relative !important;
overflow: visible !important;
top: -50px !important;
}
.gb_Ff {
width: 0px !important;
height: 0px !important;
position: fixed !important;
top: 0;
right: 0;
padding-top: 160px !important;
padding-left: 42px !important;
background: url(https://img.funnytab.net/gallery/google/Google_Logo_Poogle.jpg) no-repeat center !important;
background-size: 42px 42px !important;
background-repeat: no-repeat !important;
overflow: visible !important;
top: -50px !important;
}
.gb_q::before {
content: "Poo";
}
.MV3Tnb::before {
content: "Poo ";
}