From fe8e1e15868ad640f6f85f65e89df96ffb870278 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Mon, 14 Feb 2011 23:33:00 -0500 Subject: [PATCH] Restore ;f hint XPath lost in revision ae79abb4ff88. Closes issue #382. --- common/content/hints.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/hints.js b/common/content/hints.js index 5511449c..9bb5293b 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -1165,6 +1165,7 @@ var Hints = Module("hints", { "regexpmap", { "[iI]": xpath(["img"]), "[asOTivVWy]": xpath(["{a,area}[@href]", "{img,iframe}[@src]"]), + "[f]": xpath(["body"]), "[F]": xpath(["body", "code", "div", "html", "p", "pre", "span"]), "[S]": xpath(["input[not(@type='hidden')]", "textarea", "button", "select"]) },