/*
* @title Google で「""」をつけて検索し直す
* @description 携帯だとこの作業がやたらめんどいので。
* @include http://www.google.tld/search*
* @include https://www.google.tld/search*
* @license MIT License
*/
location.href=location.href.replace(/([\?&]q=)([^&]*)/, "$1%22$2%22");