2012 google logo fix

deFlattens the logo

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         2012 google logo fix
// @namespace    http://exemplo.com
// @version      1.0
// @description  deFlattens the logo
// @match        https://oldgoogle.neocities.org/2013/
// @grant        none
// @license      MIT
// @Include      https://oldgoogle.neocities.org/2013.*
// ==/UserScript==

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