✏️ Update Profile
Update your X/Twitter display name, bio, location, and website from the browser console.
📋 What It Does
- Opens the Edit Profile dialog
- Clears and fills in updated values for:
- Display name
- Bio
- Location
- Website
- Clicks Save to apply changes
🌐 Browser Console Script
Steps:
- Go to your profile page (
x.com/yourusername) - Edit CONFIG with your new info
- Open console (F12) and paste
src/updateProfile.js
Configuration:
const CONFIG = {
displayName: 'nichxbt',
bio: '⚡ Building XActions — the complete X automation toolkit. Open source.',
location: 'San Francisco, CA',
website: 'https://xactions.app',
};
📁 Files
src/updateProfile.js— Browser console profile updaterscripts/twitter/update-bio.js— Extended DevTools version
⚠️ Notes
- Leave any field as
nullto keep its current value - Bio has a 160-character limit enforced by X
- Display name has a 50-character limit
- The script validates lengths before submitting
- Must be on your own profile page to access Edit Profile
⚡ Ready to try Update Profile?
XActions is 100% free and open-source. No API keys, no fees, no signup.
Browse All Scripts