google reader full feed changer

By fkoji Last update Dec 6, 2008 — Installed 11,830 times. Daily Installs: 18, 22, 32, 20, 26, 31, 19, 30, 30, 16, 18, 25, 35, 88, 58, 61, 31, 32, 21, 45, 22, 38, 22, 31, 18, 37, 31, 23, 21, 22, 29, 28
Script Summary:
This script gets contents of reading item on Google Reader. You must set up SITE_INFO in source code.
Version: 0.71

Script homepage

Recently Updated TopicsPosts
how to use it on youtube?1
Feature request1
Does it work on new google ...6
Archived Comments22

this script has 4 topics, 30 posts

This script has no reviews.

This script gets contents of reading item on Google Reader.You must set up SITE_INFO in source code.

/** SITE_INFO example **/

/************************************************/
    url:    'Regular Expression of Blog or Feed URL',
    xpath:  'xpath of contents'
    charset: 'Shift_JIS'    // optional

    // multi part xpath
    url:    'Regular Expression of Blog or Feed URL',
    xpath:  ['xpath of contents', 'more contents'],
    charset: 'Shift_JIS'    // optional
/************************************************/

If the domain of feed is different from blog domain, you must write both in SITE_INFO.

For example,

url: 'http://(rssblog.ameba.jp|ameblo.jp)/',

※ 右手だけで使いたいときは「i」とかにキーを割り当てたほうがいいのかも。

» http://blog.fkoji.com/2008/01121800.html