Anarios / return-youtube-dislike

Chrome extension to return youtube dislikes
https://returnyoutubedislike.com/
GNU General Public License v3.0
12.49k stars 555 forks source link

(Feature Request): Option so likes/dislikes aren't sent to youtube #942

Closed danielocdh closed 10 months ago

danielocdh commented 11 months ago

Extension or Userscript?

Extension

Request or suggest a new feature!

A new option so like/dislike data is not sent to youtube.

It probably shouldn't be enabled by default as most users wouldn't expect the behavior, still users could be notified that the feature exists after updating the extension.

I think it could make return-youtube-dislike have extra data that doesn't rely on youtube, I feel like youtube doesn't deserve to have the like/dislike data if the dislikes are not gonna be public.

Ways to implement this!

With the option enabled the likes/dislikes would not be sent to youtube so the data would be a bit different, I think the return-youtube-dislike api call should be different and something would be needed to be implemented server side to receive and count/process this different data

Can you work on this?

Will you be available for follow-up questions to help developers implement this?

Yes

CodingArctic commented 10 months ago

i feel like this wouldn't punish youtube as much as it would punish independent content creators. if your like data isn't being sent, at a big enough scale, your favorite creator would be missing out on the likes they need to get pushed in the algorithm. that's just my opinion though

Nightcaat commented 10 months ago

RYD is mostly meant to be a bandaid for the lack of a dislike count but I think the bigger problem regarding this suggestion is implementing it:

These aren’t super difficult problems to solve but the question is if anyone’s willing to and if it’s worth adding to RYD and maintaining.

danielocdh commented 10 months ago

@CodingArctic You are likely right, RYD for creators functionality would need to be added or another extension with it created @Nightcaat

So now it seems to me that this suggestion would have to make RYD a fully independent alternative for the youtube dislike+like system, which might be too far from the purpose of RYD