Fix CSS styles not getting applied

This commit is contained in:
Tamius Han 2025-12-22 03:36:11 +01:00
parent 9515c1b01a
commit 4a562443b1

View File

@ -128,7 +128,7 @@ class VideoData {
this.pageInfo = pageInfo;
this.videoStatusOk = false;
this.vdid = `${ (Math.random() * 421) % 420}`;
this.vdid = `${ (Math.random() * 421).toFixed(0) }`;
this.userCssClassName = `uw-fuck-you-and-do-what-i-tell-you_${this.vdid}`;