1

I want to be able to open any link in a new tab, but some websites (example) work like this:

Whenever I click on a link, the link opens in the current tab so neither right-click, middle-click nor Ctrl+Click work.

Is there a way around this?

EDIT2: As you seem to mistake that only SOME, not ALL the links are regular, this shows the behavior of the links on the site.

EDIT: Notice that not all of the links in the example work like regular links. What I actually want to accomplish is to easily (a) compare the definitions of multiple words or (b) branch out and compare the definitions of multiple referenced words, but the individual links for words open in the same tab.

1 Answers1

1

It appears that dictionary.com is using ReactJS. according to this Why does CTRL-click not open some links in a new tab? and google for reactjs not opening links in new tabs will probably give you more information as well.

as @DavidPostill♦ noted, right clicking and selecting "open link in new tab" works well...

I also noted that your example site manipulates the history, so going to the site, clicking on a few links, and going back to the startpage is not possible.

If right clicking and choosing "open in new tab" is not acceptable, then you may be able to use a macro (if your keyboard/mouse or a third party plugin for windows) supports it

JoSSte
  • 495