DuckDuckMenu

Extends DuckDuckGo by adding a customizable list of additional search engines for making fast searches from other engines.

< DuckDuckMenu 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2014-12-06

Very helpful script, just one small issue

You are using escape() for encoding search terms, as it is seen in

escape(document.getElementById("search_form_input").value)

It actually outputs ill-encoded strings for non-English terms. Also escape() is already depreciated. Using encodeURIComponent() instead will solve these problems.

답글 게시

답글을 게시하려면 로그인하세요.