Skip to content

Commit

Permalink
updating uv for now.gg bypass!!
Browse files Browse the repository at this point in the history
Updating UV for NowGG Bypass.
  • Loading branch information
juniorbutyeah committed Aug 24, 2023
2 parents 66528db + f361789 commit f49ace9
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 41,233 deletions.
39,307 changes: 3 additions & 39,304 deletions static/uv/uv.bundle.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions static/uv/uv.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* mime-db
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2015-2022 Douglas Christopher Wilson
* MIT Licensed
*/
1 change: 1 addition & 0 deletions static/uv/uv.bundle.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/uv/uv.client.js.map

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions static/uv/uv.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
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',
};
/*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',
};
Loading

0 comments on commit f49ace9

Please sign in to comment.