Navigation redirects for the masses. https://holllo.org/re-nav/
Go to file
Bauke 2726d2af30
Version 0.1.0!
2022-11-02 12:48:56 +01:00
source Don't check redirects in subframes. 2022-11-02 12:16:46 +01:00
tests Add a regex redirect. 2022-11-02 11:10:29 +01:00
.gitignore Add project files. 2022-10-05 12:25:58 +02:00
.stylelintrc.json Add project files. 2022-10-05 12:25:58 +02:00
LICENSE Initial commit. 2022-10-03 19:10:06 +02:00
README.md Fix name. 2022-10-05 13:12:17 +02:00
package.json Remove the nanoid dependency. 2022-10-27 21:13:26 +02:00
pnpm-lock.yaml Remove the nanoid dependency. 2022-10-27 21:13:26 +02:00
tsconfig.json Switch CommonJS configuration to module instead. 2022-10-05 18:31:53 +02:00
vite.config.ts Add project files. 2022-10-05 12:25:58 +02:00

README.md

Re ↩ Nav

Navigation redirects for the masses.

Installation

You can install Re-Nav through the stores linked above, manually from a file (see the Releases page for ZIP files) or from source.

Development

To build Re-Nav you will need git, NodeJS and pnpm.

  • Install the dependencies with pnpm install.
  • Start a separate browser with pnpm start.
  • Build the WebExtension for production with pnpm build.
  • Test the code with pnpm test.

License

Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.