Skip to content

Commit

Permalink
Add compile information to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceiridge committed Nov 12, 2023
1 parent 91e4693 commit 0d3ae1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ dist
# More caches
.awcache/
.idea/
.userscripter-temp/

# Custom
RE/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,11 @@ This is a userscript that can be compiled with webpack.

The architecture can be divided into **workers and controllers**. The controller is executed in the main frame on the target site and displays the entire user interface and interoperates with the workers in the iframes.
The worker is executed on the actual target site and hooks, intercepts and replaces the media input and performs user actions programmatically.

It is recommended to take a look into `consts.ts`.

Compilation: Clone, `npm ci`, `npm run build` (Node 14)

## Current Situation

Omegle has fully shut down. The userscript barely works on Ome.Tv at the moment. More sites are not yet supported.
Expand Down

0 comments on commit 0d3ae1e

Please sign in to comment.