Update TopRoleEverywhere.plugin.js
This commit is contained in:
parent
bac210dc42
commit
7706087cf7
|
@ -294,6 +294,7 @@ class TopRoleEverywhere {
|
|||
var idinner = idtag.querySelector(".role-inner");
|
||||
idinner.style.setProperty("color", textColorID);
|
||||
idinner.style.setProperty("background-image", bgInnerID);
|
||||
idinner.style.setProperty("-webkit-background-clip", "text");
|
||||
idinner.textContent = userID;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue