Google Search -> Google Alart
by
pmint
2012-09-17 [2012/09/17 05:11:41]
Google検索結果のクエリーをGoogleアラートに渡す
@@ -7,5 +7,5 @@
location.href = 'http://www.google.com/alerts?hl=ja&gl=jp&q='
+ encodeURIComponent(
- (location.href.match('http://www\.google\.com/search.*')) ? location.href.match('[\?&]q=([^&]*)')[1] : document.getSelection()
+ (location.href.match('http://www\.google\.(?:com|co\.jp)/search.*')) ? location.href.match('[\?&]q=([^&]*)')[1] : document.getSelection()
);
/*
* @title Google Search -> Google Alart
* @description Google検索結果のクエリーをGoogleアラートに渡す
* @license MIT License
*/
location.href = 'http://www.google.com/alerts?hl=ja&gl=jp&q='
+ encodeURIComponent(
(location.href.match('http://www\.google\.(?:com|co\.jp)/search.*')) ? location.href.match('[\?&]q=([^&]*)')[1] : document.getSelection()
);
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。