You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we can add <button> , <xxx class="btn xxxx"></xxx>, <xxx class="button xxx"></xxx> to clickable list .
Futher, we may support different framework's clickable element, such as element with attribute data-toggle="xxx" or someting else . This can be added as extention of vimium .
The text was updated successfully, but these errors were encountered:
eromoe
changed the title
Make class="btn" clickable
Make class="btn" clickable / Or support clickable css rule extention
Apr 28, 2020
Some button without link could not be clicked :
I think we can add
<button>
,<xxx class="btn xxxx"></xxx>
,<xxx class="button xxx"></xxx>
to clickable list .Futher, we may support different framework's clickable element, such as element with attribute
data-toggle="xxx"
or someting else . This can be added as extention of vimium .The text was updated successfully, but these errors were encountered: