|
⇤ ← Revision 1 as of 2012-02-12 20:25:11
Size: 364
Comment:
|
← Revision 2 as of 2012-11-26 20:52:27 ⇥
Size: 797
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 2: | Line 2: |
| Line 8: | Line 7: |
| google_search_bind_number_shortcuts(); }}} |
google_search_bind_number_shortcuts(); }}} = Notes = == 1. Setting user-agent may cause google-search-results to misbehave == If you have set user-agent to something different (e.g., Mozilla/Firefox based), google-search-results may not behave correctly (e.g., numeric shortcuts set by google_search_bind_number_shortcuts may not work). A workaround is to go into Google search settings, and turn off Google Instant predictions (i.e, set it to 'Never show Instant results.'). |
Google Search Results Mode
This mode sets the default browser-objects of the follow commands to operate on the main search results links.
Optionally, this mode can bind the keys 1 through 9 to follow corresponding links to pages of search results. To bind those keys, put the following in your rc:
google_search_bind_number_shortcuts();
Notes
1. Setting user-agent may cause google-search-results to misbehave
If you have set user-agent to something different (e.g., Mozilla/Firefox based), google-search-results may not behave correctly (e.g., numeric shortcuts set by google_search_bind_number_shortcuts may not work). A workaround is to go into Google search settings, and turn off Google Instant predictions (i.e, set it to 'Never show Instant results.').
