Giter Club home page Giter Club logo

chrome-rss's People

Contributors

comster avatar justinkelly avatar srikanth-viswanathan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chrome-rss's Issues

doesn't seem to update when DOM changes

I'm using angular which does DOM rendering dynamically.

Your feed icon shows the correct links when I refresh the page, but on dynamic routing it never updates.

Is there a way you can re-parse when the address bar changes?

I think in addition to this event:

document.addEventListener('DOMContentLoaded', main);

You should also add:

window.addEventListener("popstate", main);

I'm not 100% sure this is the correct event, but it might work.

Adding support for offline feed readers through feed protocol.

Like Brian Reiter’s change from 2010, I’ll let him explain it:

Google has an extension for Chrome that almost does what I want. It discovers the feeds but it will only subscribe them with a web-based feed reader. What I did was hack on the RSS Subscriptions Extension (by Google) so that it would work with Outlook.

His “hack” was to let the extension, when you click subscribe, open a feed URL rather than an http one. That is:

url = url.replace( "%g", feedUrl.replace( /^http:/i, "feed:" ) );

E.g.:

https://github.com/justinkelly/chrome-rss/commits/master.atom → feed://github.com/justinkelly/chrome-rss/commits/master.atom

The reviews on the Chrome Web Store for his packaged version have people thanking him and confirming this trick to work with:

I can’t confirm if any of these still work, but it might be worth implementing this.

disable feed viewer

It would be nice to have an option to disable the feed viewer.

I'm already using XV extension to view xml, and this clobbers that.

I just wanted the icon in the address bar and have it link to the feed. But not try to render it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.