This is a Safelyx's browser extension built using Deno.
- Firefox (Firefox Store)
- Chrome/Brave/Edge/Vivaldi (Chrome Web Store)
- Safari (Download unsigned app from releases)
This was tested with deno
's version stated in the .dvmrc
file, though it's possible other versions might work.
There are no other dependencies. Deno!
$ make start
$ make load-in-firefox
$ make format
$ make test
$ make bundle
$ make build
- Static files are defined at
public/
. - Bundling happens via
bundle.ts
.