Is there a way to get a response body?
Hey y’all
I’m building an extension to help gig drivers quickly batch classify trips on Everlance.
I’ve managed to get a content script working that reads the dates and times from the UI but I’m thinking it’d be more efficient if I could manage to get the UTC formatted date time that’s in the response body.
I’ve tried setting up a background service worker but that returns a 401 error. I’m wondering if there’s another way I can achieve this or if it’s best to stick with my current approach.
I’ve managed to get a content script working that reads the dates and times from the UI but I’m thinking it’d be more efficient if I could manage to get the UTC formatted date time that’s in the response body.
I’ve tried setting up a background service worker but that returns a 401 error. I’m wondering if there’s another way I can achieve this or if it’s best to stick with my current approach.