/carousell-infinite-scroll

Chrome extension to enable infinite scrolling on the Carousell Website

Primary LanguageJavaScript

Carousell Infinite Scroll

A Chrome extension that automatically clicks on "Load more results" button when it comes into view.

Currently not on Chrome Web Store.

How to install

Go to chrome://extensions in your browser and click on "Load unpacked". Select the directory you cloned this repo to load this extension.

Development

Install dependencies:

yarn

Watch for changes and build scripts

yarn dev

Build scripts

Run the following to build src files to scripts dir:

yarn build