百度

test 百度

// ==UserScript==
// @name        百度
// @namespace   
// @description test 百度
// @include     *://www.baidu.com/*
// @grant       none
// @version   1.0.2
// @icon    http://img3.imgtn.bdimg.com/it/u=415649817,3173582892&fm=21&gp=0.jpg
// ==/UserScript==
(function () {
 document.getElementById('s_lg_img').src = 'https://www.google.com.hk/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png';
})();