Mat Kelly

Results 844 comments of Mat Kelly

The reason this is not captured is due to the webrequest handlers' filter being limited to main_frame, which prevents requests for things other than the main page (e.g., images) from...

This might relate to #124. We also have the Twitter-specific URI filter to handle Ajax-based navigation but that seems ad hoc.

This also occurs on Google Maps when entering an address/place, note that Mink does not re-query the aggregator.

Still verifiably an issue, replicable by clicking on a username on Twitter.

Mink functions to some extent on Twitter but navigation within Twitter.com is not consistently caught and processed.

This might not be possible to do programmatically, as it's defined and referenced from the manifest.json file.

Could potentially be accomplished with `chrome.tabs.onUpdated.addListener` but that is fired multiple times on new tab creation.

Possibly displaying the "WAIT" label might work. Something should also be done prior to the page loading while the memento count is being fetched.

Within displayMinkUI.js in the function appendHTMLToShadowDOM(), the call to local storage `chrome.storage.local.get('timemaps', function (items) {` seem to produce a signal delay, as evidenced by console/alert messages immediately before and within...