z0ccc

Results 20 comments of z0ccc

Cool! I will add this to the readme. Thanks

How are you testing that? Thanks

Good idea. I will add this in future releases.

You can't attach the debugger to chrome:// pages. Working on a fix for this.

There is a slight delay between when a new tab is opened and the debugger starts mocking the data. This allows for websites to get the original value of the...

> ```js > w = open(); > w.eval('alert(navigator.userAgent)'); > ``` That only works because its an alert opening in a new tab (tab initialized issue). But how can you save...

Very interesting. I will look into fixing this. Although since it opens a new blank tab its not a very discrete method. Thanks

Good idea. I will look into this.

@eduardoacskimlinks Thanks for building this! Where should the initializeExtension() code go?

@eduardoacskimlinks Hi, thanks for the reply. I'm confused as to where clearState, saveState, etc come from. Are these functions I need to write myself?