A plugin which adds back YouTube dislikes
When Youtube announced they were removing dislikes, I immediately combed through the code, trying to find some way to preserve them. Obviously there's things like the Youtube API, however I doubt that it will keep returning dislikes for much longer. Instead, I found a very crucial variable in the source code, and that is the average rating of a video. Since we still know the amount of likes, we can plug it into an equation and calculate the dislikes. I go over this in detail in the video.
Click on Code -> Download Zip. Go to Chrome, click on the three dots in the top right corner, select More Tools -> Extensions. On the left side of your screen, click on Load Unpacked. Now open the unzipped folder and make sure to select the folder inside of it. I.e. the unzipped folder will be called addBackYoutubeDislikes-main, but within it there will be another addBackYoutubeDislikes-main, that is the one you must select. After that, it should all work.
Note: You will have to refresh all your YouTube pages with Ctrl+F5 to make them update.
- You have to refresh every YouTube page using Ctrl+F5 for it to actually activate, just pressing F5 or opening a YouTube video in an opened tab won't work.
- If you can't find the 'load unpacked' button in extensions, you have to activate developer mode using the toggle button.
- If you get a message saying something along the lines of 'manifest not found' after you select the folder, you're selecting the wrong folder. You have to open the unpacked zip and select the folder inside it (has the same name, is just one step down).
- YouTube is doing weird stuff on their end and the changes haven't gotten to me yet ¯\(ツ)/¯
- Dark mode and Light mode now both work okay