Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.
Browser console scripts for navigating and configuring X Pro (formerly TweetDeck).
| Goal | File | Navigate to |
|---|---|---|
| Navigate to X Pro + setup columns | src/xPro.js | x.com or pro.x.com |
| Extended X Pro management | src/xProManager.js | pro.x.com |
x.com or pro.x.comsrc/xPro.js → EnterxPro.js)const CONFIG = {
autoNavigate: true, // Navigate to X Pro automatically
setupColumns: false, // Attempt to add default monitoring columns
columnPresets: [ // Column types to add when setupColumns = true
'home',
'notifications',
'mentions',
'search',
],
searchTerms: [ // Search columns to add
// 'from:nichxbt',
// '#xactions',
],
showColumnInfo: true, // Display info about existing columns
delayBetweenActions: 2000, // ms between UI actions
};
| Column Type | Description |
|---|---|
home | Your main For You / Following timeline |
notifications | All notifications |
mentions | Only @mentions |
search | Search results for a term |
list | A Twitter List feed |
user | A specific user's tweets |
src/xPro.jsxProManager.js provides extended operations including column reordering and removalautoNavigate: true, the script will redirect to pro.x.com automatically