15Redstones

joined 1 year ago
MODERATOR OF
 
[–] [email protected] 2 points 1 year ago

Also when sorting by active, posts jump around whenever you go to the next page, so you miss some posts and see others twice

[–] [email protected] 3 points 1 year ago

Once Hildebrand finds out about the adoption and engagement, he might plot to make book addicted Dunkelfelger demand that Rozemyne should be given the throne as the true Zent and she should marry someone who loves her instead of becoming a third wife in a purely political marriage. There's two years between adoption/book acquisition and the marriage.

Obviously he'd be pretty heartbroken when the plot works, she marries Ferdinand and arranges for Hildebrand to be sent to Ehrenfest as first husband of Aub Charlotte.

[–] [email protected] 2 points 1 year ago

But Rozemyne is dead serious about the library being non-negotiable.

[–] [email protected] 3 points 1 year ago

They already know that using mana on the stage makes the circle show up. Everyone saw that during the wedding and assumed it was for Sigiswald. This time royals won't be present, so if it shows up again, everyone will know it lights for Rozemyne (and probably wasn't for Sigiswald during the wedding).

[–] [email protected] 1 points 1 year ago

Really big map, mostly empty

[–] [email protected] 2 points 1 year ago (1 children)

We need more housing.

[–] [email protected] 6 points 1 year ago

I think low quality memes/shitposts can go to c/spaceflightmemes, lax discussion here. No need for rules stricter than that.

[–] [email protected] 4 points 1 year ago (2 children)

Lemmygrad is blocked from federating with most other instances but still is a pretty large instance. Though that instance in particular is not very likely to look towards IPO.

[–] [email protected] 2 points 1 year ago

contextHe's teaching her how to plot murder

9
Rule (i.redd.it)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

contextHe's teaching her how to plot murder

2
Rule (feddit.de)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

contextHe's teaching her how to plot murder

[–] [email protected] 4 points 1 year ago (4 children)

It could happen if there was a very popular instance that didn't federate with others.

[–] [email protected] 9 points 1 year ago

Because lemmygrad is pretty huge and other instances don't want their new users to be met with a flood of tankie content, most instances are blocking lemmygrad.

26
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

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, /communities/listing_type/Subscribed/page/1 and create a bookmark with the following code as link:

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.
 

view more: ‹ prev next ›