diff options
| -rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index a40cd134..86ac301f 100644 --- a/manifest.json +++ b/manifest.json @@ -60,7 +60,8 @@ ], "css": ["content_scripts/vimium.css"], "run_at": "document_start", - "all_frames": true + "all_frames": true, + "match_about_blank": true }, { "matches": ["file:///", "file:///*/"], |
