ram

joined 1 year ago
[–] [email protected] 6 points 10 months ago (6 children)

I don't see how this is any different from adding another e-mail account on gmail.

[–] [email protected] 4 points 10 months ago* (last edited 10 months ago) (1 children)

These are the uBlock rules used to block the headers from youtube channels. The 'about' tab is intentionally left unfiltered for the cases I actually want to see that information.

https://pastebin.com/raw/MEUPPs0Z

edit: had to put the code on pastebin since the code markdown doesn't seem to work here.

[–] [email protected] 4 points 10 months ago (6 children)
[–] [email protected] 14 points 10 months ago* (last edited 10 months ago) (9 children)

Adblockers can do more than just block ads, they also allow you to customize websites. As a simple example you can remove the annoying headers on youtube channels that take half the screen:

It's also great for news sites. I have a filter to remove articles on topics I don't care about. I also have rules to prevent these sites from automatically reloading after certain amount of time, something that I find very annoying.

 

By advantage I mean posts from those instances receiving more visibility than others on feeds that sort by score (active, hot, top).

There seems to be at least two ways in which posts from instances that don't allow downvotes receive an advantage:

  • They don't federate downvotes. That means other instances only count downvotes from their own users but not from the rest of the fediverse.
  • A downvote sometimes can be counted and federated as an upvote. This happens when you first upvote a post and then change it to a downvote.

Let's see an example. Suppose we are a user from instance A that allows downvotes and we want to vote a post on instance B that doesn't allow downvotes. Watch what happens on instance C that also allows downvotes.

  1. Before the vote this is what users from each instance see (upvote - downvote = total score)
    A: 10 - 0 = 10
    B: 10 - 0 = 10
    C: 10 - 0 = 10

  2. Now we upvote the post:
    A: 11 - 0 = 11
    B: 11 - 0 = 11
    C: 11 - 0 = 11

  3. We misclicked, we meant to downvote the post:
    A: 10 - 1 = 9
    B: 11 - 0 = 11
    C: 11 - 0 = 11

If the post was hosted on an instance that allowed downvotes users from instance C would see a total score of 9.