[Twitter] Subscribe in Google Reader

  • /*
     * @title [Twitter] Subscribe in Google Reader
     * @description Twitter で表示しているユーザの Feed を Google Reader で購読する http://m4i.hatenablog.com/entry/2011/12/31/060557
     * @include http://twitter.com/*
     * @include https://twitter.com/*
     * @license MIT License
     */
    location.href = 'http://www.google.com/reader/view/feed/' + encodeURIComponent(
      '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:46 - 2011-12-31
  2. 2011/12/31 05:55:49 - 2011-12-31