mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Merge pull request #4776 from hommels/master
Fixed the hint example for matching on the comment collapsers on Hacker News
This commit is contained in:
commit
c6eb36a5ce
1 changed files with 1 additions and 1 deletions
|
@ -5123,7 +5123,7 @@ const KILL_STACK: Element[] = []
|
|||
|
||||
Element selection flags:
|
||||
- -c [selector] hint links that match the css selector
|
||||
- `bind ;c hint -c [class*="expand"],[class="togg"]` works particularly well on reddit and HN
|
||||
- `bind ;c hint -c [class*="expand"],[class*="togg"]` works particularly well on reddit and HN
|
||||
- this works with most other hint modes, with the caveat that if other hint mode takes arguments your selector must contain no spaces, i.e. `hint -c[yourOtherFlag] [selector] [your other flag's arguments, which may contain spaces]`
|
||||
- -x [selector] exclude the matched elements from hinting
|
||||
- -f [text] hint links and inputs that display the given text
|
||||
|
|
Loading…
Add table
Reference in a new issue