今見てるurlのgoogle alert作成画面へジャンプ
/* * @title add google alert * @description 今見てるurlのgoogle alert作成画面へジャンプ * @include http://* * @license MIT License * @require */ location.href = 'http://www.google.co.jp/alerts?hl=ja&t=20&f=0&l=1&e=feed&q=' + location.href;