auto-tab-discard icon indicating copy to clipboard operation
auto-tab-discard copied to clipboard

Lost Twitter comment i was writing.

Open CTimmerman opened this issue 1 year ago • 2 comments

I lost a Twitter comment i was writing, despite the form whitelist option being enabled.

Current settings:

{
  "chrome.storage.local": {
    "./plugins/blank/core.js": true,
    "./plugins/dummy/core.js": false,
    "./plugins/focus/core.js": false,
    "./plugins/force/core.js": false,
    "./plugins/new/core.js": false,
    "./plugins/next/core.js": false,
    "./plugins/previous/core.js": false,
    "./plugins/trash/core.js": false,
    "./plugins/unloaded/core.js": false,
    "./plugins/youtube/core.js": true,
    "audio": true,
    "battery": false,
    "click": "click.popup",
    "faqs": true,
    "favicon": false,
    "favicon-delay": 100,
    "force.hostnames": [],
    "form": true,
    "go-hidden": false,
    "idle": false,
    "idle-timeout": 300,
    "last-update": 1659360608713,
    "link.context": true,
    "log": false,
    "max.single.discard": 50,
    "memory-enabled": true,
    "memory-value": 60,
    "mode": "time-based",
    "notification.permission": true,
    "number": 6,
    "online": false,
    "page.context": false,
    "period": 600,
    "pinned": false,
    "prepends": "💤",
    "simultaneous-jobs": 10,
    "startup-pinned": false,
    "startup-release-pinned": false,
    "startup-unpinned": false,
    "tab.context": true,
    "trash.period": 24,
    "trash.unloaded": false,
    "trash.whitelist-url": [],
    "use-cache": false,
    "whitelist": [
      "mail.google.com",
      "meet.google.com",
      "outlook.office.com"
    ],
    "whitelist-url": []
  },
  "localStorage": {
    "click": "popup",
    "explore-count": "102"
  }
}

CTimmerman avatar Aug 10 '22 14:08 CTimmerman

Does the Twitter tab happen to be open before the extension is installed?

rNeomy avatar Sep 05 '22 07:09 rNeomy

No. I quickly googled fertilization vs insemination and found my comment as well as the entire page of https://twitter.com/lyre/status/1566700064965537792 to be black. Very odd as not even 3 minutes passed. Also, the options page doesn't appear in the "switch to" autocomplete dropdown, but that's probably a Chrome issue.

{
  "chrome.storage.local": {
    "./plugins/blank/core.js": true,
    "./plugins/dummy/core.js": false,
    "./plugins/focus/core.js": false,
    "./plugins/force/core.js": false,
    "./plugins/new/core.js": false,
    "./plugins/next/core.js": false,
    "./plugins/previous/core.js": false,
    "./plugins/trash/core.js": false,
    "./plugins/unloaded/core.js": false,
    "./plugins/youtube/core.js": true,
    "audio": true,
    "battery": false,
    "click": "click.popup",
    "faqs": true,
    "favicon": false,
    "favicon-delay": 100,
    "force.hostnames": [],
    "form": true,
    "go-hidden": false,
    "idle": false,
    "idle-timeout": 300,
    "last-update": 1659360608713,
    "link.context": true,
    "log": false,
    "max.single.discard": 50,
    "memory-enabled": true,
    "memory-value": 60,
    "mode": "time-based",
    "notification.permission": true,
    "number": 0,
    "online": false,
    "page.context": false,
    "period": 180,
    "pinned": false,
    "prepends": "💤",
    "simultaneous-jobs": 10,
    "startup-pinned": false,
    "startup-release-pinned": false,
    "startup-unpinned": false,
    "tab.context": true,
    "trash.period": 24,
    "trash.unloaded": false,
    "trash.whitelist-url": [],
    "use-cache": false,
    "whitelist": [
      "mail.google.com",
      "meet.google.com",
      "outlook.office.com",
      "panel.bunny.net",
      "ritd.nl"
    ],
    "whitelist-url": []
  },
  "localStorage": {
    "click": "popup",
    "explore-count": "105"
  }
}

CTimmerman avatar Sep 05 '22 13:09 CTimmerman