on (Firefox) How do I change what happens if I click on a link on Lemmy's homepage? · c/techsupport · 3 pts · 2yIf I wanted to do this, I would use grease monkey and write some JavaScript just listen to clicks on everything with an href, stop propagation, and then force it open in a new tab
If I wanted to do this, I would use grease monkey and write some JavaScript just listen to clicks on everything with an href, stop propagation, and then force it open in a new tab