update many links, style
This commit is contained in:
parent
520cc5f529
commit
32365a9afd
1 changed files with 10 additions and 19 deletions
29
README.md
29
README.md
|
|
@ -1,9 +1,8 @@
|
|||
<p align="center"><img src="https://raw.githubusercontent.com/titaniumnetwork-dev/ultraviolet-static/main/uv.png" height="200">
|
||||
</p>
|
||||
<p style="text-align: center"><img src="https://raw.githubusercontent.com/titaniumnetwork-development/ultraviolet-static/main/uv.png" height="200"></p>
|
||||
|
||||
<h1 align="center">Ultraviolet-Node</h1>
|
||||
<h1 style="text-align: center">Ultraviolet-Node</h1>
|
||||
|
||||
<p align="center">The deployable version of Ultraviolet, a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!<br><br></p>
|
||||
The deployable version of Ultraviolet, a highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!
|
||||
|
||||
## Features
|
||||
|
||||
|
|
@ -35,7 +34,7 @@
|
|||
## Used by
|
||||
|
||||
- [Incognito](https://github.com/caracal-js/Incognito), a popular web proxy service with focus on privacy
|
||||
- [Holy-Unblocker](https://github.com/titaniumnetwork-dev/Holy-Unblocker), a popular web proxy service focusing on bypassing web filters and more
|
||||
- [Holy-Unblocker](https://git.holy.how/holy/website), a popular web proxy service focusing on bypassing web filters and more
|
||||
- [Hypertabs](titaniumnetwork.org/), a web proxy service using a PWA browser as its frontend
|
||||
|
||||
## Table of Contents
|
||||
|
|
@ -55,7 +54,7 @@ Installation of Ultraviolet is simple. You can find a Tl;DR of the installation
|
|||
## Basic Guide
|
||||
|
||||
```sh
|
||||
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Node --recursive
|
||||
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet-Node --recursive
|
||||
$ cd Ultraviolet-Node
|
||||
$ npm install
|
||||
$ npm start
|
||||
|
|
@ -82,7 +81,7 @@ Below will describe a comprehensive guide to install Ultraviolet on Linux machin
|
|||
To clone the repository, simply run the following command:
|
||||
|
||||
```sh
|
||||
$ git clone https://github.com/titaniumnetwork-dev/Ultraviolet-Node --recursive
|
||||
$ git clone https://github.com/titaniumnetwork-development/Ultraviolet-Node --recursive
|
||||
```
|
||||
|
||||
The `--recursive` flag will clone the repository and all submodules.
|
||||
|
|
@ -144,7 +143,7 @@ self.__uv$config = {
|
|||
|
||||
## Static Files
|
||||
|
||||
Static files is the frontend for Ultraviolet. A standalone repository for it can be found [here](https://github.com/titaniumnetwork-dev/Ultraviolet-Static).
|
||||
Static files is the frontend for Ultraviolet. A standalone repository for it can be found [here](https://github.com/titaniumnetwork-development/Ultraviolet-Static).
|
||||
|
||||
## Nginx configuration
|
||||
|
||||
|
|
@ -168,11 +167,11 @@ location / {
|
|||
|
||||
## Core Scripts
|
||||
|
||||
[Configuration](#configuration) mentions a few scripts that make up Ultraviolet. To get documentation for what each of the scripts do, check out the [documentation](https://github.com/titaniumnetwork-dev/Ultraviolet-Core) for them in their standalone repository.
|
||||
[Configuration](#configuration) mentions a few scripts that make up Ultraviolet. To get documentation for what each of the scripts do, check out the [documentation](https://github.com/titaniumnetwork-development/Ultraviolet-Core) for them in their standalone repository.
|
||||
|
||||
# Main Scripts After Building
|
||||
|
||||
The client-hooking & service worker scripts required for UV are located in [ultraviolet-scripts](https://github.com/titaniumnetwork-dev/ultraviolet-scripts)
|
||||
The client-hooking & service worker scripts required for UV are located in [ultraviolet-scripts](https://github.com/titaniumnetwork-development/ultraviolet-scripts)
|
||||
|
||||
- Scripts
|
||||
- `uv.sw.js` Service worker gateway
|
||||
|
|
@ -180,12 +179,4 @@ The client-hooking & service worker scripts required for UV are located in [ultr
|
|||
- `uv.bundle.js` Webpack compiled Ultraviolet rewriter
|
||||
- `uv.handler.js` Client-side hooking
|
||||
- `uv.config.js` Configuration
|
||||
|
||||
# Authors
|
||||
|
||||
- Caracal.js (Creator of Ultraviolet)
|
||||
- Divide (Creator of TOMP)
|
||||
|
||||
# Credits
|
||||
|
||||
- https://github.com/tomphttp
|
||||
sssss
|
||||
Loading…
Add table
Reference in a new issue