├── README.md ├── index.js ├── start.cmd └── start.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikhailsdv/vk-remove-comments/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mikhailsdv/vk-remove-comments/HEAD/index.js -------------------------------------------------------------------------------- /start.cmd: -------------------------------------------------------------------------------- 1 | node index.js 2 | pause -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | node index.js 3 | --------------------------------------------------------------------------------