Skip to content

Instantly share code, notes, and snippets.

@EduardoAC
Created February 11, 2024 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EduardoAC/330d198a146d3d8df9691c47b27866d1 to your computer and use it in GitHub Desktop.
Save EduardoAC/330d198a146d3d8df9691c47b27866d1 to your computer and use it in GitHub Desktop.
Cookie on change listener within the background script
// Cookie listener for onChange events in the background.ts
// cookiesHandler can be found in https://gist.github.com/EduardoAC/35ba733a64854993483ab543de066aa4
chrome.cookies.onChanged.addListener(cookiesHandler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment