├── .gitignore ├── MIT-LICENSE.txt ├── Makefile ├── README.md ├── authors.txt ├── package.json ├── spoiler.js └── spoiler.min.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshbuddy/spoiler-alert/HEAD/.gitignore -------------------------------------------------------------------------------- /MIT-LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshbuddy/spoiler-alert/HEAD/MIT-LICENSE.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshbuddy/spoiler-alert/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshbuddy/spoiler-alert/HEAD/README.md -------------------------------------------------------------------------------- /authors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshbuddy/spoiler-alert/HEAD/authors.txt -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshbuddy/spoiler-alert/HEAD/package.json -------------------------------------------------------------------------------- /spoiler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshbuddy/spoiler-alert/HEAD/spoiler.js -------------------------------------------------------------------------------- /spoiler.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joshbuddy/spoiler-alert/HEAD/spoiler.min.js --------------------------------------------------------------------------------