A Chrome extension that automatically likes your own tweets on Twitter/X.
- Auto-likes your tweets - As soon as your tweet appears on screen, it gets liked
- Configurable username - Works with any Twitter/X account
- Toggle on/off - Enable or disable anytime
- Lightweight - No background processes, no API calls
- Privacy-focused - No data collection, everything runs locally
-
Download or clone this repository
git clone https://github.com/mesomya/twitter-autolike.git
-
Open Chrome and go to
chrome://extensions -
Enable Developer mode (top right toggle)
-
Click Load unpacked
-
Select the
twitter-autolikefolder -
Click the extension icon and set your Twitter username
- Click the extension icon in your Chrome toolbar
- Enter your Twitter username (without the @)
- Make sure the toggle is ON
- Browse Twitter - your tweets will be auto-liked
The extension runs a content script on twitter.com and x.com that:
- Watches for new tweets using MutationObserver
- Checks if the tweet author matches your username
- Clicks the like button with a small delay
This extension:
- Does NOT collect any data
- Does NOT make any external requests
- Runs entirely in your browser
MIT License
Made by @somyatwts