Live data from Hacker News

Why is a browser extension required to access research papers?

news.ycombinator.com

21–22 of 22 posts

Re: Why is a browser extension required to access research papers?

#21

> This really smells fishy, because a browser extension bypasses any browser security one may have, and has access to one's entire computer. IIRC that one is no longer true since the advent of sandboxing (and the end of native-code extensions via NPAPI and friends), all permissions have to be granted by the user explicitly. > What valid reasoning could there be to justify a browser extension for this purpose? Given t…

This is correct! :) Also, the extension's source code is not obfuscated so it's possible to download, extract, and go through the readable code. If anyone's keen, just Google or Bing search to see how to do so (or lmk!). We haven't officially open-sourced as of now as the code still needs cleaning up, refactoring, etc :)

Re: Why is a browser extension required to access research papers?

#22
post #4

FWIW in latest Chrome if extension wants access to all websites, you can toggle it to be "click to enable", or only whitelist a few websites authorized to run it. Go to extension page -> choose extension and modify where it can run.

Very nice. Firefox needs this too.

https://bugzilla.mozilla.org/show_bug.cgi?id=1737161 seems to be where they are working on it.

Edit: At least... I'm guessing. Regrettably the details of the bug is linking back to some internal atlassian mozilla seems to be keeping. Same with related bugs.

This is a little surprising to me, since all of mozilla's development tracking used to be on bugzilla. I hope this isn't a move to something more like Safari or Microsoft where issues vanish into an internal system with external updates ignored.

Post reply on HN