tamperchrome icon indicating copy to clipboard operation
tamperchrome copied to clipboard

Tamper Chrome v2 close after reload

Open sergiohgz opened this issue 3 years ago • 10 comments

Hi there,

I'm new with this extension and I'm trying to intercept requests done when loading a window. After loading page, when F5 (or mouse reload) is done, extension self close, without capturing anything.

Looking at the video provided in your webpage, this is not the behaviour desired, so I don't know if I'm doing something wrong or if Chrome have made any config changes (90.0.4430.93 - Build oficial - Windows 64 bits).

Thanks

sergiohgz avatar May 10 '21 11:05 sergiohgz

Can you press the reload button inside the extension? That should work (it's in the tests).

I can look into it closing in normal reload, as that also shouldn't happen.

On Mon, 10 May 2021, 13:35 Sergio Herrera, @.***> wrote:

Hi there,

I'm new with this extension and I'm trying to intercept requests done when loading a window. After loading page, when F5 (or mouse reload) is done, extension self close, without capturing anything.

Looking at the video provided in your webpage, this is not the behaviour desired, so I don't know if I'm doing something wrong or if Chrome have made any config changes (90.0.4430.93 - Build oficial - Windows 64 bits).

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/tamperchrome/issues/210, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAICQLRXYA5SMUY63QOHJ3TM7AILANCNFSM44Q635CQ .

sirdarckcat avatar May 10 '21 15:05 sirdarckcat

I cannot see any reload button inside extension. image

As extra information, I installed last version from Chrome Web Store (2.0.9). Also, the tutorial shown in webpage talks about normal browser reload, not extension reload 😓

sergiohgz avatar May 10 '21 15:05 sergiohgz

Oh, yes sorry. The button is not released on the web store yet.

I'll take a look

sirdarckcat avatar May 11 '21 08:05 sirdarckcat

I think I was able to reproduce. Are you reloading the window with TamperDev? Or the main window

sirdarckcat avatar May 18 '21 12:05 sirdarckcat

I'm reloading window, TamperDev doesn't show any button to reload and, if I have TamperDev focused and press F5 to reload, TamperDev window closes automatically

sergiohgz avatar May 18 '21 12:05 sergiohgz

which window are you reloading?

the window that tamper dev opens, or the window of the website you are using

sirdarckcat avatar May 18 '21 13:05 sirdarckcat

If I reload on TamperDev window, it closes automatically without reloading browser window.

If I reload on browser window, it also closes TamperDev extension and lost all work done with it

sergiohgz avatar May 18 '21 13:05 sergiohgz

oh ok. I can't reproduce reloading the browser window, but I'll keep looking into it. =/

sirdarckcat avatar May 18 '21 13:05 sirdarckcat

@sirdarckcat - I have this issue as well, but first: cool extension!! Below are the steps to reproduce using Chrome 91.0.4472.77 on Mac OS X 11.4. There is a 34 second video demonstrating the closing of the extension behavior at the bottom of this comment.

  1. Open Tamper Dev extension, and enable intercept immediately. Note that the extension closes if you refresh page from Chrome initially with intercept not enabled; this is not demonstrated in video.
  2. Refresh page in Chrome - intercepts successfully
  3. Without changing any headers, send request and then send response
  4. Tamper Dev closes, and then bar at top of Chrome closes

See video, uploaded 06/14/2021 (should be good for a year or so): https://www.screencast.com/t/9URPKGw0e

** same behavior for POST requests **

dflanagan avatar Jun 14 '21 15:06 dflanagan

Awesome! Could you please check the console logs? On chrome://extensions

Also, could you try on a "clean" profile? Without other extensions

sirdarckcat avatar Jun 15 '21 11:06 sirdarckcat