1
0
mirror of https://github.com/pixeltris/TwitchAdSolutions.git synced 2024-11-25 11:52:52 +01:00

Temporary "fix" for new commercial screen #83

This commit is contained in:
pixeltris 2022-08-22 20:38:04 +01:00
parent 5703953fde
commit 7d58144402
4 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@ twitch-videoad.js application/javascript
for (var i = 0; i < bs.length; i++) {
scope.gql_device_id_rolling += charTable[(bs.charCodeAt(i) ^ di) % charTable.length];
}
scope.gql_device_id_rolling = '1';//temporary
}
declareOptions(window);
var twitchMainWorker = null;

View File

@ -40,6 +40,7 @@
for (var i = 0; i < bs.length; i++) {
scope.gql_device_id_rolling += charTable[(bs.charCodeAt(i) ^ di) % charTable.length];
}
scope.gql_device_id_rolling = '1';//temporary
}
declareOptions(window);
var twitchMainWorker = null;

View File

@ -28,6 +28,7 @@ twitch-videoad.js application/javascript
for (var i = 0; i < bs.length; i++) {
scope.gql_device_id_rolling += charTable[(bs.charCodeAt(i) ^ di) % charTable.length];
}
scope.gql_device_id_rolling = '1';//temporary
}
declareOptions(window);
var twitchMainWorker = null;

View File

@ -39,6 +39,7 @@
for (var i = 0; i < bs.length; i++) {
scope.gql_device_id_rolling += charTable[(bs.charCodeAt(i) ^ di) % charTable.length];
}
scope.gql_device_id_rolling = '1';//temporary
}
declareOptions(window);
var twitchMainWorker = null;