this post was submitted on 12 Nov 2024
13 points (88.2% liked)

Firefox

17898 readers
47 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

URL is https://www.ebay.com/str/theartofserver

Is there an addon to defeat this right-click disable method ?

thanks !

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 3 days ago

You can't middle-click them because they aren't links. That is to say, they are not a elements but div elements with an added click event handler that navigates to another page. There's a case to be made for doing things like that on a website that's trying to behave like a native application, but Ebay fundamentally behaves like a website and building its navigation this way is bad design.