Skip to content

Instantly share code, notes, and snippets.

@lepht
Last active December 10, 2015 21:08
Show Gist options
  • Save lepht/4492331 to your computer and use it in GitHub Desktop.
Save lepht/4492331 to your computer and use it in GitHub Desktop.
Pentadactyl command for enabling 'verbatim' mode in Google results

I find myself needing to toggle 'verbatim' mode on very often, which requires three mouse-clicks. For keyboard addicts, that's three too many.

Add this command to your Pentadactyl1 config file (usually ~/.pentadactlyrc) to make the :gv command turn on 'verbatim' mode while on a Google search results page.

command gv -description "Enable 'verbatim' results in google" js $('#hdtb_tls').click() && $('li#li_1 a.q').click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment