Ked
p/ked
The worlds first funny scripting language from Ireland
Adam Lynch

AskBlocker — Browser extensions that keep permission requests in check

Featured
1

Browser extensions which block overly-eager permission requests for notifications, location, etc. For example, ones that happen before you've interacted with the page. This was created as part of 'How to improve your permissions UX' (https://adamlynch.com/improve-permissions-ux).

Replies
Best
Adam Lynch
Hey from Ireland :) I was inspired to write a blog post (https://adamlynch.com/improve-pe...) on how developers and designers can improve their UX when asking for permissions; i.e. notifications, locations, etc. Not only did it turn out to be much longer than I expected, but I brought more work on myself by deciding to create browser extensions to help with the problem as well. So I thought I might as well post something to ProductHunt for the first time. AskBlocker is an extension for Chrome, Firefox, and Brave, which keeps permissions requests in check. Permissions requests are blocked until you've interacted with the page (i.e. click, tap, or key press), with the following exceptions: - If the permission has been previously requested and granted (or explicitly denied). - If the domain is localhost or 127.0.0.1. - If you've navigated to the current page from another page on the same domain. This will at least block immediate requests to enable notifications the first time you go a site. You can see the requests which were caught and whitelist them (it will ask again and reload, to be safe). It's free and open-source (https://github.com/adam-lynch/as...). Thanks in advance for any feedback. P.S. I just noticed @andrewdumont's https://www.producthunt.com/post... ; I probably should've used it for the branding :)