and not a very good one... it reads like it was written by an ESL high schooler
I can't believe you don't need anything from WEWEQ or GOVEEUOO or QUOPEO. These are household brand names!
Here is the script. It's already written, you just need to run it:
Alternatively, there is a browser bookmark that kinda does the same thing: https://feddit.de/post/808717
you can find all sorts of things to customize lemmy over at !plugins@sh.itjust.works or https://sh.itjust.works/c/plugins (shameless plug)
I prefer the information density of old.reddit. The wasted space of the default lemmy UI irks me.
But I am also old and crotchety. If the spread out / modern UI of Lemmy (and squabbles.io and tildes and new.reddit) weren't more desirable, they (probably) wouldn't be coded that way.
this is pretty amazing.
yes, this is why I post poorly written, unoptimized code to github. no other reasons...
uh, no further questions goodbye!
please do not have an emergency at this location
Just an FYI post for folks who are new or recently returning to Lemmy, I have updated the linked grease/tamper/violentmonkey script for Lemmvy v0.18.
These two scripts (a compact version and a large thumbnail version) substantially rearrange the default Lemmy format.
These are (finally) relatively stable for desktop/widescreen. Future versions will focus a little more on the mobile/handheld experience.
These are theme agnostic and should work with darkly
and litely
(and variants) themes.
- Greasyfork here: https://greasyfork.org/en/users/1107499-mershed-perderders
- Github here: https://github.com/soundjester/lemmy_monkey
- If you need the userscript for Lemmy v0.17.4, that can be found here:
- https://github.com/soundjester/lemmy_monkey/tree/dev-v1.11-Lemmy-v0.17
- this v0.17.4 userscript is no longer in active development
- If you need the userscript for Lemmy v0.17.4, that can be found here:
Screenshot of "Compact" version
main page
comments page
As always, feedback is appreciated!
*monkey scripts for Lemmy. Contribute to soundjester/lemmy_monkey development by creating an account on GitHub.
Up for discussion:
The userscript I (and others) have written seems to be fairly popular among people who have found it. I've had several requests to turn it into a Lemmy theme, but I have been hesitant to do so. Partly because I lack the skill to do it, and partly because it isn’t really a “theme” as such. It doesn’t change the colors or do some of the things a theme typically does. In truth, the script is actually (essentially) theme agnostic - I use it with darkly, but it works with all of the other Lemmy themes without issue (hopefully).
I have no qualms with someone helping turn the CSS stuff into a Lemmy theme (or just taking the bull by the horns and doing it) , but with the changes coming in v.0.18 it may be better to wait.
Anyone have any thoughts? Is this script even appropriate for a Lemmy theme?
this is the way.
I've updated it for mobile/handheld as well.
it looks like this is for stylus or something similar, yes? Can you edit your title to indicate [Stylus] or [UserStyle]? Thanks!
hey this is a neat thing!! Thanks for sharing!
From this thread: https://sh.itjust.works/post/4706
There's this comment: https://sh.itjust.works/comment/30682 which seems to indicate possession of some fairly beefy hardware (supported by a business).
As for the rest... ?
cross-posted from: https://feddit.de/post/808717
> I made a little thing to more easily move to another instance:
>
> A way to quickly grab a list of your subscribed communities.
>
> Go to your list of subscribed communities, <yourinstance>/communities/listing_type/Subscribed/page/1 and create a bookmark with the following code as link:
> ::: spoiler code
> ```
> javascript:(function() {
> const currentHostname = window.location.hostname;
> const table = document.getElementById('community_table');
> const anchorTags = table.getElementsByTagName('a');
> const communityUrls = [];
>
> for (let i = 0; i < anchorTags.length; i++) {
> const title = anchorTags[i].title.substring(1);
> const parts = title.split('@');
> const community = parts[0].trim();
> const domain = parts[1] ? parts[1].trim() : currentHostname;
> const communityUrl = https://${domain}/c/${community}
;
> communityUrls.push(communityUrl);
> }
>
> const urlsText = communityUrls.join('\n');
>
> navigator.clipboard.writeText(urlsText)
> .then(() => {
> alert('Community URLs copied to clipboard!');
> })
> .catch((error) => {
> alert('Failed to copy Community URLs to clipboard:', error);
> });
> })();
> :::
>
>
>
> Clicking this bookmark will automatically copy a list of all your subscribed communities and format the links so that you can pop them in the search bar of another instance to subscribe to them from another account.
>
> It can only scrape what's on screen, so if your subscribed communities list is several pages long just click the bookmark for each page.
you might get some utility out of this userscript: https://sh.itjust.works/post/70273. check the screenshot and see if it helps scratch that itch...
userscript called "old.reddit" found here: https://github.com/soundjester/lemmy_monkey
-
(recently updated for Lemmy v0.18)
-
This is primarily for desktop clients. At the moment, formatting get a little crazy below 1280 px wide. There are ways to address this, but I have not at this time.
-
script will be updated as suggested
- significant changes have been made to address alignment, spacing, and other format issues. v1.1 will be where I stop for a while.
-
there are two script versions: old.reddit and old.reddit.compact. The primary difference is that the "compact" version greatly reduces thumbnail size and padding space.
-
notice: current script unblurs NSFW
(linked thumbnail shows old.reddit.compact version of the script)
Screenshot of old.reddit script results:
Same. There was a post on the boost subreddit indicating this place, so I expect there will be an influx (eg, me).
- @mershed_perderders@sh.itjust.works
- @soundjester@beehaw.org