Live data from Hacker News

Show HN: How many miles do you think you've scrolled today?

chrome.google.com

71–80 of 100 posts

Re: Show HN: How many miles do you think you've scrolled today?

#71
post #65

Can "Read and change all your data on the websites you visit" Chrome extensions that require such extensive permissions make me extremely nervous and I don't think I'm alone. Is there a way to build this in a way that didn't require such elevated privileges?

It's been a while since I dabbled in Chrome extensions, but if nothing has changed, then not as a Chrome extension, unfortunately. If you mean theoretically, then of course; Chrome could let extensions subscribe to particular event hooks and whatnot and get very fine-grained about it. I expect that would actually be too fine-grained for most users, but what they have at the moment is a system where installing almost any extension feels quite risky. I'm not sure that Google really want Chrome extensions to exist, though. It feels like a very neglected part of Chrome.

Re: Show HN: How many miles do you think you've scrolled today?

#72
post #65

Can "Read and change all your data on the websites you visit" Chrome extensions that require such extensive permissions make me extremely nervous and I don't think I'm alone. Is there a way to build this in a way that didn't require such elevated privileges?

You could inspect the source code and build it yourself (about 300 lines of JavaScript + JQuery): https://github.com/prashantbaid/scrolltrotter

Re: Show HN: How many miles do you think you've scrolled today?

#75
post #65

Can "Read and change all your data on the websites you visit" Chrome extensions that require such extensive permissions make me extremely nervous and I don't think I'm alone. Is there a way to build this in a way that didn't require such elevated privileges?

You could inspect the source code and build it yourself (about 300 lines of JavaScript + JQuery): https://github.com/prashantbaid/scrolltrotter

The problem with any chrome extension is that there's no guarantee that the git repo matches the bag of bits that you're installing. No-prompt auto-updates exacerbate the issue.

Installation of software will always require a leap of faith that the publisher doesn't have ill intent.

Re: Show HN: How many miles do you think you've scrolled today?

#76
post #65

Can "Read and change all your data on the websites you visit" Chrome extensions that require such extensive permissions make me extremely nervous and I don't think I'm alone. Is there a way to build this in a way that didn't require such elevated privileges?

One thing I always do is use the Chrome Extension Source Viewer (also an extension)

https://chrome.google.com/webstore/detail/chrome-extension-s...

Which lets me view the source code of any chrome extension right from the chrome store install page, lets me see for myself if the extension is going to try to make any covert external web requests or whatever.

Re: Show HN: How many miles do you think you've scrolled today?

#77

Earlier quoted context omitted.

You could inspect the source code and build it yourself (about 300 lines of JavaScript + JQuery): https://github.com/prashantbaid/scrolltrotter

The problem with any chrome extension is that there's no guarantee that the git repo matches the bag of bits that you're installing. No-prompt auto-updates exacerbate the issue. Installation of software will always require a leap of faith that the publisher doesn't have ill intent.

Try this: https://chrome.google.com/webstore/detail/chrome-extension-s...

Views the source code straight from the google store

Re: Show HN: How many miles do you think you've scrolled today?

#78
post #12

I was once in a seminar led by one of the world's pre-eminent primate researchers who explained that, without any irony or humor, he refused to scroll when reading emails--Anything important should be immediately visible.

Immediately visible on what size screen and font size?

Re: Show HN: How many miles do you think you've scrolled today?

#79
post #76
post #65

Can "Read and change all your data on the websites you visit" Chrome extensions that require such extensive permissions make me extremely nervous and I don't think I'm alone. Is there a way to build this in a way that didn't require such elevated privileges?

One thing I always do is use the Chrome Extension Source Viewer (also an extension) https://chrome.google.com/webstore/detail/chrome-extension-s... Which lets me view the source code of any chrome extension right from the chrome store install page, lets me see for myself if the extension is going to try to make any covert external web requests or whatever.

… in its current state.

Re: Show HN: How many miles do you think you've scrolled today?

#80
post #65

Can "Read and change all your data on the websites you visit" Chrome extensions that require such extensive permissions make me extremely nervous and I don't think I'm alone. Is there a way to build this in a way that didn't require such elevated privileges?

I don't think there is a "scrollbar usage" permission.

We need an extension firewall extension!
Post reply on HN