Go to file
2023-08-19 10:03:23 +03:00
src feat: stackoverflow parser for questions page 2023-08-18 20:50:26 +03:00
static Update get.css 2023-08-19 10:03:23 +03:00
templates feat: stackoverflow parser for questions page 2023-08-18 20:50:26 +03:00
.env.example Update .env.example 2023-08-18 12:00:03 +03:00
.eslintrc.json Initial commit 2023-08-13 20:38:33 +03:00
.gitattributes Initial commit 2023-08-13 20:38:33 +03:00
.gitignore Initial commit 2023-08-13 20:38:33 +03:00
LICENSE Create LICENSE 2023-08-14 14:39:36 +03:00
package-lock.json fix: google results 2023-08-18 11:09:02 +03:00
package.json fix: google results 2023-08-18 11:09:02 +03:00
README.md Bugfix: disallow proxying of local resources 2023-08-17 18:00:39 +04:00
tsconfig.json ci: cleancss and copyfiles 2023-08-15 17:15:54 +03:00

txt.
MIT license Latest release Matrix chat

HTTP proxy that parses only text, links and pictures from pages reducing internet traffic, removing ads and heavy scripts.

Uses Mozilla's readability.js, JSDOM, Fastify web framework.

Installation

npm install

Running

Dev

npm run dev

Prod

npm run build
npm run start