브라우저별 주소줄 검색 사이트 변경 방법


* FireFox
    - 설정 -> 검색 -> 최하단의 '더 많은 검색 사이트 넣기' 선택
    -> Google (encyypted) 선택
    -> 다시 검색 설정으로 와서 '기본 검색 사이트' 에서 좀 전에 추가한 Google encypted 선택

//=======================
* Chrome
    크롬 설정 -> 검색엔진 관리 ->
    -> 맨 하단의 '새 검색엔진 추가' 라는 빈칸에 적는다
    google-en
    encrypted.google.com
https://encrypted.google.com/search?safe=off
    -> 완료를 누른후 다시 들어와서 방금전에 기입한것을 선택



//=========================
* Internet Explorer (IE 11)

- 레지스트리 수정


IE11-google search.reg


//==========

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes]
"DefaultScope"="{81327EB3-1607-4451-A46A-454A1BFB2C59}"
"UpgradeTime"=hex:01,9a,99,bc,5a,9c,cd,01
"ShowSearchSuggestionsGlobal"=dword:00000001
"DisplayQuickPick"=dword:00000001
"DownloadUpdates"=dword:00000000
"Version"=dword:00000002


[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\{81327EB3-1607-4451-A46A-454A1BFB2C59}]
"DisplayName"="구글"
"URL"="http://www.google.com/search?gfe_rd=cr&gws_rd=cr&fg=1&safe=off&q={searchTerms}"
"SortIndex"=dword:00000001



//=======================
* Edge
    https://encrypted.google.com 으로 이동

    - 설정 -> 고급 설정 보기 -> 주소 표시줄에서의 검색에 사용 : 변경 버튼
    -> 사이트 선택

    - 나의 경우는 에러 발생
Google 검색 (검색됨)을(를) 기본 검색 엔진으로 설정할 수 없습니다. 나중에 다시 시도하세요
    라는 에러가 발생함.
    아마도 코타나를 심하게 지워서 그런것이 아닌가 추정




//=====================================================
// 구글 세이프서치 중지, (Safe Search turn off, 사이트필터링 끄기)
    - google.co.kr 구글 한국 사이트는 성인인증을 해도 세이프서치를 끌수 없다
    - 국민의 정신건강까지 꼼꼼히 챙기는 위대한 대한민국
https://encrypted.google.com/search?safe=off
https://www.google.com/search?gfe_rd=cr&gws_rd=cr&fg=1&safe=off
https://www.google.nl/search?ie=UTF-8&safe=off



반응형
Posted by codens