Script Summary: This script gets contents of reading item on Google Reader. You must set up SITE_INFO in source code.
Version: 0.81
Security Update: Please update to version 0.81
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)/',



