Google+ Enhancer

By senseBOP Last update Jul 11, 2011 — Installed 27,316 times.

Feedly instead of Reader

in
Subscribe to Feedly instead of Reader 1 post, 1 voice

katorce14 User
FirefoxWindows

I try to change the code in order to change the name and the link of reader to feedly (but have the count next to)
I always lost the count next to reader:

_addReaderItem: function () {
var exists = $(gpe.CONTEXT).find('#gbz a[href*="/reader/"] .gbts').size() >= 1;
if (exists) { return; }
gpe._addListItem('http://www.feedly.com/home#my', 'Feedly');
$(gpe.CONTEXT).find('#gbz ol.gbmcc li.gbmtc a[href*="/reader/"]').parent().remove();
},

Is it possible? How?

Thank you.