Mat Kelly

Results 434 issues of Mat Kelly

I created an archive in the app (version 0.7.7 from GitHub releases) and selected the "Start Sharing" button. This brings up a message box (title: "Start Sharing?") in the interface...

https://www.bleepingcomputer.com/news/software/google-begins-testing-extension-manifest-v3-in-chrome-canary/ It will have significant changes to the webRequest API, which WARCreate extensively uses.

enhancement
meta

https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/tabs/getSelected

WebExtensions compatibility

The current incarnation of the browser is based off of Firefox, so adhering Web Extensions might facilitate this. /cc @jbrunelle

WebExtensions compatibility

On my own site (e.g., https://matkelly.com), I reference some fonts to be included and used in the CSS of the web page, e.g., `````` The resource resolution procedure never fetches...

bug

We tried this years ago but there was an issue with using Selenium with extensions. This may be remedied. Re-check for a potential testing medium.

enhancement
meta

[Memento Tracer](http://tracer.mementoweb.org/) is an up-and-coming concept that facilitates the recording of a set of instruction to capture the "essence" of a Web publication. The intent is that after recording the...

enhancement

At CNIF19, @ikreymer demoed https://github.com/webrecorder/wabac.js, which allows client-side replay using Service Workers. He and I briefly discussed WARCreate development as well. WARCreate currently has no means of replay, just WARC...

enhancement

When viewing a PDF in Chrome, the browser creates a faux DOM as a wrapper of the PDF content. For example: ```html ``` In this case, the `Content-Type: application/pdf` in...

bug

In https://kris-sigur.blogspot.com/2018/11/on-screenshots-in-warcs.html @kris-sigur describes the storage of a screenshot in a WARC file. This would be useful for others (e.g., @CamtheWicked on Twitter, for whom I could not find a...

enhancement