Greasy Fork

2013 google logo

Flattens the logo

当前为 2023-06-05 提交的版本,查看 最新版本

// ==UserScript==
// @name         2013 google logo
// @namespace    http://exemplo.com
// @version      1.0
// @description  Flattens 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";