Live data from Hacker News

Show HN: Random Wikipedia browser extension

chrome.google.com

1–10 of 14 posts

Re: Show HN: Random Wikipedia browser extension

#5

Since the sole feature of this extension is pretty trivial and can be easily replaced with a bookmark, I would be honestly worried about some "hidden features". The barely two sentence description and low resolution preview picture also don't inspire much confidence.

Oddly, the only way to change the new tab page is with an extension.

Re: Show HN: Random Wikipedia browser extension

#7
post #5

Since the sole feature of this extension is pretty trivial and can be easily replaced with a bookmark, I would be honestly worried about some "hidden features". The barely two sentence description and low resolution preview picture also don't inspire much confidence.

Oddly, the only way to change the new tab page is with an extension.

With Firefox, you can add a link to your new tab page (and everybody else's) just by paying Mozilla a hefty sum!

Re: Show HN: Random Wikipedia browser extension

#9

Since the sole feature of this extension is pretty trivial and can be easily replaced with a bookmark, I would be honestly worried about some "hidden features". The barely two sentence description and low resolution preview picture also don't inspire much confidence.

actually the source code is here, it is basically one method to override the default new tab behaviour. https://github.com/tarla/random-wikipedia-chrome-extension

Re: Show HN: Random Wikipedia browser extension

#10

Neat idea, but why exactly does it need to read my browsing history?

It doesn't! the real code is pretty much one line in the background.js here: https://github.com/tarla/random-wikipedia-chrome-extension

the other parts are just to add a donate button that redirects to Wikimedia Foundation page

Post reply on HN