├── README.md ├── images ├── .gitignore ├── goodmove.PNG ├── opening.PNG ├── table.PNG └── warning-tampermonkey.PNG └── script.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomsihap/lichess-good-moves/HEAD/README.md -------------------------------------------------------------------------------- /images/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/goodmove.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomsihap/lichess-good-moves/HEAD/images/goodmove.PNG -------------------------------------------------------------------------------- /images/opening.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomsihap/lichess-good-moves/HEAD/images/opening.PNG -------------------------------------------------------------------------------- /images/table.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomsihap/lichess-good-moves/HEAD/images/table.PNG -------------------------------------------------------------------------------- /images/warning-tampermonkey.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomsihap/lichess-good-moves/HEAD/images/warning-tampermonkey.PNG -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tomsihap/lichess-good-moves/HEAD/script.js --------------------------------------------------------------------------------