LinkedIn Tool

Minor enhancements to LinkedIn. Mostly just hotkeys.

นี่คือเวอร์ชันของสคริปต์นี้ที่โค้ดมีการอัปเดต แสดงเวอร์ชันทั้งหมด

  • v5.134 11-04-2026

    Move some code badge specific code to the new function.

    Issue #106.

    Migrate to using the refactored version of focusOnTree().

    Issue #232.

    Migrated a few users of focusOnElement() to focusOnTree().

    The sidebars are less dramatic, but probably more accurate.

    Issue #252.

    Update section selector for the Jobs page.

    A new attribute was added to a "Show all" button, throwing things off.

    Add VMKeyboardService to the InvitationManager page.

    Issue #130.

    Handle Featured and Activity sections on the Profile page.

    Mostly.

    Issue #297.

    Stop shadowing the global name.

    This change only addresses uses of Object.entries(), changing them to key/value instead.

    Issue #238.

    Update release notes.

    Bump version number.

  • v5.133 10-04-2026

    Migrate known issues from string|object to a class.

    I should have done this at the beginning of this migration to adding dates to issues. Just give each one a unique date so they do not all time out at the same time.

    Change what element #badgeErrorStyle1 points to.

    For the news badge, we want to clone this element so this will simplify that code.

    While the element that gets innerText updated is changed, it is consistent with how the Style-2 error badge gets classes updated.

    Issue #106.

    Make sure all Scroller.dispatcher.on() are using chaining.

    Also make sure they are alphabetized by event.

    Issue #232.

    Introduce a new focusOnTree() function.

    This factors out a recent change in Scroller.focus() for reuse by other functions. Specifically, functions about to be migrated across classes.

    Issues #232, #252.

    Handle the Analytics section on the Profile page.

    Issue #297.

    Update release notes.

    Bump version number.

  • v5.132 09-04-2026

    Move a couple of functions from LinkedInGlobals to LinkedIn.

    Issue #286.

    Factor out assembling of the badges.

    When we add the news badges, the #createMenuItem functions will get too long. This also has the side effect of rearranging code a bit so the two styles look more similar.

    Issue #106.

    Update pageReadySelector for Notifications.

    The old selector does not work when there are no notifications. This same selector is also used with JobsCollections.

    Fire focus/focused events inside Scroller.

    Included both present and past tense to be consistent with Widget.

    One use case is that secondary Scrollers can call show on a primary one to make sure it is visible as well.

    Issue #232.

    Match the Show all button on the Profile page.

    Issue #297.

    Change uidCallback to include the class name.

    While the use of this is fine here, this change makes them consistent with how me is set inside the function itself.

    It also makes grep easier to use.

    Issue #251.

    Include the fakeErrorRate in the dummy/test error messages.

    Update release notes.

    Bump version number.

  • v5.131 08-04-2026

    Move LinkedInGlobals.Style to LinkedIn.Style.

    Issue #286.

    Rename badges from type-badge to badge-type.

    Issue #106.

    Rename uniqueIdentifier to uniqueNotificationIdentifier.

    This was the only Scroller~uidCallback where the callback used the same name as the associated local variable.

    Issue #251.

    Use Scroller.focus() for all focus attempts (behind option).

    Issue #232.

    Put active keyboard services first in the new shortcuts tab.

    Not quite the eventual accordion, but it puts the ones we care about at the top. And sections stay in relative order.

    Issue #130.

    Add a list of known sections on the Profile page.

    Issue #297.

    Enhance a logging statement for easier filtering.

    Issue #298.

    Move ckeyIdentifier() from LinkedInGlobals to LinkedIn.

    Issue #286.

    Update selector to load more Feed comments.

    Update Feed comments selector.

    Deleted comments no longer have an anchor that can be used for identification.

    Replace a deprecated exception with the modern name.

    Issue #259.

    Update release notes.

    Bump version number.

  • v5.130 07-04-2026

    Update to most recent version of all libraries.

    Update Feed comment selectors.

    Add a timeout to Page.#waitUntilReady.

    Issue #297.

    Update how the flagged version of Scroller.focus() is implemented.

    Instead of always focusing on the current item, it will move browser focus to the first known focusable self-or-child element.

    Will likely need fine tuning, or some sort of configuration.

    Issue #232.

    Allow Jobs.focus() to use the WIP Scroller.focus() work.

    Issue #232.

    Make all Scroller~uidCallback implementations consistent.

    Issue #251.

    Modify how HybridFixerService detects a hybrid page.

    Issue #295.

    Move a couple of consumers of LinkedInGlobals below LinkedIn.

    Issue #286.

    Create a library wide Logger instance.

    Issue #232.

    Partial update of Profile with Style-2 support.

    Every section on this page is different, and trying to find queries that work consistently has been difficult. Will revisit after some time away.

    Meanwhile, at least navigating along the sections works.

    Issue #297.

    Report old news before unused issues.

    The old news tends to be removed first, which can change the unused issues.

    Update release notes.

    Bump version number.

  • v5.129 03-04-2026

    Update JobsCollections.uniqueDetailsIdentifier for consistency.

    Issue #251.

    Rename a CSS class to be more generic.

    Issue #106.

    Rename a Scroller config property.

    Issue #293.

    eslint: Remove -1 as an allowed magic number.

    Add clickConfig to Jobs.

    Issue #241.

    Update release notes.

    Bump version number.

  • v5.128 01-04-2026

    Move the testing "errors" sooner in initialization.

    We want to ensure we set up the listener after we have a UI. The previous location was not properly testing that.

    Update a few doc strings.

    Rename ourMenuBadge to errorBadge.

    This makes room for future badges.

    Issue #106.

    Move LinkedIn higher in the script.

    Now that LinkedIn extends an external class, the location is a bit more flexible. Moving it up will allow us to merge in LinkedInGlobals.

    Issues #252, #286.

    Derive a couple of constants from the metadata block.

    eslint: Use the ONE_ITEM constant where appropriate.

    Make sure each Scroller~uidCallback logs an intro/outro.

    Issue #251.

    Move some constants from the ctor to the class.

    Issue #293.

    Bump version number.

  • v5.127 31-03-2026

    Remove an if (element) check.

    The caller ensures it exists, and not other Scroller~uidCallback implementations use it.

    Issue #251.

    Rename some callbacks.

    Issue #106.

    Move reloading of hybrid pages into a Service.

    It turns out that certains pages (like Jobs) would trigger the reload before the URL was updated, so it would simply reload the same page, rather than the target page.

    Now, as a service only used in Global, it gets triggered after the transition.

    Issue #295.

    Fix how sets are manipulated.

    This was plain wrong.

    Issue #296.

    Add a handler for the expose event on the News tabs.

    Will be used to turn off the News badge, once it exists.

    Issue #106.

    Factor out saving options for future use.

    Issue #106.

    Support dismissing Feed items that use a popup menu.

    eslint: Remove unused directives.

    Badge whac-a-mole.

    Issue #296.

    Update release notes.

    Bump version number.

  • v5.126 30-03-2026

    Ignore specific properties when comparing badges.

    The opacity property is controlled by the presence of any errors via lit-menu-error-badge-hide.

    Issue #296.

    Apply a minor HTML fixup.

    Issue #184.

    Update ul style to return bullet points and indentation.

    This is similar to what the spa-* styles use.

    Closes #184.

    Rename enableIssue244Changes to enableAlertUnsupportedPages.

    Issue #244.

    Fix typo in a logging statement.

    Provide an option for using the WIP keyboard service.

    Also enhance DebugKeys to take a logger.

    Issue #130.

    Post errors about old news items.

    Update release notes.

    Bump version number.

  • v5.125 29-03-2026

    Make uses of Scroller~What name: use string interpolation.

    Issue #246.

    Make uses of web.*~What name: use string interpolation.

    Since these all also use ${me}, added logging to a few methods as well.

    Closes #246.

    In the AccordionTableWidget, rows go into the current section.

    Issue #180.

    Tweak some lit-* CSS to be closer to spa-*.

    Issue #180.

    Add highlights to indicate current active hotkeys.

    Issue #180.

    Update the pathname: for Feed.

    When transitioning from Style-1 pages back to Feed, the pathname is /feed instead of /feed/.

    Issue #295.

    Fix minor typo in comment.

    Implement a temporary workaround for hybrid pages.

    This is a horrible hack that just reloads hybrid pages rather than handling them.

    Issue #295.

    Update release notes.

    Bump version number.

  • v5.124 27-03-2026

    Update the selector for Feed comments.

    Also updated the Scroller~uidCallback functions to a possible new standard.

    Issue #251.

    Move style installation out of SPA and into LinkedIn.

    Issue #286.

    Change how the Style-2 error badge is created.

    As stated in the Style-1 code:

    Making the assumption that the there is at least one item....

    Except, for Style-2, it seems less likely we will find one, as they are created lazily.

    So now we keep a pre-made class and do comparisons against canonical ones.

    There is a problem with scaling, so this is no complete until those are worked out. But is provides a framework.

    Issue #296.

    Fix issue caused by the recent News tab update.

    The content was changed from a string to an object, and missed updating where it was converted to HTML.

    Update release notes.

    Bump version number.

  • v5.123 25-03-2026

    Update how issue processing is handled for the News tab.

    Instead of logging and throwing an Error, post the info to the Errors tab.

    Track when globalKnownIssues were last reviewed for clean up.

    Only report about unused issues if they have not been reviewed for 30 days.

    Reporting is currently behind a flag.

    Replace SPADetails with NH.spa.Details.

    Basically, LinkedIn is now an adapter for the old SPA to the newer library.

    The old class really did not have much in it, as it was stalled with a previous refactor. This effectively put some stuff back into LinkedIn.

    Issue #286.

    Update the selector for the global search input.

    Unsure if this was missed earlier (since it still referenced data-view-name) or was a recent change.

    Update the SearchResultsPeople page.

    Still a WIP, so not much to do. Though a Filter focus feature was added before I remembered it was a WIP.

    Issue #209. Closes #292.

    Update release notes.

    Bump version number.

  • v5.122 24-03-2026

    Update the Events page.

    Still a WIP, so not much to do.

    Issue #236. Closes #291.

    Update release notes.

    Bump version number.

  • v5.121 23-03-2026

    Normalize some names and implementations.

    Implement Scroller.defaultUid().

    A slightly tuned Element.innerText.

    Issue #251. Closes #294.

    Update the Profile page.

    While still a Style-1 page, it was out of date.

    Closes #290.

    Run through ispell.

    Update release notes.

    Bump version number.

  • v5.120 20-03-2026

    Update the Notifications page.

    While still a Style-1 page, it was out of date.

    The most interesting change is the new Filter focus.

    Closes #283.

    Update release notes.

    Bump version number.

  • v5.119 19-03-2026

    Update the Messages page.

    While still a Style-1 page, it was of date.

    The biggest UX change is the Focused/Other tablist was replaced with a filter. This removed the need to observe the tablist.

    This page is annoying in that many actions change the URL triggering the whole activation sequence. The biggest impact seems to be that composing a new message would get reset because the URL change was treated as a page load. Previously this seems to have been handled by a complicated observer. This was replaced by simply reseting the appropriate scroller to the empty item.

    The fact that browsers now seem to react differently when focused elements get their tabindex value removed would probably have made getting the previous method difficult to get working again.

    Outside of that, mostly selector updates.

    Closes #279.

    Simplify some variable references.

    Update release notes.

    Bump version number.

  • v5.118 19-03-2026

    Depend on the GreasyFork hosted version of the spa library.

    Settings on the library have been fixed.

    Issue #286.

  • v5.116 17-03-2026

    Implement a LinkedInStyleService to verify site styles.

    Also assigned initial values for acceptable styles on many pages.

    Closes #284.

    Update release notes.

    Bump version number.

  • v5.115 15-03-2026

    Tweak styling of list items in the Information view.

    The Style-2 pages set list-item: none, so lists, like on the News tab, have no bullet points.

    Issue #272.

    Update the JobCollections pages.

    While still a Style-1 page, there had been some minor changes over time.

    The biggest different is the removal of the thumbs up/down hotkeys and a new one to move to the new tab list of additional collections.

    Issue #278.

    Rename JobCollections to JobsCollections.

    Issue #278.

    Verify that a toolbar exists before getting values from it.

    Issue #282.

    Update the implementation of the JobView page.

    Issue #278.

    Rename JobView to JobsView.

    Closes #278.

    Update release notes.

    Bump version number.

  • v5.114 13-03-2026

    Factor out a common Scroller~uidCallback implementation.

    May be registered via a Scroller~How type or called from inside one as a starting point.

    Also removed older code while migrating to using this new function.

    Issue #270.

    Update the implementation of the Jobs view.

    Currently only the main page. Related sub-pages are not yet migrated.

    Issue #278.

    Incremental improvement for element selection.

    Fix typo in placeholder variable name.

    Extra logging.

    Update release notes.

    Bump version number.

  • v5.113 12-03-2026

    Update My Network to the latest layout change.

    Utilitized techniques similar to just used on Feed.

    Also make use of l to focus on the tab list similar to Invitation Manager.

    Issue #281.

    Incremental improvements for element selection.

    This is making use of some techniques just used for My Network.

    No longer need to specify if the clickable element is a button or a link, and the intermediate element has been seen to be either span or div.

    Closes #281.

    Update the implementation of the Invitation Manager view.

    This includes consolidating separate Sent/Received support.

    Closes #280.

    Implement the ability to pass in a human readable name for a page.

    The default is still naming the pages after name of the class. But, in certain circumstances, that may not be sufficient (aka, LinkedIn's "My Network" actually being called "Grow" and "Catch up"). Now such implementations can pass in a human readable variation.

    Change hotkeys to match LinkedIn's official keyboard shortcuts.

    Somewhere along the line, LinkedIn did natively implement something similar to LIT. It does inter-page navigation (the g then 'h` kestrokes) and intra-page next/previous items.

    It looks like less was implemented than LIT does. Also, with the latest site rollouts, "Style-2" pages do not appear to support them.

    Still, if they have it, LIT should use the same shortcuts for inter-page navigation.

    Update release notes.

    Bump version number.

  • v5.112 11-03-2026

    Only add a badge if the cloned menu item does not have one.

    Typically, the Home menu item would have a badge if the loaded page was a different Style-2 page, so we would end up with two badges on the new item.

    Also, remove some setting of internals as that happens in the calling functions when it fires an event.

    Closes #275.

    Rearrange code to be like functions closer together.

    Fix minor code formatting issue.

    Update Feed to the latest layout change.

    There are fewer named items to use, so must focus on layout.

    Posts and comments have similar structure, with the import bits being a header, status bar, and footer, and UI features are mostly consisent within those structures.

    And sometimes (e.g., Like, Reactions, Menu), the same selectors even work in both cases.

    Issue #281.

    Update release notes.

    Bump version number.

  • v5.111 10-03-2026

    Add a new dev-only hotkey for logging the activeElement.

    Changing focus to the Developer Tools window then back can sometimes cause enough logging to scroll details off the screen.

    Update selector for adding the Tool menu item.

    Issue #281.

    Remove errant debug code.

    Update Global to the latest layout change.

    Now, the only way to find elements to trigger involve bits that may be translated. Since it is easier to search for attributes vs text, use aria-label as the primary target.

    Issue #281.

    Update release notes.

    Bump version number.

  • v5.110 09-03-2026

    Make Style-2 sidebar selectors more precise.

    Some pages only have two columns. So far, that means the right hand "Aside" column is the one usually missing.

    Switching to explicitly using :nth-of-type(3) makes more sense. Updated the first column to match (although :first-child is equivalent).

    If we ever run across a page does not have that column, we will likely need to adjust.

    Issue #271.

    Fix typo in a comment.

    Finish updating the implementation for the My Network view.

    Handles both /grow/ and /catch-up/.* paths.

    Added support for common features such as Like, Comment and menu. Also added the message to the Engage feature.

    Also made all of the hotkey functions consistent, using the Feed as a guide.

    Closes #277.

    Update release notes.

    Bump version number.

  • v5.109 08-03-2026

    JSDoc: Add and correct @fires tags.

    Hoist componentkey as a global constant.

    This is so pervasive that is makes sense to have a constant to reduce spelling mistakes.

    JSDoc: Fix a typo in a @type tag.

    Update the implementation for the My Network view.

    Currently only handles the /mynetwork/grow/ path.

    Issue #277.

    Update release notes.

    Bump version number.

  • v5.108 06-03-2026

    Fix minor typo in a comment.

    Add a temporary work around involving delayed navbar detection.

    Issue #240.

    Update the implementation for the Feed view.

    For the hotkeys, it is mostly updates to element queries. But also took this opportunity to make implementations consistent.

    Retired view post as it no longer appears to be possible to generate the URL directly from the content provided.

    Make the X (togglePost) feature an async function as used in the equivalent Jobs page. This keeps focus on the toggled post. Related, was able to simplify J (nextPostPlus).

    Finally, uid computation for posts and comments is now different. While they both use the same attribute (componentkey), the value for posts gets additional processing as it changes internal values when toggled.

    Closes #276.

    Fix minor typo in the News tab.

    Update release notes.

    Bump version number.

  • v5.107 04-03-2026

    Process and expose the SPA instance passed in.

    It has been passed in for ages, but forgotten about.

    Update how error badges are handled.

    Badges are reset upon creation via cloning. And they each set up their own badge updating.

    Closes #275.

    Update release notes.

    Bump version number.

  • v5.106 03-03-2026

    Expose navbar to make it easier for Style-1 pages to find it.

    Issue #274.

    Update a couple of functions to use the new navbar property..

    Issue #274.

    Guard against a missing value for #navbar.

    Issue #274.

    Improve resilience of multiple styles of pages.

    Multiple things had to be none. None improved the situation indepedently.

    • Change the urlChangeMonitorSelector from a Style-1 only div to html
    • Remove Global.#navLinkClickHandler as Style-1 anchors specific and currently not necessary after the urlChangeMonitorSelector change
    • Force a call to Global.#navbarHandler() on page transitions
    • Do not track hybrid Style-1 iframe until it is not about:blank

    This is unlikely to be sufficient, but it addresses the currently known failure paths.

    Closes #274.

    Update release notes.

    Bump version number.

  • v5.105 27-02-2026

    Keep tabindex=-1 on the asides.

    Closes #273.

    Expand the scope of observing mutations for the navbar.

    This seems to help on initial page loads, when svg elements may still being added.

    Issue #274.

    Update release notes.

    Bump version number.

  • v5.104 25-02-2026

    Improve the selector for the sidebars.

    The use of main was not precise enough, and would grab the wrong element.

    Also fixed the issue of a missing join() in the declaration for the aside selector.

    Issue #271.

    Tweak the CSS for the Information view.

    The Style-2 pages have slightly different baseline CSS and this makes them look closer to being the same.

    There is still a minor difference in the tab labels, but both are still readable, and unsure which actually looks best.

    Since the goal is the replace this classic dialog with a new one, there does not seem much need to get them exact.

    Issue #272.

    Put a guard around grabbing the svg element for updating.

    Similar is done in #createMenuItemStyle2().

    Issue #271.

    Update release notes.

    Bump version number.

  • v5.103 24-02-2026

    Correct use of a logger.

    The Logger class should be more resilient, but this at least addresses the immediate annoyance.

    Issue #268.

    Switch LinkedIn.Style from UUIDs to Symbols.

    This allows for readable values while keeping us from using hard-coded strings.

    Issue #269.

    Handle both Style-1 and Style-2 layouts for Global hotkeys.

    Closes #271.

    Update release notes.

    Bump version number.

  • v5.102 23-02-2026

    Readd the CSS class .global-nav__primary-item to the button.

    This was part of the original Style 1 that was not returned when it was brought back using cloneNode() plus edits.

    It actually solves a whole slew of layout issues noticed but not yet addressed.

    Closes #269.

    Rename a variable.

    Bump version number.

  • v5.101 23-02-2026

    Move page style determination until later in process.

    The way of detecting page style transitions does not handle all cases. There are times when we need to presume it is a fresh page reload, even if it is not.

    Issue #267.

    Bump version number.

  • v5.100 21-02-2026

    Depend on most recent version of lib/web.

    This is to pick up the recent enhancement to waitForSelector().

    Issue #267.

    Use optional chaining with this.#ourMenuItem.

    Issue #267.

    Start supporting multiple styles of pages.

    LinkedIn appears to be in the process of migrating how pages are rendered.

    This appears to be more drastic than previous in-page migrations where internal selectors for finding scrolling items had to be tweaked.

    Issue #267.

    Bump version number.

  • v5.99 17-02-2026

    Explicitly use the content context.

    Previously, at least ViolentMonkey, would inject into the page context.

    Recent changes (likely LinkedIn changed its CSP configuration) have disabled some features like 'unsafe-eval'. This blocks all uses of strings as code, which includes the use of Function() (which we extend).

    Issue #267.

    Factor out the new navbar selector for reuse.

    Issue #267.

    Improve selector for the new navbar.

    The previous one was too precise and was only valid for Feed.

    Issue #267.

  • v5.99 14-02-2026

    Update handling of the navigation bar due to bitrot.

    Everything has changed enough that issue #242 is also now obsolete.

    Issue #267. Closes #242.

    Bump version number.

  • v5.98 11-02-2026

    Remove Scroller parameter from the constructor.

    Issue #240.

    Make ElementFinder an explicit property of ClickConfig.

    This makes the API consistent with how base+selectors and containerItems are used in the What portion of the configuration.

    Issue #241.

    Acknowledge My Jobs page.

    Issue #260.

    Acknowledge a number a newly discovered pages.

    Issues #261, #262, #263, #264.

    Acknowledge Post analytics Page.

    Issue #265.

    Acknowledge Company Page.

    Issue #266.

    Bump version number.

    I stopped working on this project quite a while as I was no longer using LI.

    Pretty much everything broke.

    This is a collection of changes that were never pushed, but I want to get them out of the way before fixing the bitrot.

  • v5.97 04-03-2024

    Move Scroller assignment from ctor to setter.

    Issue #240.

    Refactor Scroller.#validateInstance().

    Was getting a bit long.

    Issue #241.

    Migrate most modules to use base.Exception.

    Issue #259.

    Update release notes.

    Bump version number.

  • v5.96 26-02-2024

    Use optional chaining with this.#scroller.

    Upcoming changing will make this field optional (e.g., secondary Scrollers).

    Issue #240.

    Use a setter to assign the managed Scroller.

    Issue #240.

    Handle the selectorArray option in Scroller.click().

    Issue #241.

    Add clickConfig to MyNetwork.

    Issue #241.

    Depend on most recent version of lib/base.

    This is to grab the new Exception class.

    Issue #259.

    Update release notes.

    Bump version number.

  • v5.95 25-02-2024

    Expose this.#globals via a getter.

    Issue #240.

    Add validation for clickConfig.

    Issue #241.

    Bump version number.

  • v5.94 23-02-2024

    Stop using name as an identifier as it shadows a global.

    This change addresses local variable.

    Issue #238.

    Implement setter to take the LinkedIn instance.

    Issue #240.

    Acknowledge a number a newly discovered pages.

    Also changed markdown styling for the page names in the comments.

    Issues #244, #255, #256, #257.

    Support an ElementFinder function in Scroller.click().

    Issue #241.

    Initial migration work in Notification for Scroller.click().

    Issue #241.

    Update release notes.

    Bump version number.

  • v5.93 19-02-2024

    JSDoc: Spelling error.

    Consistently name items using navbar rather than navBar.

    Issue #240.

    Add a feature flag for using the new Scroller.click() method.

    Issue #241.

    Bump version number.

  • v5.92 18-02-2024

    Rename self to myself to avoid shadowing a global.

    Issue #238.

    Rename ScrollerService to LinkedInScrollerService.

    Alas, it will no longer be generic.

    Issue #240.

    If no current item, simply click activeElement.

    Issue #241.

    Bump version number.

  • v5.91 16-02-2024

    Migrate to using Service() from lib/base.

    Issue #167.

    Wrap Scroller.name in double quotes in the bug message.

    Makes it a little bit easier to read. E.g., for "Events events" was...

    Issue #241.

    Support the Your events collection.

    Issue #236.

    Implement Share current event.

    Issue #236.

    Acknowledge My Network Events page.

    Issue #253.

    JSDoc: Add missing word.

    Make a log statement a bit more precise.

    Issue #240.

    Fire a resize event each time the navbar changes size.

    Issue #240.

    Update release notes.

    Bump version number.

  • v5.90 14-02-2024

    Bump version of lib/base.js being used.

    This will expose the version of Service there.

    Issue #167.

    Implement n/p secondary navigation within collections.

    Issue #236.

    Use the logger from the Scroller instead of the global logger.

    Stop using event as a local name as it shadows a global.

    Issue #238.

    Fix typo in comment.

    Allow changing top/bottom margins in Scroller.

    We now know that the values sometimes need to change after being initialized.

    Issue #240.

    Add exception list for bugging about unsupported pages.

    Issue #244.

    Post error if Scroller.click() called without being configured.

    Issue #241.

    Update release notes.

    Bump version number.

  • v5.89 12-02-2024

    Migrate primary Scroller setup to base class.

    Issue #234.

    Support primary navigation.

    Issue #236.

    eslint: Rename a local variable that shadows a browser global.

    Issue #238.

    Migrate Service to lib/base.

    Issue #167.

    Define a clickConfig property for Scroller.

    Issue #241.

    TIL: Array.from() takes a mapping function.

    Expose a shallow copy of the current active Pages.

    Issue #244.

    Notify via an error condition whenever an unknown page is visited.

    Issue #244.

    Rework My Network to use the terms collection and individual.

    Individual is not quite right either, since it could be a person, group, event, etc. But, they are not always *card*s, either.

    Issue #245.

    Update release notes.

    Bump version number.

  • v5.88 08-02-2024

    White space around logging intro/outro.

    Fix spelling of property and remove some logging.

    Initial Events support.

    Does nothing more than exist.

    Issue #236.

    Fix two cases where a global was accidentally being used.

    Issue #238.

    Stop logging what each mutation record type is.

    It does not matter at this point, and nothing is being done with that information.

    Issue #239.

    Stow away a pointer to the actual current item element.

    Amusingly, this is how Scroller initially worked before changing to item ids.

    Issue #239.

    Add a monitor to Scroller for the current item staying connected.

    We can capture more state if we see it in other places.

    Issue #239.

    Simple variable rename.

    Issue #240.

    Attach a ResizeObserver to the global nav bar.

    First step in plumbing through detecting changes.

    Issue #240.

    Skeleton for new Scroller.click() method.

    Issue #241.

    Wait for the For Business menu item to show up.

    Identified by the --divider subclass, on some pages, this item gets added later. Actually, the entire navbar content gets rebuilt, causing us to have to reconnect the LIT menu button.

    If this pans out, we can make it the official item, simplifying this code.

    Issue #242.

    Normalize vertical white space around logging {intro,outro}s.

    Closes #243.

    Update release notes.

    Bump version number.

  • v5.87 02-02-2024

    JSDoc: Simplify the Page subclass constructor.

    Start refactoring constructor().

    Issue #234.

    Bump version number.

  • v5.86 31-01-2024

    Minor tweaks to comments.

    Hoist allowReactivation() to base class.

    Closes #228.

    Initial refactoring of the InvitationManager* classes.

    The idea seems to work. Some details will be tricky due to how #private variables work in JavaScript, but those can be worked around.

    Issue #234.

    Bump version number.

  • v5.85 29-01-2024

    Implement Withdrawn invitiation.

    Issue #233.

    Update release notes.

    Bump version number.

แสดงเวอร์ชันสคริปต์ทั้งหมด