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?
Show HN: How many miles do you think you've scrolled today?
71–80 of 100 posts
Re: Show HN: How many miles do you think you've scrolled today?
#72Can "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?
Re: Show HN: How many miles do you think you've scrolled today?
#73Any firefox equivalent?
Re: Show HN: How many miles do you think you've scrolled today?
#74I will log this as the first appearance (to me) of the "light mode also available" pendulum swing! See you all in a year!
Re: Show HN: How many miles do you think you've scrolled today?
#75Can "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
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?
#76Can "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?
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?
#77Earlier 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.
Views the source code straight from the google store
Re: Show HN: How many miles do you think you've scrolled today?
#78I 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.
Re: Show HN: How many miles do you think you've scrolled today?
#79Can "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?
#80Can "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.