|
@@ -2,7 +2,7 @@
|
|
// @name Return YouTube Dislike
|
|
// @name Return YouTube Dislike
|
|
// @namespace https://www.returnyoutubedislike.com/
|
|
// @namespace https://www.returnyoutubedislike.com/
|
|
// @homepage https://www.returnyoutubedislike.com/
|
|
// @homepage https://www.returnyoutubedislike.com/
|
|
-// @version 3.1.0
|
|
|
|
|
|
+// @version 3.1.1
|
|
// @encoding utf-8
|
|
// @encoding utf-8
|
|
// @description Return of the YouTube Dislike, Based off https://www.returnyoutubedislike.com/
|
|
// @description Return of the YouTube Dislike, Based off https://www.returnyoutubedislike.com/
|
|
// @icon https://github.com/Anarios/return-youtube-dislike/raw/main/Icons/Return%20Youtube%20Dislike%20-%20Transparent.png
|
|
// @icon https://github.com/Anarios/return-youtube-dislike/raw/main/Icons/Return%20Youtube%20Dislike%20-%20Transparent.png
|
|
@@ -129,7 +129,7 @@ function getDislikeTextContainer() {
|
|
if (result === null) {
|
|
if (result === null) {
|
|
let textSpan = document.createElement("span");
|
|
let textSpan = document.createElement("span");
|
|
textSpan.id = "text";
|
|
textSpan.id = "text";
|
|
- textSpan.style.marginLeft = "2px";
|
|
|
|
|
|
+ textSpan.style.marginLeft = "6px";
|
|
getDislikeButton().querySelector("button").appendChild(textSpan);
|
|
getDislikeButton().querySelector("button").appendChild(textSpan);
|
|
getDislikeButton().querySelector("button").style.width = "auto";
|
|
getDislikeButton().querySelector("button").style.width = "auto";
|
|
result = getDislikeButton().querySelector("#text");
|
|
result = getDislikeButton().querySelector("#text");
|