« Chrome Tech Talk Night #5 に行ってきました | Main | 「回転寿司のひみつ」当たりました! »

24 June 2013

Keep unread (未読のままにする) を保存する Google Reader Tips

2013/7/1 にシャットダウンされる予定の Google Reader の Tips を紹介します。

過去に Keep unread (未読のままにする) をチェックしたままの URL をバックアップしておきたいという気持ちがあると思います。そんなときには以下のような感じで javascript を使って抜き出すことができます。

1. Google Reader のサイドバーにホームというリンクがありますのでそこへ行きます。

Google_reader_home_2

2. 向かって右のカラムに「最近未読のままにしたアイテム」というリンクがあるのでクリックします。
ブラウザの URL バーが https://www.google.com/reader/view/#stream/user%2FあなたのユーザID%2Fstate%2Fcom.google%2Fkept-unread のようなリンクになると思います。

Google_reader_keep_unread

3. Chrome の DevTools などで以下の javascript を実行します。

arr = document.querySelectorAll('#chrome-viewer a.entry-original')
urls = new Array()
for (i = 0; i < arr.length; i++) { urls.push(arr[i].href) }
urls.join('\n')

これで Keep unread した URL が抽出できます。

私はこれで抽出した URL が 1500 件ほどありました。どうやって対処しようかと考えましたが、Goole Tasks に新しいリストを作成し、1500 件ほどの URL をコピペして追加し、今後は Todo 的に処理しようとしてます。

ユーザとして Google Reader がなくなるのはとても悲しいのですが、逆に RSS リーダー市場が活性化したことは喜ばしいことだと思います。また利用者としてはいろいろな RSS リーダーを試したりする中で RSS リーダー間を移動する敷居が低くなったと思いますのでこれも市場にとってはよかったと思います。(OPML で移行するだけでなく API で移行などもありましたよね。)

では上記が皆さんのご参考になれば幸いです。

Comments

Lapierre denis horoscope gratuit verseau du jour

Thank you for sharing these valuable tips for Google Reader users facing its impending shutdown. It's evident that you've put thought into finding a solution for preserving important URLs marked as unread. Your method of using Google Tasks to manage these URLs as todos is a practical approach to ensure they aren't lost during the transition.

It's understandable to feel a sense of sadness as a longtime user of Google Reader, but it's also heartening to see the RSS reader market flourishing with new alternatives. The ability to easily migrate between RSS readers, whether through OPML or API, underscores the importance of user flexibility and choice in today's digital landscape.

Your efforts to share these tips and insights are greatly appreciated, and I'm sure they'll be helpful to many users navigating the transition away from Google Reader. Thank you for your contribution to the community.

Post a comment

Access Ranking

Powered by Six Apart
Sponsored links