-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Changing default search to use "I feel lucky" option #76
Comments
That is a great idea! I just tested the queries on my end, and it successfully redirected me to the page.
Here is my settings for the default: "search": {
"default": "https://duckduckgo.com/?q=!ducky+{}",
} And also you can define a "Feeling Lucky" shortcut as well {
"alias": "dd",
"name": "DuckDuckGo Feeling Lucky",
"url": "https://duckduckgo.com/?q=!ducky+{}"
} They both seem to work on my end. If it does not redirect you to the page, you might need to give permission to redirect. If it redirects to a wrong page, I am not sure if it is related to our query since I tried bunch of different searches with different keywords. Let me know what happens with the changes I mentioned above Cheers |
I laughed so hard, which led me think if it was an issue on my side :D I would definetely think your config might be wrong if you haven't already tested it in chrome. Just in case, you are using the The code should replace |
I did try few things: reset, incognito tabs, etc. and getting to the same conclusion. last argument that issue is present on iPhone. If possible, would you try it on your Mac too? whenever you have time... |
Please Describe The Feature You Would Like To See
I am pushing the boundaries of the original config and struggle to add an argument to search query to switch parameters of the search in a way that "I feel lucky" option is used.
The idea is to type on start page "github", hit enter and get githuib opened even if GitHub is not saved as a link, instead of getting search engine page by default".
In this example I would like to get a query like this "https://duckduckgo.com/?q=!ducky+github" by using "https://duckduckgo.com/?q=!ducky+" as setting for search config. Yet its not giving me the result that I want
The text was updated successfully, but these errors were encountered: