Nico->Twitter

  • /*
     * @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 です。

History

  1. 2010/07/19 13:20:04 - 2010-07-19
  2. 2010/07/19 13:16:39 - 2010-07-19
  3. 2010/07/19 13:15:32 - 2010-07-19
  4. 2010/07/19 13:11:39 - 2010-07-19