Greasy Fork

Google Blue promo Box Remover

removes the blue promo box

当前为 2015-05-30 提交的版本,查看 最新版本

// ==UserScript==
// @name        Google Blue promo Box Remover
// @namespace   1.0
// @description removes the blue promo box 
// @include     https://www.google.com/?noj=1
// @include     https://www.google.*
// @version     1 
// ==/UserScript==

var child = document.getElementById('pushdown');
child.parentNode.removeChild(child);

/*follow me on twitter exce1l */