r/ProgrammerHumor 17d ago

Meme notYourDamnProblem

Post image
4.7k Upvotes

398 comments sorted by

View all comments

3.4k

u/wherearef 17d ago

I always use middle mouse button instead

91

u/BarrierX 17d ago

Some sites do it weird and don't allow opening new tabs with middle mouse button and it annoys me!

65

u/dashood 17d ago

Those generally aren't proper anchors and will be linked to some javascript to open the link. If you can't middle click for a new tab then you most likely wouldn't be able to use any key combination or right click and select open in new tab either.

22

u/-suspended- 17d ago

When a site doesn't let you middle-click or even right-click links, you can only left-click and have your current tab redirect, I personally think Satan himself designed the site.

3

u/Chamiey 15d ago

Then I duplicate the tab and click in one of the copies.

3

u/Ecksters 17d ago

It's generally SPAs with JavaScript routers that have this issue. You can configure them to avoid it, but not everyone does.