Skip to content

v1.1.2 - LinkedIn Selector Updates

Choose a tag to compare

@charlesjones-dev charlesjones-dev released this 04 Feb 19:17
· 2 commits to main since this release

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-name and data-testid attributes instead of class names
  • Post ID extraction uses componentkey attribute instead of deprecated data-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 containers
  • data-view-name="feed-actor-image" for author info
  • data-testid="expandable-text-box" for post content
  • componentkey attribute pattern for post ID extraction

Legacy selectors are preserved as fallbacks for older LinkedIn versions.


Full Changelog: v1.1.1...v1.1.2