Stephen Blott

Results 57 comments of Stephen Blott

The whole point of this extension (for me, at least) is to get the focus out of the search bar when creating a new tab, because that works well with...

Thanks, @weakish. I'm going to guess that chrome "bug" applies to the existing implementation too. I'll look a `chrome.tabs`.

So, b2d9204bfe1267779bb347d7b7535fd0b03af304 fixes your original issue.

@maustyle I took a look at the code (it's only about 15 lines). There's nothing in there to prevent the redirection per se. I suspect it's a Chrome "security feature"....

There shouldn't be a problem running the `chromi` extension as an unpacked extension. It will just connect to the TCP port on localhost, exactly the same as the Chrome Store...

I think you'll have to write a little script of your own to do that. This works... ```Coffeescript chromix = require("chromix-too")().chromix chromix "chrome.tabs.getSelected", {}, (tab) -> chromix "chrome.tabs.query", {}, {currentWindow:...

Does the page contain useful data or the fail whale, right? Hmm. Don't know, sorry.

What's your use case?

Hmm. I've no idea what was going on either. Glad it fixed itself!

A couple of things... 1. I can't reproduce this. I created 150 tabs and - while it was a bit slow - nothing failed. 2. If it's triggered by more...