Mat Kelly

Results 844 comments of Mat Kelly

On macOS, Google Chrome bookmarks are stored in: > /Users/(USERNAME)/Library/Application Support/Google/Chrome/Default/bookmarks ...as a JSON file, e.g., ```json { "checksum": "ab7499b01ccc8b4442b1a3dfbaa56d54", "roots": { "bookmark_bar": { "children": [ { "date_added": "13068834331760000", "guid":...

No dice on manually modifying the Info.plist file, even with modeling it after "The Archive Browser"'s and moving the app to another folder and back (as directed to supposed invoke...

Changes in 0840902d2ea16b6afa973dc67818fba355a0f529 will only associate WARCs on the system if built from source. Still need a way to associate the file type upon binary installation.

LaunchServices usually registers the filetypes supported when dragging an application into /Applications. The current association is in ~/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist and can be manipulated with /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister.

https://github.com/moretension/duti might also be a good way to prevent the bugginess of interacting with LaunchServices. It's also public domain, so should not be an issue for inclusion.

In WAIL.py, this is the cause `self.archiveNowButton.SetLabel("Initializing Wayback...")` around line 483. This _was_ by design but now causes an awkward display due to title clipping. It is also an odd...

801c04c updated what is shown but we can still show an icon (commented out in that commit) and we mainly need to reset the button after Wayback is started. It...

Checking for the `Link: ; rel="type"` response header would make the false positive far less likely, as most services won't report this header at 0.0.0.0:8080. If the OpenWayback code could...

The Heritrix server has some indicators as well but not as distinct as OpenWayback's Link header. It would be useful to see if the default HTTP responses from each could...

![heritrix](https://cloud.githubusercontent.com/assets/2514780/7500518/1ff5008c-f3fc-11e4-8600-b0862de04c9b.png)