[Conkeror] [PATCH] google-search-results: added com.au domain

John J Foerch jjfoerch at earthlink.net
Sat Feb 7 11:24:40 PST 2009


David Kettler <kettler at internode.on.net> writes:
> ---
>  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 e41e132..abca8e9 100644
> --- a/modules/page-modes/google-search-results.js
> +++ b/modules/page-modes/google-search-results.js
> @@ -71,7 +71,7 @@ let (google_search_re = build_url_regex(
>           $domain = "google",
>           $allow_www = true,
>           $path = "search?",
> -         $tlds = ["com", "co.uk", "de", "dk", "es",
> +         $tlds = ["com", "com.au", "co.uk", "de", "dk", "es",
>                    "fr", "it", "no", "se", "uk"])) {
>      auto_mode_list.push([google_search_re, google_search_results_mode]);
>  };


ok

-- 
John Foerch



More information about the Conkeror mailing list