Skip to content

mesomya/twitter-autolike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter AutoLike

A Chrome extension that automatically likes your own tweets on Twitter/X.

Twitter AutoLike

Features

  • 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

Installation

  1. Download or clone this repository

    git clone https://github.com/mesomya/twitter-autolike.git
  2. Open Chrome and go to chrome://extensions

  3. Enable Developer mode (top right toggle)

  4. Click Load unpacked

  5. Select the twitter-autolike folder

  6. Click the extension icon and set your Twitter username

Usage

  1. Click the extension icon in your Chrome toolbar
  2. Enter your Twitter username (without the @)
  3. Make sure the toggle is ON
  4. Browse Twitter - your tweets will be auto-liked

How It Works

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

Privacy

This extension:

  • Does NOT collect any data
  • Does NOT make any external requests
  • Runs entirely in your browser

License

MIT License


Made by @somyatwts

About

A Chrome extension that automatically likes your own tweets on Twitter/X.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors