Greasy Fork is available in English.

2012 google logo

unFlattens the logo

// ==UserScript==
// @name         2012 google logo
// @namespace    http://exemplo.com
// @version      1.0
// @description  unFlattens the logo
// @match        https://oldgoogle.neocities.org/2013.*
// @grant        none
// @license      MIT
// ==/UserScript==

document.querySelector('#logo img').src = "https://googlewebhp.neocities.org/nav_logo224_hr.png";