this post was submitted on 12 Nov 2024
10 points (85.7% liked)
Firefox
17301 readers
4 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You can't middle-click them because they aren't links. That is to say, they are not
a
elements butdiv
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.