A Chrome extension that blurs Twitter images and uses AWS Rekognition to compare them against a reference image, revealing only images that don't match.
- Automatically detects Twitter media images
- Uses AWS Rekognition for face comparison
- Dynamically blurs and unblurs images based on similarity
- AWS Account
- AWS Rekognition access
- Chrome Browser
git clone https://github.com/oktayla/twitter-image-checker.git
cd twitter-image-checker
- Copy
config.example.js
toconfig.js
- Fill in your AWS credentials in
config.js
- Add reference image URL in
config.js
- Open Chrome Extensions (chrome://extensions/)
- Enable "Developer mode"
- Click "Load unpacked"
- Select the extension directory
- AWS SDK
- Modern browser supporting ES6 async/await
- Requires active AWS Rekognition subscription
- Performance depends on AWS API response time
- Works only with Twitter image URLs
- Fork the repository
- Create feature branch
- Commit changes
- Push to branch
- Create pull request
- Ensure AWS credentials are valid
- Check browser console for errors
- Verify network connectivity