]> git.gir.st - VimFx.git/commit
Reduce the number of hints on Google Calendar
authorSimon Lydell <simon.lydell@gmail.com>
Sat, 7 Feb 2015 21:27:51 +0000 (22:27 +0100)
committerSimon Lydell <simon.lydell@gmail.com>
Sat, 7 Feb 2015 21:27:51 +0000 (22:27 +0100)
commitd7093262de30a2736cd9d92171d3bde0c9b1375d
tree0ee34bacd3b47ec62fd7bec73f7c6908a67674ff
parentf169812ec7d050c0fc6137dfc53b2e17c5c0f6dd
Reduce the number of hints on Google Calendar

As noted in https://github.com/akhodakivskiy/VimFx/pull/451#issuecomment-71582664,
Google Calendar gets too many hints. That's because many buttons are implemented
as `<div>`s with lots of `<div>`s inside, all of which have "button" in the
their class names. This commit exludes elements with "button" in the class name
if they contain yet such an element. This works fine on Google Calendar.
Hopefully it does not exlude too much on other pages.
extension/lib/commands.coffee
Imprint / Impressum