URL is https://www.ebay.com/str/theartofserver
Is there an addon to defeat this right-click disable method ?
thanks !
schnurrito ( @schnurrito@discuss.tchncs.de ) 13•3 months agoI don’t think so. This is just shitty website design on the part of the website developers. They aren’t links, they are elements with click handlers on them, so the browser doesn’t know what to open.
On some websites it works if you click one part of such an element, eg. the text.
I think if I middle click there, firefox should duplicate the tab and click there. Something to work aroubd this annoyance somehow. I intended to open like 20 elements in that list in each new tab. This was very annoying!
In the end I just gave up! And didn’t buy anything
thingsiplay ( @thingsiplay@beehaw.org ) 5•3 months agoBecause they aren’t hyperlinks to a website. When I click them, a popup window opens on the same page. I assume this is something done with JavaScript. But I have some addons and not sure if this is the intended behavior or not.
Vincent ( @Vincent@feddit.nl ) 5•3 months agoUnrelated because it’s a different problem, but if a website actually disables your right-click, try holding Shift while right-clicking.
Lemmchen ( @Lemmchen@feddit.org ) English4•3 months agoIf you use the “Inspect (Q)” option, you can see that it is not a hyperlink. JavaScript will interfere and act like you clicked on a link calling a specific JavaScript function.
ReversalHatchery ( @ReversalHatchery@beehaw.org ) English1•3 months agoas a workaround, you could duplicate the tab a few times, and when you opened the item you wanted switch to the next one.
this only works as expected if the list will contain the same items in the same order every time the page is loaded.