├── .vscode └── settings.json ├── README.md ├── index.html ├── main.js └── style.css /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thuotracy/javascript-style-changer/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thuotracy/javascript-style-changer/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thuotracy/javascript-style-changer/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thuotracy/javascript-style-changer/HEAD/main.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Thuotracy/javascript-style-changer/HEAD/style.css --------------------------------------------------------------------------------