console-importer icon indicating copy to clipboard operation
console-importer copied to clipboard

doesn't initialize in empty/blank tabs

Open getify opened this issue 8 years ago • 1 comments

My home page -- where I do most of my console'ing -- is about:blank. I also use this extension for blank new tabs: https://chrome.google.com/webstore/detail/blank-new-tab-page/jonikckfpolfcdcgdficelkfffkloemh

In both cases, $i is not getting created, only for "real" web sites. :(

getify avatar Mar 17 '17 11:03 getify

Thanks for your report.

It is a pity that Chrome extension can't auto inject script to some pages, like about:blank and chrome-extension://web-page-from-other-extension.html in your case.

Maybe we could add a button to extension bar(browser action), which inject $i to current tab when user click it. I think this way could partly solve your problem.

it is on the way, next version probably.

pd4d10 avatar Mar 18 '17 05:03 pd4d10