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

RYD userscript not showing dislike count (again) #905

Closed EricE549X closed 1 year ago

EricE549X commented 1 year ago

Have you tried to find similar open issues?

Browser

Safari

Browser Version

16.4

Extension or Userscript?

Userscript

Extension/Userscript Version

3.1.1

Video link where you see the problem

any video

What happened?

the dislike count randomly disappeared today i guess lol

How to reproduce/recreate?

  1. go to any video
  2. see error

Will you be available for follow-up questions to help developers diagnose & fix the issue?

Yes

Anarios commented 1 year ago

Known issue, working on a fix.

EricE549X commented 1 year ago

thanks

Ian-07 commented 1 year ago

Having same issue with extension v3.0.0.8.

ENTPRESTIGIOUS commented 1 year ago

yeah having the same issue, coming here to look version 3.0.0.8

virtuallyunknown commented 1 year ago

I am having a similar same issue, but I am using the extension instead of a user script.

TypeError: getDislikeButton() is undefined
    addLikeDislikeEventListener moz-extension://8e58f0e3-5973-4406-a3cf-818e06aaabad/ryd.content-script.js:905
    checkForJS_Finish moz-extension://8e58f0e3-5973-4406-a3cf-818e06aaabad/ryd.content-script.js:983
// moz-extension://8e58f0e3-5973-4406-a3cf-818e06aaabad/ryd.content-script.js:983
function setEventListeners(evt) {
  function checkForJS_Finish() {
    if (isShorts() || (getButtons()?.offsetParent && isVideoLoaded())) {
      addLikeDislikeEventListener();
      setInitialState();
      getBrowser().storage.onChanged.addListener(storageChangeHandler);
      clearInterval(jsInitChecktimer);
      jsInitChecktimer = null;
    }
  }

  jsInitChecktimer = setInterval(checkForJS_Finish, 111);
}

// moz-extension://8e58f0e3-5973-4406-a3cf-818e06aaabad/ryd.content-script.js:905
function addLikeDislikeEventListener() {
  if (!window.returnDislikeButtonlistenersSet) {
    getLikeButton().addEventListener("click", likeClicked);
    getDislikeButton().addEventListener("click", dislikeClicked);
//  ^^^^^^^^^^^^^^^^ 
    getLikeButton().addEventListener("touchstart", likeClicked);
    getLikeButton().addEventListener("touchstart", dislikeClicked);
    window.returnDislikeButtonlistenersSet = true;
  }
}

RYD: 3.0.0.8 Firefox: 112.0.2

drozumek commented 1 year ago

Browser - MS Edge - same problem. Dislikes aren't visible

Drogobo commented 1 year ago

I am a Firefox user on Linux. This is an issue.

captainnintendo commented 1 year ago

I'm using Brave on Linux, and I'm having the same issue.

commanderh commented 1 year ago

I also wanted to add it's also an issue on Chrome and mac OS Ventura 13.3.1

itkind commented 1 year ago

Same issue on Vivaldi and mac OS Ventura 13.3.1

AlmostHuman34 commented 1 year ago

brave same issue

nanowell commented 1 year ago

MS edge same problem

friendly-misanthrope commented 1 year ago

Using extension v3.0.0.8. Dislike count stopped showing today. Brave browser on Win10.

Pentazer commented 1 year ago

Same, today, using Win 10 and Opera GX

a12dongithub commented 1 year ago

Not working with Win 10 and brave + Edge

CroaBeast commented 1 year ago

Opera GX and Win 11, with extension v3.0.0.8 has the same issue.

KuryKat commented 1 year ago

https://www.reddit.com/r/firefox/comments/13byjak/comment/jjdosxs/?utm_source=share&utm_medium=web2x&context=3

NathanX-S commented 1 year ago

Also occurring on extension.

DragShot commented 1 year ago

Firefox 84 on Windows. Same issue.

Orion81200 commented 1 year ago

Chrome Version 113.0.5672.93 same issue

RudovEgor commented 1 year ago

Firefox 112.0 on Windows 10. Same issue.

Henrylau127 commented 1 year ago

Brave 1.51.110 on Windows 11, same issue

WoTEgg commented 1 year ago

Same issue Firefox extension Windows 10 Firefox 112.0.1

MykStreja commented 1 year ago

YouTube doesn't seem to like when people automate their voting system. I use an extension called Auto Like that likes vids from subscribed content providers in the background, and that keeps getting tweaked out. This issue again has nothing to do with the browser, it's YT/Google trying to deny our right to vote as we see fit.

ARogueOtaku commented 1 year ago

Seems it is fixed on Edge/Chrome? Was a fix implemented in the extension code or did YouTube revert the breaking change?

switchmaxfx commented 1 year ago

Getting the same issue on firefox 112.0.2 (64-bit). using v3.0.0.8.

SamGitHub1807 commented 1 year ago

It's working again now. Thank you!

EricE549X commented 1 year ago

update released, closing as completed

WaviestBalloon commented 1 year ago

For me, this is still an active issue, even after a reinstall of the add-on on Firefox.

avindra commented 1 year ago

Userscript is working. Firefox hasn't published the latest version of the add-on yet.

WaviestBalloon commented 1 year ago

Userscript is working. Firefox hasn't published the latest version of the add-on yet.

Got it. Thank you