mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
Add thanks in README
This commit is contained in:
parent
d3f5e4e833
commit
b5156e9e11
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -357,7 +357,7 @@ Camoufox is fully compatible with your existing Playwright code. You only have t
|
|||
```py
|
||||
browser = pw.firefox.launch(
|
||||
executable_path='/path/to/camoufox/launch', # Path to the Camoufox launcher
|
||||
args=['--config', '/path/to/config.json'], # Pass in file path or JSON string
|
||||
args=['--config', '/path/to/config.json'], # File path or JSON string
|
||||
)
|
||||
```
|
||||
|
||||
|
|
@ -580,3 +580,14 @@ Patches can be edited, created, removed, and managed through here.
|
|||
3. After you're done making changes, hit **Write workspace to patch** and overwrite the existing patch file.
|
||||
|
||||
---
|
||||
|
||||
## Thanks
|
||||
|
||||
- [LibreWolf](https://gitlab.com/librewolf-community/browser/source) - Debloat patches & build system inspiration
|
||||
- [BetterFox](https://github.com/yokoffing/BetterFox) - Debloat & optimizations
|
||||
- [Ghostery](https://github.com/ghostery/user-agent-desktop) - Debloat reference
|
||||
- [TOR Browser](https://2019.www.torproject.org/projects/torbrowser/design/) - Anti fingerprinting reference
|
||||
- [Jamir-boop/minimalisticfox](https://github.com/Jamir-boop/minimalisticfox) - Inspired Camoufox's minimalistic theming
|
||||
- [nicoth-in/Dark-Space-Theme](https://github.com/nicoth-in/Dark-Space-Theme) - Camoufox's dark theme
|
||||
- [Playwright](https://github.com/microsoft/playwright/tree/main/browser_patches/firefox), [Puppeteer/Juggler](https://github.com/puppeteer/juggler) - Original Juggler implementation
|
||||
- [CreepJS](https://github.com/abrahamjuliot/creepjs), [Browserleaks](https://browserleaks.com) - Valuable leak testing sites
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue