this post was submitted on 06 Oct 2025
-4 points (42.9% liked)

Lemmy

13980 readers
9 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 5 years ago
MODERATORS
 

I’d love a Firefox extension that crossposts to Lemmy whenever I upvote a Reddit post. The communities I follow on Reddit are still too niche on Lemmy. I want more of that content here but don’t want to spend the time re-posting manually.

Anyone seen an extension like this?

you are viewing a single comment's thread
view the rest of the comments
[–] Shatur@lemmy.ml 5 points 1 week ago (1 children)

I don't think it's technically possible. But I think there are instances that mirror specific subreddits via bots.

[–] limer@lemmy.ml 6 points 1 week ago* (last edited 1 week ago)

It’s possible to make it, I’ve made ff extensions before.

Just listen to the upvote button click, resolve the redirected url of the post, or copy the post text and submit the new post to a mapped community. Need to be logged in to lemmy .

Edit: use regex to get a valid CSRF token before posting