Matches changes to the google results pages, so that the main result
links can be easily selected again.
---
 modules/page-modes/google-search-results.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/page-modes/google-search-results.js 
b/modules/page-modes/google-search-results.js
index ab8eea3..d05e4b8 100644
--- a/modules/page-modes/google-search-results.js
+++ b/modules/page-modes/google-search-results.js
@@ -25,7 +25,7 @@ define_key(google_search_results_keymap, "return", 
"ensure-content-focused", $fa
  */
 
 define_browser_object_class("google-search-results-links", null,
-    xpath_browser_object_handler("//a[@class='l']|//a[@class='l 
vst']|//a[@class='gs-title']"),
+    xpath_browser_object_handler("//a[@class='l']|//a[@class='l 
vst']|//a[@class='gs-title']|//h3[@class='r']/a"),
     $hint = "select search result");
 
 
-- 
1.7.7

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to