Removes placeholder text from search bar in Google Keep and Google Contacts.
目前為
// ==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*
// @include *contacts.google.com*
// @version 1.1
// @grant none
// ==/UserScript==
document.getElementById("gbqfq").placeholder = "";