Bruno Daniel
Bruno Daniel
It's an idea that I've discussed with some people before, and I'd definitely like to implement some sort of filtering. How do you envision it @hsablonniere, a string search for...
Placement is an interesting problem: tho it's a very bad idea, all versions of Angular that I'm aware of (and ng-inspector by proxy) support multiple apps in one page. There...
I was having issues with errors being thrown in older versions of angular after #82, so I switched the detection to test if the definition of the directive is an...
I'm closing the issue, but please re-open if you're still having errors and/or performance issues.
[Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) is an obvious candidate for a place to store the state, but that is domain-specific and would pollute Local Storage for that domain. A browser-extension-specific storage might be...
PR #62 looks more sensible regardless, so it's merged. I still get a cryptic error on this tho, so I'll leave the issue open until we figure it out.
The problem with interfering with the page at this level is that a lot of layouts will break by adding a margin or padding, making it harder or impossible to...
I feel your pain @joshstrange, a lot of people have requested that. Unfortunatelly, simply refactoring to use the Chrome dev tools would limit cross-browser compatibility (Safari doesn't allow extending the...
That's an interesting idea @Belelros, I can definitely see the value in being able to call the functions from the extension, although the UI for that will be a little...
Hi @zfarrell, thanks for the kind words. Regarding your points: 1. The project began as a Safari only extension, simply because I missed Batarang when using Safari, but Safari doesn't...