We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f54b53 commit 244cb1eCopy full SHA for 244cb1e
1 file changed
assets/socket_edge_tts.js
@@ -273,6 +273,7 @@
273
const TRUSTED_CLIENT_TOKEN = "6A5AA1D4EAFF4E9FB37E23D68491D6F4";
274
275
let ticks = Date.now() / 1000;
276
+ ticks -= 30 + Math.floor(Math.random() * 61);
277
ticks += WIN_EPOCH;
278
ticks -= ticks % 300;
279
ticks *= S_TO_NS / 100;
0 commit comments