mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:28:00 +01:00
Restore ;f hint XPath lost in revision ae79abb4ff88. Closes issue #382.
This commit is contained in:
@@ -1165,6 +1165,7 @@ var Hints = Module("hints", {
|
|||||||
"regexpmap", {
|
"regexpmap", {
|
||||||
"[iI]": xpath(["img"]),
|
"[iI]": xpath(["img"]),
|
||||||
"[asOTivVWy]": xpath(["{a,area}[@href]", "{img,iframe}[@src]"]),
|
"[asOTivVWy]": xpath(["{a,area}[@href]", "{img,iframe}[@src]"]),
|
||||||
|
"[f]": xpath(["body"]),
|
||||||
"[F]": xpath(["body", "code", "div", "html", "p", "pre", "span"]),
|
"[F]": xpath(["body", "code", "div", "html", "p", "pre", "span"]),
|
||||||
"[S]": xpath(["input[not(@type='hidden')]", "textarea", "button", "select"])
|
"[S]": xpath(["input[not(@type='hidden')]", "textarea", "button", "select"])
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user