As requested: https://old.lemmy.world (MLMYM)
As requested: https://old.lemmy.world (MLMYM)
Middle clicking a link (clicking with the mouse wheel) or ctrl clicking, opens links in a new tab.
Middle clicking also closes a tab of you middle click on it.
Oh hey, I’m not alone! So I made a bookmarklet that fixes this. Make sure endless scroll is checked, then create a new bookmark and put it on your toolbar. Give the bookmark a name, I just use “>” on mine. Cut and paste this javascript into the bookmark’s URL:
javascript:(function(){var l=document.getElementsByTagName(‘a’);for(var i=0; i<l.length; i++){if(l[i].href.indexOf(‘&page=’)==-1){l[i].target=‘_blank’;}}window.onscroll = function(){var l=document.getElementsByTagName(‘a’);for(var i=0; i<l.length; i++){if(l[i].href.indexOf(‘&page=’)==-1){l[i].target=‘_blank’;}}};})();
When old.lemmy loads, click the bookmark, and links will behave like you are used to on reddit.