Aneimitys

Results 146 comments of Aneimitys

There is only one ratio available that is using the API. Youtube stopped providing the official dislike data last year.

possible duplicate of #538 Did that uploader disable like counter **after** publishing the video?

Please do come back if you have the same problem again. We cannot cover all exceptional cases until we have found all of them (which we won't)

``` x = document.querySelector('ytd-sentiment-bar-renderer#sentiment div#container') x.style.backgroundColor = 'red' y = x.querySelector('div#like-bar') y.style.width = '66%' y.style.backgroundColor = 'lime' ``` This seems easier than the current function: https://github.com/Anarios/return-youtube-dislike/blob/2e6ed5298b7851b7ea84dcfa298167689f516496/Extensions/combined/src/bar.js#L4 What about mobile and...

`--unsafely-treat-insecure-origin-as-secure` anything to do with this It's supposed to be used with specified domain names

This will be fixed in https://github.com/Anarios/return-youtube-dislike/pull/594. If you are capable, you may go to my PR branch and build a test extension to verify.

Just to add to you @sy-b , (1) MITM attack is as widely and conveniently used as local ad filters like pihole (I believe so; haven't used) There's no easy...

Hello! This is an ongoing issue with many discussions. To name a few: https://github.com/Anarios/return-youtube-dislike/pull/541 https://github.com/Anarios/return-youtube-dislike/issues/576 https://github.com/Anarios/return-youtube-dislike/issues/553 It's not because the extension gets frequent updates. It's because of a bug that...