-LinkedIn Control Panel

This article introduces a LinkedIn Control Panel. It’s not exactly a control panel, and it doesn’t cover all of LinkedIn. It’s mostly intended for working with posts that have a large number of articles. This LinkedIn Control Panel exposes a UI for use on LinkedIn post pages using desktop browsers, specifically google’s chrome browser. I mainly use this for long comment threads, including passing those to AI for analysis and summary.


Update 24.Dec.2025: I am moving this content here:

Update 28.Nov.2025: A newer version is available. It’s usable enough that I won’t update these notes. This version:

Additionally, I found that formatting text uses more “characters”, meaning comment and post length limits hit sooner. Those formatted characters also aren’t searchable in the normal way, may not display correctly on all devices, and may not work for screen readers. And there’s no “clear formatting”, but maybe undo is a partial workaround for that. There is no “clear formatting” feature and keyboard shortcuts for formatting would be great. If you launch it from the feed page while entering a comment, it wants to change the layout and expand comments before letting you format text. Removing the sidebars and changing the page width might not work correctly for some types of pages.


Update II 28.Nov.2025:

This version is supposed to add Clear button for formatting and keyboard shortcuts ALT+1 through ALT+N for those styles, but I am not sure it works or is very usable.

I have also found that formatting does not work for numbers and likely various special characters.


This relates to my two previous attempts to do similar things:

The options the UI control the following:

  • Hide Sidebars and Header – Remove the sidebars from the left (your profile) and right (features). This makes better use of screen space and reduces printing length by allowing elimination of vertical columns that are mainly whitespace.
  • Page Width: Specify width of text relative to browser window, allowing reduction of wasted whitespace.
  • Remove Profile Images: Loading pages with thousands of comments consumes significant memory. Removing user profile images reduces memory consumption as well as printing length.
  • Remove Images from Comments: Similar to profile images, images in comments consume memory. If such images are not necessary, for example when using an AI to analyze text comments, remove them.
  • Load Prior and Additional Comments: LinkedIn loads only one page of comments, in each thread. This option causes it to load the previous and subsequent comments in such threads.
  • Expand More Links: LinkedIn hides text in long comments. This option causes full text to appear for each comment.
  • Order by Most Recent: LinkedIn defaults to “Most relevant” view, which makes it impossible to load all comments. This option allows the page to load all of the comments.
  • Show Translation: Convert comments in other languages to the user’s preferred language.

Having seen a complaint from someone, I think it remove CSS break-all from text, but I didn’t write the code, and don’t speak JavaScript or HTML or CSS, so I’m not certain.

When you click Start, it starts loading comments, indicating an approximate count of loaded comments and exposing a Pause button.

To create a bookmarklet (do this only once) in google’s chrome desktop browser:

  1. Press CTRL+SHFT+o to show the bookmark manager.
  2. Click the three dots at the top right to show the bookmark manager menu.
  3. Click Add new bookmark.
  4. Add a new bookmark with a Name something like LICP. This is what will appear in the browser’s bookmark toolbar and menu.
  5. Copy the following code into the URL field to define the bookmarklet.

To use it:

  1. Activate the bookmarklet.
  2. Configure options.
  3. Click Start.

To activate the bookmarklet, you can press CTRL+SHFT+b to show the bookmarks toolbar, select the bookmark with the mouse, and CTRL+SHFT+b again to hide it. Alternatively, you can press ALT+F,B and then L some number of times before pressing ENTER.

It’s not perfect, but it serves my purposes. Anyone is welcome to copy and modify the code, but please provide me with your updated code.

Demo Video

Test Cases

Additional Posts about using LinkedIn

4 thoughts on “-LinkedIn Control Panel

Leave a comment