Skip to content

Commit

Permalink
Revert "Updating UV for NowGG Bypass."
Browse files Browse the repository at this point in the history
  • Loading branch information
9rh committed Aug 24, 2023
1 parent f49ace9 commit b954dad
Show file tree
Hide file tree
Showing 10 changed files with 41,233 additions and 30 deletions.
39,307 changes: 39,304 additions & 3 deletions static/uv/uv.bundle.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions static/uv/uv.bundle.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion static/uv/uv.bundle.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions static/uv/uv.client.js

This file was deleted.

1 change: 0 additions & 1 deletion static/uv/uv.client.js.map

This file was deleted.

22 changes: 10 additions & 12 deletions static/uv/uv.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
/*global Ultraviolet*/
self.__uv$config = {
prefix: '/service/',
bare: '/bare/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/worksheets/uv/uv.handler.js',
client: '/worksheets/uv/uv.client.js',
bundle: '/worksheets/uv/uv.bundle.js',
config: '/worksheets/uv/uv.config.js',
sw: '/worksheets/uv/uv.sw.js',
};
self.__uv$config = {
prefix: '/service/',
bare: '/bare/',
encodeUrl: Ultraviolet.codec.xor.encode,
decodeUrl: Ultraviolet.codec.xor.decode,
handler: '/uv/uv.handler.js',
bundle: '/uv/uv.bundle.js',
config: '/uv/uv.config.js',
sw: '/uv/uv.sw.js',
};
1,131 changes: 1,129 additions & 2 deletions static/uv/uv.handler.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/uv/uv.handler.js.map

This file was deleted.

791 changes: 790 additions & 1 deletion static/uv/uv.sw.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/uv/uv.sw.js.map

This file was deleted.

0 comments on commit b954dad

Please sign in to comment.