This Chrome extension replaces every instance of "AI" with "Allen Iverson" when browsing LinkedIn pages.
- Clone This Repo
- Open Chrome and go to chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked" and navigate to wherever you saved this code
- Visit LinkedIn and watch "AI" become "Allen Iverson"!
- Content Script: Runs on all LinkedIn pages (
*://*.linkedin.com/*) - Text Replacement: Uses regex to find whole word instances of "AI" and replace with "Allen Iverson"
- Dynamic Content: Uses MutationObserver to handle LinkedIn's dynamic content loading
- Page Navigation: Detects when you navigate to different LinkedIn pages and re-applies replacements
- Works on all LinkedIn pages and subpages
- Handles dynamically loaded content (infinite scroll, modal popups, etc.)
- Preserves original formatting and links
- Only replaces whole word instances of "AI" (won't replace "FAIR" or "BRAIN")
- Automatically works when navigating between LinkedIn pages
- If the extension doesn't work, try refreshing the LinkedIn page
- Make sure the extension is enabled in
chrome://extensions/ - Check the browser console for any error messages
- Ensure you're on a LinkedIn page (the extension only works on linkedin.com domains)
This extension:
- Only runs on LinkedIn pages
- Does not collect or transmit any data
- Only modifies text display locally in your browser
- Does not access or store your LinkedIn data