Do people actually like all of the overdesigned clutter to the point where it makes them not want to switch sites?
To me, the stripped down clarity on Lemmy is a feature. I remember back in the day when people flocked to Facebook from MySpace, in large part because they were sick of eye gouging customized pages and just wanted a simple, consistent interface. The content, not the buttons to click on it are the draw right?
I use a grease monkey script to make it basically identically to old Reddit. It’s wonderful. Highly recommended
Got any links for how to do this?
https://github.com/soundjester/lemmy_monkey is what I use.
This assumes you have something like the firefox addon “Greasemonkey” installed. Anything that supports userscripts will work.
(edit – https://www.tampermonkey.net/ for Chrome/Edge, apparently. I just looked it up. If you need more help, just ask.)
This is what I’ve been using for a few days: https://github.com/soundjester/lemmy_monkey
Which script do you like?
These are the most important ones I use.
Kbin Enhancement Script User: @SirPsychoMantis
Improved Collapsible Comments User: @artillect
Floating Subs List User: @raltsm4k
Kbin-Unsquash User: @shazbot
I’m using the compact version of lemmy_monkey and a script I wrote to force external links to open in new tabs (reddit did this automatically so I constantly forget to press the middle mouse button and then get annoyed that my lemmy scrolling is gone)
Compact lemmy_monkey: https://greasyfork.org/en/scripts/469093-compact-lemmy-to-old-reddit-re-format-observer GM-Open-NewTab: https://greasyfork.org/en/scripts/469196-gm-lemmy-newtab
Both observe on all http*:/// but they both use the same “isLemmy” check to determine if any logic should actually execute, so while it seems a bit rough at first they are not doing anything nefarious or unnecessary besides a single js comparison of the head elements.