@mercuryworkshop/scramjet 1.0.1 → 2.0.0-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -630,11 +630,11 @@ state the exclusion of warranty; and each file should have at least
630
630
  the "copyright" line and a pointer to where the full notice is found.
631
631
 
632
632
  <one line to give the program's name and a brief idea of what it does.>
633
- Copyright (C) 2024 <name of author>
633
+ Copyright (C) <year> <name of author>
634
634
 
635
635
  This program is free software: you can redistribute it and/or modify
636
- it under the terms of the GNU Affero General Public License as published
637
- by the Free Software Foundation, either version 3 of the License, or
636
+ it under the terms of the GNU Affero General Public License as published by
637
+ the Free Software Foundation, either version 3 of the License, or
638
638
  (at your option) any later version.
639
639
 
640
640
  This program is distributed in the hope that it will be useful,
package/README.md CHANGED
@@ -1,21 +1,65 @@
1
- # Scramjet
2
-
3
- Scramjet is an experimental web proxy that aims to be the successor to Ultraviolet.
4
-
5
- It currently does not support most websites due to it being very early in the development stage.
6
-
7
- The UI is not finalized and only used as a means to test the web proxy.
8
-
9
- ## How to build
10
- 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`.
11
-
12
-
13
-
14
- ## TODO
15
- - Finish HTML rewriting
16
- - `<script type="importmap"></script>` rewriting
17
- - Make an array of all possible import values and pass the array onto the JS rewriter, then rewrite all the URLs inside of it
18
- - Finish JS rewriting
19
- - Only thing rewritten currently are imports and exports
20
- - Check imports/exports for values contained in the `importmap` array, don't rewrite the node value if present
21
- - Write client APIs
1
+ <h3 align="center"><img width="80" alt="Browser.js" src="./assets/icon-256.png"></h3>
2
+
3
+ <h3 align="center">Highly Configurable Browser Environment for the Web</h3>
4
+
5
+ <p align="center">
6
+ <a href="https://puter.com/app/puter-browser-beta"><strong>« LIVE DEMO »</strong></a>
7
+ <br />
8
+ <br />
9
+ <a href="https://puter.com">Puter.com</a>
10
+ ·
11
+ <a href="https://discord.com/invite/PQcx7Teh8u">Discord</a>
12
+ ·
13
+ <a href="https://reddit.com/r/puter">Reddit</a>
14
+ ·
15
+ <a href="https://twitter.com/HeyPuter">X</a>
16
+ </p>
17
+ <h3 align="center"><img style="border-radius:5px;" alt="screenshot" src="./assets/screenshot.png"></h3>
18
+
19
+ <br>
20
+
21
+ # Browser.js
22
+
23
+ "A browser in a browser!", Browser.js is a highly configurable browser environment for the web.
24
+
25
+ It can be used as:
26
+
27
+ - An end-to-end encrypted, cloud-based browser accessible from any device at anytime
28
+ - A headless browser that can be embedded in other websites and applications
29
+ - A fast, lightweight, and no-installation alternative to Puppeteer, Playwright, and Selenium
30
+ - An alternative to Ultraviolet, Rammerhead, and other web proxy browsers
31
+
32
+
33
+ <br>
34
+
35
+ ## Getting Started
36
+
37
+ See [CONTRIBUTING.md](/CONTRIBUTING.md) for build instructions
38
+
39
+ > [!WARNING]
40
+ > Browser.js does not currently have site isolation! Do not use it for sensitive data!
41
+
42
+ <br>
43
+
44
+
45
+ ## Support
46
+
47
+ Connect with the maintainers and community through these channels:
48
+
49
+ - Bug report or feature request? Please [open an issue](https://github.com/HeyPuter/browser.js/issues/new/choose).
50
+ - Discord: [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u)
51
+ - X (Twitter): [x.com/HeyPuter](https://x.com/HeyPuter)
52
+ - Reddit: [reddit.com/r/puter/](https://www.reddit.com/r/puter/)
53
+ - Mastodon: [mastodon.social/@puter](https://mastodon.social/@puter)
54
+ - Security issues? [security@puter.com](mailto:security@puter.com)
55
+ - Email maintainers at [hi@puter.com](mailto:hi@puter.com)
56
+
57
+ We are always happy to help you with any questions you may have. Don't hesitate to ask!
58
+
59
+ <br/>
60
+
61
+ ## License
62
+
63
+ This repository, including all its contents, sub-projects, modules, and components, is licensed under [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) unless explicitly stated otherwise. Third-party libraries included in this repository may be subject to their own licenses.
64
+
65
+ <br/>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file