pgamerx / yt-dislikes-viewer

A browser extension that allows you to see dislikes on a youtube video after the youtube update
https://yt-dislikes-viewer.js.org
GNU General Public License v3.0
296 stars 20 forks source link

added ratio bar back issue was getLikes()(please test in FF) #31

Closed thereaper90917 closed 2 years ago

thereaper90917 commented 2 years ago

the issue was how we got likes it didn't work well with FF. please test this in FF see if it works now.

pgamerx commented 2 years ago

I will merge this now and test it on Firefox tomorrow before publishing the version to Mozilla FireFox.

pgamerx commented 2 years ago

Doesn't work Screenshot 2021-11-23 at 9 13 17 PM

pgamerx commented 2 years ago

Does not show dislikes either.

pgamerx commented 2 years ago
      browser.tabs.sendMessage(tabId, {
        message: "progressbar",
        url: changeInfo.url,
      });
    }

This part gets error