Twitter SSS
by
noromanba
2012-11-10 [2012/11/10 04:18:07]
Twitter realtime social stream search
/*
* @title Twitter SSS
* @description Twitter realtime social stream search
* @include https://twitter.com/search*
* @license MIT License http://nrm.mit-license.org/2012
* @require
*/
// c.f. http://ptech.g.hatena.ne.jp/noromanba/20121103/1351964192
(function () {
var word = prompt('Search This');
if (!word) return;
location.href = 'https://twitter.com/search/realtime?q=' + encodeURIComponent(word);
})();
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。