[Twitter] Go to feed

  • /*
     * @title [Twitter] Go to feed
     * @description Twitter で表示しているユーザの Feed に移動する http://m4i.hatenablog.com/entry/2011/12/31/060557
     * @include http://twitter.com/*
     * @include https://twitter.com/*
     * @license MIT License
     */
    location.href = 'http://twitter.com/statuses/user_timeline/' + twttr.profileUser.id + '.atom';
    
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2011/12/31 06:10:27 - 2011-12-31
  2. 2011/12/31 05:56:28 - 2011-12-31
  3. 2011/12/31 05:47:36 - 2011-12-31