├── .gitignore ├── README.md ├── ghost-scroll.mjs └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alverrt/ghost-scroll/HEAD/README.md -------------------------------------------------------------------------------- /ghost-scroll.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alverrt/ghost-scroll/HEAD/ghost-scroll.mjs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alverrt/ghost-scroll/HEAD/package.json --------------------------------------------------------------------------------