diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-27 15:51:19 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-27 15:51:19 +0900 |
commit | 70a89a70ba65d3b44a0e294c6e9dedc852c638a1 (patch) | |
tree | 0211c9782526376852e7ec0575217425d90fa3a8 | |
parent | 4c141496afbbd75e1b9e9dba188ca4253451f2de (diff) |
Update QA.md
-rw-r--r-- | QA.md | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -69,10 +69,6 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] able to add item - [ ] able to remove item - [ ] `github.com/a` blocks `github.com/a`, and not blocks `github.com/aa` -- [ ] `github.com/a*` blocks both `github.com/a` and `github.com/aa` -- [ ] `github.com/` blocks `github.com/`, and not blocks `github.com/a` -- [ ] `github.com` blocks both `github.com/` and `github.com/a` -- [ ] `*.github.com` blocks `gist.github.com/`, and not `github.com` ##### Updating @@ -85,15 +81,6 @@ The behaviors of the console are tested in [Console section](#consoles). - [ ] state is saved on source changed - [ ] on switching form -> json -> form, first and last form setting is equivalent to first one -### For certain sites - -- [ ] scroll on Hacker News -- [ ] able to scroll on Gmail and Slack -- [ ] Focus text box on Twitter or Slack, press <kbd>j</kbd>, then <kbd>j</kbd> is typed in the box -- [ ] Focus the text box on Twitter or Slack on following mode -- [ ] The pages is shown in https://pitchify.com/ -- [ ] Open console in http://www.espncricinfo.com/ - ## Find mode - [ ] open console with <kbd>/</kbd> |