Scramjet is an experimental interception based web proxy designed to evade internet censorship, bypass arbitrary web browser restrictions and innovate web proxy technologies. This project strives to maintain security, developer friendliness and performance unlike many other web proxies regardless of its open source nature. https://scramjet.mercurywork.shop/
Find a file
2024-07-29 22:29:32 -07:00
assets add logo 2024-07-14 23:53:57 -05:00
lib semicolons 2024-07-14 16:31:36 -07:00
rewriter pass in full scramjet config 2024-07-29 22:29:32 -07:00
src pass in full scramjet config 2024-07-29 22:29:32 -07:00
static update paths to transports 2024-07-27 05:04:34 -05:00
tests wasm 2024-07-14 23:53:41 -05:00
.eslintrc.json prettier 2024-07-16 17:42:21 -05:00
.gitignore scuffed ahh assignmentrewriter 2024-07-19 19:55:15 -04:00
.prettierignore chore: prettier 2024-07-17 20:16:02 -04:00
.prettierrc.js chore: prettier 2024-07-17 20:16:02 -04:00
farm.config.ts scuffed ahh assignmentrewriter 2024-07-19 19:55:15 -04:00
LICENSE add license and client apis 2024-06-17 06:20:32 -04:00
package.json update to latest percury unblocker 2024-07-27 05:02:14 -05:00
pnpm-lock.yaml update to latest percury unblocker 2024-07-27 05:02:14 -05:00
prettier.json fix formatting again 2024-07-14 18:25:21 -07:00
rainbow6siege Create rainbow6siege 2024-05-27 21:42:11 -04:00
README.md include npm version in readme 2024-07-17 01:46:21 -05:00
rollup.config.js scuffed ahh assignmentrewriter 2024-07-19 19:55:15 -04:00
rspack.config.js remove watch from rspack config 2024-07-21 18:03:56 -05:00
server.js use js function to encode 2024-07-26 22:24:25 -07:00
tsconfig.json Add format script to package.json and format with prettier. 2024-07-14 20:18:28 -05:00


npm version

Scramjet is an experimental web proxy that aims to be the successor to Ultraviolet.

It currently does not support most websites due to it being very early in the development stage.

The UI is not finalized and only used as a means to test the web proxy.

How to build

Running pnpm dev will build Scramjet and start a dev server on localhost:1337. If you only want to build the proxy without using the dev server, run pnpm build.

TODO

  • Finish HTML rewriting
    • <script type="importmap"></script> rewriting
      • Make an array of all possible import values and pass the array onto the JS rewriter, then rewrite all the URLs inside of it
  • Finish JS rewriting
    • Check imports/exports for values contained in the importmap array, don't rewrite the node value if present
  • Write client APIs