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

Lemmy

13983 readers
50 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
[–] limer@lemmy.ml 7 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