v1.1.2 - LinkedIn Selector Updates
What's Changed
Fixed
- Updated LinkedIn DOM selectors for February 2026 LinkedIn UI changes
- LinkedIn switched to CSS-in-JS with hashed class names, breaking previous selectors
- Post detection now uses stable
data-view-nameanddata-testidattributes instead of class names - Post ID extraction uses
componentkeyattribute instead of deprecateddata-urn
Technical Details
LinkedIn's UI update introduced dynamically-generated class names that change between builds. This release updates all selectors to use stable HTML attributes:
data-view-name="feed-full-update"for post containersdata-view-name="feed-actor-image"for author infodata-testid="expandable-text-box"for post contentcomponentkeyattribute pattern for post ID extraction
Legacy selectors are preserved as fallbacks for older LinkedIn versions.
Full Changelog: v1.1.1...v1.1.2