https://github.com/do-say-go/browsergap.js
BrowserGap client side library. Check commercial product: https://dosyago.com
https://github.com/do-say-go/browsergap.js
chrome-headless remote-browser-isolation zero-trust-security
Last synced: 6 months ago
JSON representation
BrowserGap client side library. Check commercial product: https://dosyago.com
- Host: GitHub
- URL: https://github.com/do-say-go/browsergap.js
- Owner: DO-SAY-GO
- License: mit
- Created: 2020-08-08T10:31:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T16:39:59.000Z (over 4 years ago)
- Last Synced: 2025-04-14T22:07:37.904Z (6 months ago)
- Topics: chrome-headless, remote-browser-isolation, zero-trust-security
- Language: JavaScript
- Homepage: https://dosyago.com
- Size: 32.2 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :sweat_drops: browsergap.js
BrowserGap client side library. Open URLs securely with [BrowserGap](https://browsergap.dosyago.com).
"Pixel" distancing and quarantine for the web. Supports PDF and other document formats not just web sites.
As specially used by [ISOlation.SITE](https://isolation.site)
## get it
```shell
npm I --save @dosy/browsergap.js
```## `BG.openSecurely(url: URI)`
An API to open a link in a secure remote browser context. Calling the below will open a new tab.
Example using snowpack:
```js
import BrowserGap from './web_modules/@dosy/browsergapjs.js';const BG = BrowserGap('');
BG.openSecurely(url);
```## API Keys
You can [purchase an API key](https://browsergap.dosyago.com) whenever you need one.
Currently they give you a number of secure opens per month.
## don't want to pay?
Try the free demo: https://isolation.site