premium-subscriptions
Premium & Subscriptions
Browser console script for checking and managing X/Twitter Premium subscription information.
Script Selection
| Goal | File | Navigate to |
|---|---|---|
| Check Premium status | src/premiumManager.js |
x.com/settings/account |
| Manage articles (Premium+) | src/articlePublisher.js |
x.com/compose/article |
| Schedule posts (Premium) | src/schedulePosts.js |
x.com |
| Creator monetization | src/creatorStudio.js |
x.com/i/monetization |
Premium Manager
File: src/premiumManager.js
Checks current Premium tier, feature access, and subscription status.
How to Use
- Navigate to
x.com/settings/accountorx.com/i/premium_sign_up - Open DevTools (F12) -> Console
- Paste the script -> Enter
Premium Tiers
| Tier | Price | Key Features |
|---|---|---|
| Basic | $3/mo | Edit posts, longer posts (25K chars), bookmark folders |
| Premium | $8/mo | Blue checkmark, scheduling, analytics, Grok, reduced ads |
| Premium+ | $16/mo | Articles, no ads, creator monetization, highest reply boost |
XActions Feature Gating
Several scripts depend on Premium:
| Feature | Required Tier | Script |
|---|---|---|
| Scheduling | Premium+ | src/schedulePosts.js |
| Articles | Premium+ | src/articlePublisher.js |
| Advanced analytics | Premium | src/creatorStudio.js |
| Edit posts | Basic+ | N/A (manual edit) |
| Longer posts (25K) | Basic+ | src/postComposer.js |
| Grok AI | Premium+ | src/grokIntegration.js |
| Ad revenue sharing | Premium (500+ followers + 5M impressions) | src/creatorStudio.js |
| Subscriptions | Premium (500+ followers) | src/creatorStudio.js |
Scripts that work on ALL tiers (including free):
- All scraping scripts
- All unfollow/follow scripts
- All analytics scripts (browser-based)
- Engagement automation
- Blocking/muting management
- All monitoring scripts
DOM Selectors
| Element | Selector |
|---|---|
| Subscription info | [data-testid="subscriptionInfo"] |
| Verification badge | [data-testid="icon-verified"] |
| Premium nav | a[href="/i/premium_sign_up"] |
Notes
- Premium features gate some XActions capabilities but most scripts work on free tier
- The script reads subscription info -- it does not modify subscriptions
- Badge verification can be checked on any profile page
- Premium status affects reply ranking in threads
More from nirholas/xactions
twitter-scraping
Scrapes X/Twitter data without API access using Puppeteer stealth and browser console scripts. Extracts profiles, followers, following lists, tweets, search results, hashtags, threads, media, bookmarks, notifications, DMs, likes, and viral tweets. Exports to JSON/CSV. Use when collecting, exporting, or analyzing Twitter data.
25direct-messages
Sends, manages, and automates direct messages on X/Twitter. Supports personalized bulk DMs with templates, conversation management, message request filtering, and DM export. The agent uses this skill when a user needs to send DMs, manage conversations, or automate direct messaging workflows.
10growth-automation
Automates X/Twitter growth via browser console scripts. Auto-likes tweets by keyword/user filters, auto-comments on target users, follows by keyword search or engagement, follows audiences of target accounts with rich filtering, trains the algorithm for niches, and runs combined growth suites. All require pasting core.js first. Use when automating Twitter growth, engagement, following, or audience building.
10engagement-interaction
Automates X/Twitter engagement actions — like, unlike, reply, bookmark, hide replies, and auto-like by keyword. Also bulk-unlikes all posts. Use when users want to automate likes, send replies, manage bookmarks on tweets, hide replies, or clear their entire likes history.
10follower-monitoring
Monitors X/Twitter follower changes using browser console scripts. Detects who unfollowed, tracks new followers with welcome messages, monitors any public account, runs continuous monitoring with alerts, tracks follower growth over time, and analyzes follower demographics. Use when tracking follower changes, detecting unfollowers, or monitoring Twitter accounts.
9grok-ai
Integrates with X/Twitter's Grok AI for chat, image generation, tweet analysis, and content creation. Automates Grok prompts, scrapes Grok responses, and uses Grok for content strategy. Requires X Premium+. Use when users want to use Grok AI for content generation, analysis, or chat automation on X.
8