!countingtweets
by
xtetsuji
2013-03-01 [2013/03/01 13:23:51]
countingtweets.com でリンクのツイート数を表示
/*
* @title !countingtweets
* @description countingtweets.com でリンクのツイート数を表示
* @include http://*
* @license MIT License
* @require
*/
// see: http://gigazine.net/news/20130301-counting-tweets/
location.href="http://countingtweets.com/t/display?url="+encodeURIComponent(location.href)+"&link_types=All+Links&commit=Go";
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。