Script Summary:
This script gets contents of reading item on Google Reader. You must set up SITE_INFO in source code.
Version: 0.71
This script gets contents of reading item on Google Reader. You must set up SITE_INFO in source code.
Version: 0.71
| Recently Updated Topics | Posts |
|---|---|
| This is not working with Fi... | 1 |
| how to use it on youtube? | 1 |
| Feature request | 1 |
| Does it work on new google ... | 6 |
this script has 5 topics, 31 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」とかにキーを割り当てたほうがいいのかも。





