|
|
|
|
|
by fwdpropaganda
2897 days ago
|
|
I love the idea because these days often a large chunk of the value comes from good comments from readers. Especially with HN but also to some degree with reddit. Two questions: First, will you tell us how it works? My guess is that you have scrapped these dicussions from reddit and HN and your extension contacts a server asking "show me reddit and HNs for this news". Is this correct? Second, will you kindly stop contributing to Google's eco-system? Time and time again Google has shown the world the complete disregard they have for everything but their bottom line. By comparison Mozilla's behavior has been impeccable. |
|
For Hacker News it uses the official JSON api https://github.com/HackerNews/API/blob/master/README.md
And for Redit, it simply queries the url directly eg: https://reddit.com/example.com/article.html
As for your second question, go easy on me it's my first extension ;) But yes I plan to port it to Firefox too, as the extension APIs are amazingly similar!