Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install
google reader full feed changer
This script gets contents of reading item on Google Reader. You must set up SITE_INFO in source code.
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」とかにキーを割り当てたほうがいいのかも。
|
|
I've written a patch to load a whole entry when it's loaded (currently, when it's focused) in AUTO_FETCH mode so that you won't feel lag to load external contents. +++++++++++++++++++++++++++++++++++++++++++++++++
thank you for the great script! |
|
|
Thank you for all, and now we released version 0.60.
# sorry, we haven't fix redirect link issue yet.. |
|
|
Cool script. Thank you fkoji. But there are some issues for empty-content feeds such as wireshark-dev mail list (http://www.wireshark.org/lists/wireshark-dev.rss). I patched the script to make it work:
|
|
|
The script is nice! But it's just load the first node of dom, I think it better to load much node, like this:
var contents = getElementsByXPath(SITE_INFO[i].xpath, htmldoc);
if (contents == null) return;
while (body.firstChild) {
body.removeChild(body.firstChild);
}
for (var num = 0; num < contents.length; num++) {
var content = contents[num];
content = addTargetAttr(content);
body.appendChild(content);
}
|
|
|
It's a great script!
|
|
|
ver 0.50
|
|
|
ver 0.43
|
|
|
Thank you very much, your script makes life so much easier ;) |
|
|
If you update this script, you should backup SITE_INFO. |
|
|
document.addEventListener(
|
|
|
Now, we fix the problem.
|
|
|
Thank you for your comment. I also have a same trouble... |
|
|
I'm using this script for months and used to be very satisfied with it. But few days ago it just stop working. Is it some change to Google Reader that request for script change? Am I the only one with this behaviour? |
You could comment on this script if you were logged in.
