barbarabrito / js-disabler

A small tool I made to disable JavaScript on HTML pages so I can pass through paywalls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js disabler

A small tool I made that disables JavaScript on HTML pages so I can pass through paywalls.

For this I used pupeteer and express-handlebars.

To run locally

1. Clone the repository and get inside the folder
git clone https://github.com/barbarabrito/js-disabler.git
cd js-disabler
2. Install the dependencies
npm install
npm run dev

About

A small tool I made to disable JavaScript on HTML pages so I can pass through paywalls

License:MIT License


Languages

Language:TypeScript 39.3%Language:CSS 34.9%Language:Handlebars 25.8%