Live data from Hacker News

Ask HN: How to disable right-click blocking in the browser

news.ycombinator.com

21–30 of 66 posts

Re: Ask HN: How to disable right-click blocking in the browser

#21
post #9

Using Firefox, Shift-Right click shows the context menu. After that you can do your usual inspect etc.

I use it all the time, is there a built in way(no extensions) to also force text to be selectable? ATM I need to find the css rule that disables select and siable it from dev tools

Re: Ask HN: How to disable right-click blocking in the browser

#22
post #12

Is there even proven benefits of blocking right click security wise? I wonder what is the rationale behind these decisions?

In the old days (CompuServ and AOL era of the internet) a lot of sites used it as an easy way of reducing the number of 'right click, save picture' type visitors. It never stopped the determined but reduced it by at least 90%. I have no idea why it is used today though.

Re: Ask HN: How to disable right-click blocking in the browser

#23

Earlier quoted context omitted.

So the solution is to give the extension access to your banking site? Doesn't seem ideal. Extension permissions still can't block an extension from making network requests if they have access to a site, right? (Not implying this extension does something nefarious, but more the general risk of such extensions especially when we hear that sometimes extensions get sold or their authors accounts get compromised...)

I completely agree. At least on Firefox there is an extension that restores right click and it is open source. If you want to be extra sure you can audit the code and package it yourself. This on the other hand appears to be closed source. Even if it is benign now, there is no telling when it might be sold and new owners may have more nefarious intentions.

> Even if it is benign now, there is no telling when it might be sold and new owners may have more nefarious intentions.

I'll never betray the trust of my users, and anyway it's not going to be sold. Nobody has ever made me an offer, and it's unlikely that anyone could afford to acquire it. The extension is worth more to me as an indie dev than it would be worth to anyone else.

Re: Ask HN: How to disable right-click blocking in the browser

#24
post #18

Earlier quoted context omitted.

So the solution is to give the extension access to your banking site? Doesn't seem ideal. Extension permissions still can't block an extension from making network requests if they have access to a site, right? (Not implying this extension does something nefarious, but more the general risk of such extensions especially when we hear that sometimes extensions get sold or their authors accounts get compromised...)

You should definitely vet the developer before you install any software. I stake my reputation on my software, as a professional Mac developer for over 15 years. I'm pretty well known in that community, and my extension has also been well reviewed by the press.

I was with you right until the end.

Re: Ask HN: How to disable right-click blocking in the browser

#25

Earlier quoted context omitted.

So the solution is to give the extension access to your banking site? Doesn't seem ideal. Extension permissions still can't block an extension from making network requests if they have access to a site, right? (Not implying this extension does something nefarious, but more the general risk of such extensions especially when we hear that sometimes extensions get sold or their authors accounts get compromised...)

> So the solution is to give the extension access to your banking site? Doesn't seem ideal. I use a dedicated browser for all types of banking as you can't be too careful. Also, I don't run any extension on it for this same reason of being careful.

Same. I use GrapheneOS profiles for this.

Re: Ask HN: How to disable right-click blocking in the browser

#26
post #9

Using Firefox, Shift-Right click shows the context menu. After that you can do your usual inspect etc.

I use it all the time, is there a built in way(no extensions) to also force text to be selectable? ATM I need to find the css rule that disables select and siable it from dev tools

Reader view (F9 in Firefox) might solve the problem, though not as seamlessly as would be ideal.

Re: Ask HN: How to disable right-click blocking in the browser

#27
post #18

Earlier quoted context omitted.

You should definitely vet the developer before you install any software. I stake my reputation on my software, as a professional Mac developer for over 15 years. I'm pretty well known in that community, and my extension has also been well reviewed by the press.

I was with you right until the end.

Would you rather install unknown software that hasn't been reviewed?

Re: Ask HN: How to disable right-click blocking in the browser

#28
post #27

Earlier quoted context omitted.

I was with you right until the end.

Would you rather install unknown software that hasn't been reviewed?

I think it was probably moreso the mention of "press" as the reviewers.

Re: Ask HN: How to disable right-click blocking in the browser

#29

Earlier quoted context omitted.

So the solution is to give the extension access to your banking site? Doesn't seem ideal. Extension permissions still can't block an extension from making network requests if they have access to a site, right? (Not implying this extension does something nefarious, but more the general risk of such extensions especially when we hear that sometimes extensions get sold or their authors accounts get compromised...)

> So the solution is to give the extension access to your banking site? Doesn't seem ideal. I use a dedicated browser for all types of banking as you can't be too careful. Also, I don't run any extension on it for this same reason of being careful.

> you can't be too careful

I think you actually can. ;-) There's a difference between being prudent and living in fear. The former is of course good, but the latter can make someone miss out on a lot of good things in life. Including good software.

Post reply on HN