Version 0.2

This commit is contained in:
Jesper 2022-01-07 15:45:38 +01:00
parent af9d15f4b6
commit 42555674bd

View File

@ -2,7 +2,7 @@
// @name Return Dislike Count Invidious
// @namespace https://github.com/jesperbakhandskemager/Return-Invidious-Dislike-Count
// @encoding utf-8
// @version 0.1
// @version 0.2
// @description Return the dislike count to Invidious
// @author Jesper Bak Handskemager
// @icon https://www.google.com/s2/favicons?domain=yewtu.be
@ -26,4 +26,4 @@ GM.xmlHttpRequest({
document.getElementById("dislikes").innerHTML = "<i class='icon ion-ios-thumbs-down'></i> " + data.dislikes.toLocaleString('en-US');
document.getElementById("rating").innerHTML = "Rating: " + Math.round(data.rating * 10) / 10 + " / 5";
}
});
});