An open API service indexing awesome lists of open source software.

https://github.com/rignaneseleo/duckduckgo_to_google

It's annoying to open Google everytime DuckDuckGo dosn't find what we are looking for. This is the script to save time.
https://github.com/rignaneseleo/duckduckgo_to_google

bookmark bookmarks-bar duckduckgo duckduckgo-redirect google google-search javascript js script shortcut

Last synced: about 1 month ago
JSON representation

It's annoying to open Google everytime DuckDuckGo dosn't find what we are looking for. This is the script to save time.

Awesome Lists containing this project

README

        

# DuckDuckGo_to_Google
It's annoying to open Google everytime DuckDuckGo dosn't find what we are looking for.
This is the js script to run as a bookmark to save time.

## How to?
Create a new bookmark in the Bookmarks bar of your favourite browser and fill the link space with:

`javascript:(function(){window.location.replace("https://www.google.com/search?q="+$("#search_form_input").val());})();`

Cheers ✌️🏻