diff options
| -rw-r--r-- | manifest.json | 2 | ||||
| -rw-r--r-- | vimium.css | 2 | ||||
| -rw-r--r-- | vomnibar.js (renamed from fuzzyMode.js) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index b0598dd2..01cfc7c7 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "lib/domUtils.js", "lib/clipboard.js", "linkHints.js", - "fuzzyMode.js", + "vomnibar.js", "vimiumFrontend.js" ], "css": ["vimium.css"], @@ -284,7 +284,7 @@ body.vimiumFindMode ::selection { background: #ff9632; }; -/* fuzzymode CSS */ +/* Vomnibar CSS */ #vomnibar ol, #vomnibar ul { list-style: none !important; diff --git a/fuzzyMode.js b/vomnibar.js index 4f136635..4f136635 100644 --- a/fuzzyMode.js +++ b/vomnibar.js |
