Mat Kelly

Results 550 comments of Mat Kelly

The usage of chrome.tabs.connect in serviceWorker.js, e.g., ``` let port = chrome.tabs.connect(tab.id, { name: 'getImageData' }) // create a persistent connection port.postMessage({ url: tab.url, method: 'getImageData' }) ``` causes an...

https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ To be deprecated for existing extensions in January 2023

The Chrome pageAction icon does not supported animated GIFs. bd3ae23ad6b95dc9be8c26b728b1897cd71b9e28 adds support for blinking every 1.5 seconds (which seemed like the natural rate) but when the pageAction popup is closed,...

@johnss Are you installing WARCreate from the Chrome Dev store or installing using the source? Can you provide a sample MHTML document for testing?

Thank you for the heads-up, @refparo.

Hi @hanoii, I just pushed a new version of WARCreate due to the Chrome Web Store stating a compliance issue. This has happened before, seems automated, and prone to false...

@hanoii I was able to generate a WARC from drupal.org but it is somewhat problematic with respect to replay in pywb and webrecorder player. It is likely an issue with...

@hanoii webRequest allows WARCreate to read _some_ headers and payload when they come over the wire. I believe due to some synchronicity issues, there was a need (as implemented) to...

Fixed as of 20130210. Might be chalked up to the images being excluded due to testing.

> I can see many use cases... Can you describe some of these, @ibnesayeed?