diff options
| author | Ryan Perry-Nguyen | 2018-09-14 13:24:37 -0400 |
|---|---|---|
| committer | Ryan Perry-Nguyen | 2018-09-14 13:24:37 -0400 |
| commit | b6c01bd2a28d091caa25f1c88ac4994effb7b077 (patch) | |
| tree | e7ae1fbcadd16c67b6257c6206802c05851b605f | |
| parent | 2ee06443f4cfc72445625c2a09238866a82059f5 (diff) | |
| download | vimium-b6c01bd2a28d091caa25f1c88ac4994effb7b077.tar.bz2 | |
add %S disclaimer on options page
| -rw-r--r-- | pages/options.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/options.html b/pages/options.html index b30ea961..33ba612b 100644 --- a/pages/options.html +++ b/pages/options.html @@ -82,6 +82,7 @@ b: http://b.com/?q=%s description " this is a comment # this is also a comment</pre> %s is replaced with the search terms. <br/> + Use %S if you don't want the search terms <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent">URI Encoded</a> For search completion, see <a href="completion_engines.html" target="_blank">here</a>. </div> </div> |
