Hide X posts above a like threshold with a whitelist for specific handles.
- Hide posts with likes greater than your threshold (default: 1000)
- Whitelist handles to always show
- Enable/disable toggle
- Works on infinite scroll
- Placeholder with Show/Whitelist buttons
- Go to
https://github.com/RandyVentures/x-like-threshold-filter-plugin. - Click Code → Download ZIP.
- Unzip the download.
- Open
chrome://extensions. - Enable Developer mode.
- Click "Load unpacked" and select the unzipped
x-like-threshold-filter-pluginfolder. - Visit
https://x.com.
- Clone the repo to your machine:
git clone https://github.com/RandyVentures/x-like-threshold-filter-plugin.git
- Open
chrome://extensions. - Enable Developer mode.
- Click "Load unpacked" and select the cloned
x-like-threshold-filter-plugin/folder. - Visit
https://x.com.
- Open the extension popup to toggle enabled state, set the threshold, and manage the whitelist.
- Hidden posts show a placeholder with "Show" and "Whitelist" actions.
- Content script:
x-like-threshold-filter/src/content.js - Popup UI:
x-like-threshold-filter/src/popup.html - Like parser:
x-like-threshold-filter/src/like_parser.js
node tests/parseLikeCount.test.jsConvert with Xcode's "Safari Web Extension" tooling once the Chrome build is stable.

