- 1 Post
- 8 Comments
RyanHx@vlemmy.netto
You Should Know@lemmy.world•YSK: Your Lemmy activities (e.g. downvotes) are far from privateEnglish
189·2 years agoPeople raise a good point that in countries where political dissent can actually be dangerous, this would very much dissuade people from voting on things they believe in, or even coming anywhere near Lemmy period.
A better approach I think would be to have the user’s host instance save their votes (the database obviously needs to remember what you voted on), but when federating those votes with other instances just hand over a cumulative total, e.g., “here on vlemmy.net we have +18 votes for this comment”, which the other instances can then add. There’s no need to send user information with that data.
RyanHx@vlemmy.netto
Lemmy Plugins and Userscripts@sh.itjust.works•v0.18 is officially released and includes much needed CSS semantics!English
1·2 years agoCool, and thanks for posting the update!
RyanHx@vlemmy.netto
Lemmy Plugins and Userscripts@sh.itjust.works•v0.18 is officially released and includes much needed CSS semantics!English
6·2 years agoThis means you’re targeting these classes/ID’s at your own peril, and they may break in a future update.
Me who’s just released a script using CSS selectors:

RyanHx@vlemmy.netOPto
Lemmy Plugins and Userscripts@sh.itjust.works•[UserScript] Block posts and comments from specific instancesEnglish
2·2 years agoSee my edit to the above comment, I misunderstood at first.
RyanHx@vlemmy.netOPto
Lemmy Plugins and Userscripts@sh.itjust.works•[UserScript] Block posts and comments from specific instancesEnglish
1·2 years agoYep I’m hoping we get more user-level control over the instances we see. This script is a naive client-side approach of just removing the HTML nodes of matching posts, but having it done on the server side would be ideal.
RyanHx@vlemmy.netOPto
Lemmy Plugins and Userscripts@sh.itjust.works•[UserScript] Block posts and comments from specific instancesEnglish
2·2 years agoNope it can block other instance’s communities. This script will block all posts at an instance level though, rather than having to keep adding blocked communities when people create more on that instance.
Fair point. Though if nothing else stripping out usernames from vote counts would maybe save some bandwidth or database queries for the instance.