diff options
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r-- | chrome/redirector.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index 6dcb39d..68300c1 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -67,6 +67,10 @@ <input type="checkbox" id="unescape-matches" /> </div> <div> + <label>Escape matches</label> + <input type="checkbox" id="escape-matches" /> + </div> + <div> <label>Enabled</label> <input type="checkbox" id="redirect-enabled" /> </div> @@ -77,4 +81,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> |