A collection of useful Tampermonkey scripts for various websites.
Filter tweets reliably using X's (Twitter) official search syntax (since: and until:). This approach is the most stable as it leverages X's native search engine to find tweets within specific date ranges.
- ✅ 100% Reliable: Uses official search parameters, ensuring no tweets are missed.
- 👤 Auto Profile Detection: Automatically adds
(from:username)when you are on a specific user's profile page. - ⌨️ Keyword Support: Combine your date filters with optional keywords.
- 🕒 Date Selection: Clean UI with date pickers for easy range selection.
- 📉 Minimized Mode: Keep the UI tucked away at the bottom right.
https://twitter.com/*https://x.com/*
- Install the Tampermonkey extension for your browser.
- Open the tweet_filter.user.js file.
- Copy the entire code.
- In the Tampermonkey dashboard, click the + (plus) icon to create a new script.
- Paste the code and press
Ctrl+S(orCmd+S) to save.
Once installed, an "高级时间搜索" (Advanced Time Search) panel will appear at the bottom right.
- (Optional) Enter a Keyword.
- Select a Start Date and/or End Date.
- Click "前往官方筛选结果" (Go to official results).
- The current page will redirect to the official search results for that period (e.g.,
since:2025-01-01 until:2025-01-31).
Note: Navigation happens in the same tab for a seamless workflow.