slampisko@czech-lemmy.eutoNo Stupid Questions@lemmy.world•Why does lemmy have it, so any link takes you off the page instead of opening in a new tab or window?
184·
1 year agoOr Ctrl+Click to open in a new tab in the background, or Ctrl+Shift+Click to open in a new tab and switch to it. Regardless, I agree with OP that this should be the default.
Decided to write it in python for brevity.
if you.can_read_this(): you.is_too_close = True
though if you know what you’re doing, you’d be more likely to do something like
you.is_too_close = you.can_read_this()