Nico->Twitter
by
t_ax4yahoocojp
2010-07-19 [2010/07/19 13:20:04]
Move to Twitter search result from nicovideo'spage
-
/*
* @title Nico->Twitter
* @description Move to Twitter search result from nicovideo'spage
* @include http://www.nicovideo.jp/watch/*
* @license MIT License
* @require
* @see http://tax4.blog115.fc2.com/blog-entry-47.html
*/
void (function ()
{
window.open('http://search.twitter.com/search?q=%23nicovideo+%23' + Video.id, "_blank")
})()
-
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。