Remove Google Bar Default Search Box Text

Removes placeholder text from search bar in Google Keep and Google Contacts.

目前为 2015-11-06 提交的版本。查看 最新版本

// ==UserScript==
// @name        Remove Google Bar Default Search Box Text
// @namespace   n/a
// @description Removes placeholder text from search bar in Google Keep and Google Contacts.
// @include     *keep.google.com*, *contacts.google.com*
// @version     1.1
// @grant       none
// ==/UserScript==

document.getElementById("gbqfq").placeholder = "";