this post was submitted on 25 Oct 2025
244 points (97.7% liked)

Memes

12802 readers
1123 users here now

Post memes here.

A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.

An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.


Laittakaa meemejä tänne.

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] 56_@slrpnk.net 43 points 4 days ago* (last edited 4 days ago) (3 children)

In Firefox you can also middle click the reload button to duplicate the tab.

Edit: other things you can middle click:

  • The back and forwards buttons: does, what the buttons do in a new tab, while duplicating the tab history.
  • The new tab button: open a new tab directly after the current tab (and in the same container as the current tab).
  • Items in the URL bar (such as autocomplete suggestions, the thing you just typed, or your frequent pages): opens them in a new tab (at the end though for some reason)

 

You can also Ctrl+click all of these for the same result.

Holy shit, I didn't know that. That's going to be so helpful.

[–] Black616Angel@discuss.tchncs.de 6 points 3 days ago (1 children)

You forgot the most important thing:

Links

Middle clicking a link will open it in a new tab which is what I mostly use.

[–] Lenny@lemmy.zip 6 points 3 days ago* (last edited 3 days ago)

I’m more of a Ctrl + Left-Click man myself. And yes, it’s because I fuck up the middle click 50% of the time and turn on page scrolling.

[–] Akasazh@feddit.nl 3 points 3 days ago (2 children)

Also middle clicking on a tab will close it, no need to hunt for the little x.

[–] Axolotl_cpp@feddit.it 2 points 3 days ago* (last edited 3 days ago)

Can i do it with ctrl+click or change the button? I may start to do that

[–] 56_@slrpnk.net 2 points 3 days ago

And you can hide the close button by adding

.tabbrowser-tab .tab-close-button {
  visibility: collapse !important;
}

to your userChrome.css file. Works with vertical tabs too.