Jethro Nederhof
Jethro Nederhof
Short answer: Not at the moment. Your first snippet should still work, as long as the form's submission page ends up on the same origin, the event that wasn't able...
Another thought, though it's not very elegant: you could also set up a [PerformanceObserver](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver). ```javascript new PerformanceObserver((list, po) => { const eventReq = list.getEntries().find((entry) => entry.name.endsWith("com.snowplowanalytics.snowplow/tp2")); if (eventReq && eventReq.responseEnd)...
There looks to be some fun history here! Support for this seems originally added in snowplow/schema-ddl#83, but then disabled in snowplow/schema-ddl#121 because it broke snowplow/schema-ddl#36 which also lead to snowplow/schema-ddl#110....
Good use case! This will be quite a bit more work than #24 but should be pretty doable. Talking to the content pages will probably require more permissions which I'm...
> Whenever I do an SSH to a machine in a given tab on ghostty and then do a split using ⌘ + D, the split opens with the present...
Hey @parabolabam, the `*.xpi` files over in [Releases](https://github.com/snowplow/chrome-snowplow-inspector/releases) are Firefox builds that should work. You won't get automatic updates, though you can subscribe to release notifications and Github will tell...