Skip to content

Doesn't handle "Private Window" tabs?! #9

Description

@C80

After being unsure of whether the buttons even do ANYTHING since there was no feedback, i decided to check the code... And this bit is right in there:

    // ignore private windows
    if (window.incognito) {
      continue;
    }

So what's the point of even having the option to allow "Run in Private Windows" if it won't work for them?! That's the only reason i would ever use this kind of extension, for back-up in case i somehow lose my incognito tabs, all the other windows are saved automatically in the profile. -.-

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions