├── LICENSE ├── META.md ├── PRIVACY_POLICY.md ├── README.md ├── assets ├── cws.svg └── screenshot1-1280x800.png └── extension ├── images ├── icon-128.png ├── icon-16.png ├── icon-32.png └── icon-48.png ├── manifest.json └── tweets-against-humanity.user.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/LICENSE -------------------------------------------------------------------------------- /META.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/META.md -------------------------------------------------------------------------------- /PRIVACY_POLICY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/PRIVACY_POLICY.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/README.md -------------------------------------------------------------------------------- /assets/cws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/assets/cws.svg -------------------------------------------------------------------------------- /assets/screenshot1-1280x800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/assets/screenshot1-1280x800.png -------------------------------------------------------------------------------- /extension/images/icon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/extension/images/icon-128.png -------------------------------------------------------------------------------- /extension/images/icon-16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/extension/images/icon-16.png -------------------------------------------------------------------------------- /extension/images/icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/extension/images/icon-32.png -------------------------------------------------------------------------------- /extension/images/icon-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/extension/images/icon-48.png -------------------------------------------------------------------------------- /extension/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/extension/manifest.json -------------------------------------------------------------------------------- /extension/tweets-against-humanity.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rebane2001/TweetsAgainstHumanity/HEAD/extension/tweets-against-humanity.user.js --------------------------------------------------------------------------------