Skip to content

Conversation

@dimavrem22
Copy link
Contributor

@dimavrem22 dimavrem22 commented Nov 23, 2025

  • added a data model for window properties
  • version 1 of window property monitoring (this is currently non-blocking so that it doesnot disrupt the browser session monitoring)
  • periodically (and on page navigation), window properties are resolved and logged if there is a change
  • window property objects are stored in the following format:
  "ncbi.awesome.searchPage.clipboard.csrfToken.value": {
    "path": "ncbi.awesome.searchPage.clipboard.csrfToken.value",
    "values": [
      {
        "timestamp": 1764030542.749059,
        "value": "LGBMlVrFFLeJPOlxjhN2w58sfXIlzFtxf4NFLbaEpr0r9Fnl1G6M57zbbWkw1VKj",
        "url": "https://pubmed.ncbi.nlm.nih.gov/?term=hello"
      },
      {
        "timestamp": 1764030544.164109,
        "value": null,
        "url": "https://pubmed.ncbi.nlm.nih.gov/32845321/"
      }
    ]
  },

so ... we when it updates or disappears, we record the url and the relevant timestamp

  • cleaned up some file path references

@dimavrem22 dimavrem22 marked this pull request as ready for review November 25, 2025 00:32
Co-authored-by: Alex Wilcox <98042559+alex-w-99@users.noreply.github.com>
@dimavrem22 dimavrem22 merged commit c7860cc into main Nov 25, 2025
1 check passed
@dimavrem22 dimavrem22 deleted the window-prop-collection branch December 10, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants