Google Pony Randomizer for Stylus
by
CyberPon3
Get the
pre-made style
or
customize your own:
Use redirect
Use external host
Time between changes (s):
Vinyl Scratch / DJ Pon-3
by
ssumppg
(
Source
)(
Stylish
)
Derpy Hooves/Ditsy Doo
by
ssumppg
(
Source
)(
Stylish
)
Doctor Whooves and Pinkie Pie
by
ssumppg
(
Source
)(
Stylish
)
Starlight Glimmer
by
ThePatrollPL
(
Source
)(
Stylish
)
Coco Pommel
by
ThePatrollPL
(
Source
)(
Stylish
)
Fluffle Puff
by
ThePatrollPL
(
Source
)(
Stylish
)
Maud Pie
by
ThePatrollPL
(
Source
)(
Stylish
)
Twilight's Cane
by
ThePatrollPL
(
Source
)(
Stylish
)
Spitfire
by
ThePatrollPL
(
Source
)(
Stylish
)
Octavia
by
ThePatrollPL
(
Source
)(
Stylish
)
Derpy Hooves
by
ThePatrollPL
(
Source
)(
Stylish
)
Princess Cadence
by
ThePatrollPL
(
Source
)(
Stylish
)
Princess Luna
by
ThePatrollPL
(
Source
)(
Stylish
)
Rarity
by
ThePatrollPL
(
Source
)(
Stylish
)
Twilight Sparkle
by
ThePatrollPL
(
Source
)(
Stylish
)
Pinkie Pie
by
ThePatrollPL
(
Source
)(
Stylish
)
Rainbow Dash - Simple
by
ThePatrollPL
(
Source
)(
Stylish
)
Rainbow Dash
by
ThePatrollPL
(
Source
)(
Stylish
)
Applejack
by
ThePatrollPL
(
Source
)(
Stylish
)
Fluttershy
by
ThePatrollPL
(
Source
)(
Stylish
)
Nightmare Moon
by
ViperDash GTS-R
(
Source
)(
Stylish
)
Trixie
by
ViperDash GTS-R
(
Source
)(
Stylish
)
Shadowbolt
by
Owl-Parchment
(
Source
)(
Stylish
)
Wonderbolt
by
Owl-Parchment
(
Source
)(
Stylish
)
King Sombra 2
by
Owl-Parchment
(
Source
)(
Stylish
)
Sunset Shimmer Pony
by
Owl-Parchment
(
Source
)(
Stylish
)
Crystal Cadence
by
Owl-Parchment
(
Source
)
Website by CyberPon3 (
cyber@cyberpon3.net
)
1. Install plugin
In order to be able to add a logo, you must have a browser plugin allowing to add custom user styles for websites.
For ex.
Stylus
. You can find it for the following browsers:
Google Chrome
-
https://chrome.google.com/webstore/detail/clngdbkpkpeebahjckkjfobafhncgmne
Mozilla Firefox
-
https://addons.mozilla.org/firefox/addon/styl-us/
Opera
-
https://addons.opera.com/extensions/details/stylus
Warning: There's an older plugin called "Stylish" that's known to track users and steal their information, avoid it at all costs.
2. Add style
/* ==UserStyle== @name Random Google Ponies @description Replaces the Google logo with a random pony themed version. @namespace https://styles.cp3.es/random-google-ponies @version 1.0.1 @author CyberPon3 (https://cyberpon3.net) @homepageURL https://styles.cp3.es/random-google-ponies @supportURL https://cyberpon3.net @license MIT ==/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") { /** * Randomized Google Pony Logos * * Stylesheet and randomization service by CyberPon3 * Art by ssumppg, ThePatrollPL, ViperDash, and Owl-Parchment * * https://googleponies.cyberpon3.net */ /** * Large logo on google homepage */ /* Replace the original logo if it isn't a daily doodle. */ #hplogo[alt^=Google], .lnXdpd[alt^=Google] { content: url('<<||LOGOURL||>>'); height: 184px; } /* Fix the sizing. */ .rSk4se { max-height: 184px; } /** * Small logo on search results page */ /* Replace the original logo. */ #logo img { content: url('<<||LOGOURL||>>'); margin: -12px -12px; height: auto; width: 138px; } /* Allow overflow. */ .logocont #logo, .logo #logo { overflow: visible; } /** * Small logos on a lot of google sub-pages (translate, finance, podcasts, etc) */ .gb_pc .gb_be { height: 48px; width: 148px; display: inline-block; vertical-align: middle; } .gb_pc .gb_be:before { height: 48px; width: 148px; content: ' '; background-repeat: no-repeat; background-image: url('<<||LOGOURL||>>'); background-size: contain; background-position: center center; } /** * Large logo on google books homepage */ #oc-search-image-box { padding-top: 20px; } #oc-search-image { height: 200px; width: 500px; background-image: url('<<||LOGOURL||>>') !important; background-size: contain; background-position: center center; } #oc-search-logo { left: 155px; top: 150px; font-size: 20px; } }