Skip to content

Google 2013 logo by ShenkaMan

Screenshot of Google 2013 logo

Details

AuthorShenkaMan

LicenseNo License

CategoryGoogle

Created

Updated

Size880 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Includes Google's logo from 2013 instead of the current logo. Made using artificial intelligence.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Google 2013 logo
@namespace    https://www.google.com
@version      1.0.5
@description  Includes Google's logo from 2013 instead of the current logo. Made using artificial intelligence.
@author       ShenkaMan
==/UserStyle== */

@-moz-document url("https://www.google.com/") {
    #hplogo {
        display: none !important;
    }

    .LLD4me .rSk4se img {
        display: none !important;
    }

    body::before {
        content: url('https://web.archive.org/web/20150305004303im_/http://www.google.com/images/srpr/logo9w.png');
        width: 258px;
        height: 92px;
        display: block;
        position: absolute;
        left: 50%;
        top: calc(50% - 220px);
        transform: translateX(-50%);
        z-index: 1000
    }

    .kKvsb .SuUcIb .DoEL0b {
        display: none !important;
    }
}

Reviews

No reviews yet.