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