google reader full feed changer

By fkoji Last update Mar 16, 2010 — Installed 15,328 times. Daily Installs: 24, 23, 27, 26, 25, 33, 21, 25, 26, 14, 29, 12, 28, 17, 11, 25, 21, 21, 20, 21, 29, 16, 22, 24, 73, 59, 221, 108, 76, 50, 48

Does it work on new google reader ?

Subscribe to Does it work on new google reader ? 6 posts, 4 voices

heartilly Scriptwright

as topic..

It wont work on my mechine

thanks

 
basyura Scriptwright

how about this ?

*** 19949.user.js Sat Dec 6 15:05:53 2008
--- google_reader_full_feed_.user.js Sat Dec 6 15:17:10 2008
***************
*** 97,103 ****
var FullFeed = {};
FullFeed.link = '';
FullFeed.getFocusedLink = function() {
! return getStringByXPath('//div[@id="current-entry"]//a[@class="entry-title-link"]/@href');
}
FullFeed.getCurrentEntry = function() {
var link = this.getFocusedLink();
--- 97,103 ----
var FullFeed = {};
FullFeed.link = '';
FullFeed.getFocusedLink = function() {
! return getStringByXPath('//div[@id="current-entry"]//a[@class="entry-original"]/@href');
}
FullFeed.getCurrentEntry = function() {
var link = this.getFocusedLink();
***************
*** 114,120 ****
source = getStringByXPath('//div[@id="current-entry"]//a[@class="entry-source-title"]/@href');
}
else if (location.href.match(/#stream\/feed/)) {
! source = getStringByXPath('//div[@id="chrome-stream-title"]//a/@href');
}
if (!source) {
return false;
--- 114,120 ----
source = getStringByXPath('//div[@id="current-entry"]//a[@class="entry-source-title"]/@href');
}
else if (location.href.match(/#stream\/feed/)) {
! source = getStringByXPath('//span[@id="chrome-title"]//a/@href');
}
if (!source) {
return false;
***************
*** 162,168 ****

function relativeToAbsolute(node, link) {
var imgs = getElementsByXPath('//img', node);
! if (imgs.length) {
for (var i = 0; i < imgs.length; i++) {
var src = imgs[i].getAttribute('src');
if (src) {
--- 162,168 ----

function relativeToAbsolute(node, link) {
var imgs = getElementsByXPath('//img', node);
! if (imgs != null && imgs.length) {
for (var i = 0; i < imgs.length; i++) {
var src = imgs[i].getAttribute('src');
if (src) {

 
fkoji Script's Author

Thanks.
how about this?
http://userscripts.org/scripts/diff/19949/49935

 
basyura Scriptwright

so nice!

 
morning User

how to use on youtube?

 
heartilly Scriptwright

cool...
its working now..

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel