- Go to https://stackoverflow.com or the like
:vote
- Enter hints mode (default:
f
, org;o
to click multiple things) - Rejoice in not having to reach for the mouse to vote!
Last active
August 29, 2015 14:07
-
-
Save emlun/4ea148b1166ec7b1e6dc to your computer and use it in GitHub Desktop.
Custom Pentadactyl command to make Stack Exchange vote buttons clickable (usable with hints mode)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group -description "Stack Exchange network" -locations=stackexchange.com,stackoverflow.com,superuser.com stackexchange | |
command -description "Make Stack Exchange vote buttons clickable" -group stackexchange -nargs=0 vote javascript (function() { $('.vote a').attr('href', 'javascript:void(0)'); })() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment