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.
- Host: GitHub
- URL: https://github.com/rignaneseleo/duckduckgo_to_google
- Owner: rignaneseleo
- Created: 2018-09-19T00:53:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T01:00:21.000Z (over 6 years ago)
- Last Synced: 2025-01-25T16:42:30.794Z (3 months ago)
- Topics: bookmark, bookmarks-bar, duckduckgo, duckduckgo-redirect, google, google-search, javascript, js, script, shortcut
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ✌️🏻