readtedium / udm14

Code for udm14.com, a site with an easily-accessible AI-free Google search. This has a CC0 license so consider the code public domain.
https://udm14.com
Other
348 stars 26 forks source link

Add support for url-parameters #18

Open wxnnvs opened 3 months ago

wxnnvs commented 3 months ago

I'd like to share search results with the udm14.com domain like this: https://udm14.com/?s=<search_query> If i have time i'll make a pr for this

readtedium commented 3 months ago

This is already supported, see:

https://udm14.com/?q=Pizza

wxnnvs commented 3 months ago

Cool! But i'd like it to press the button Either an animation or an immediate redirect

readtedium commented 3 months ago

Would something like r=pizza work? That could just replicate the functionality while making it a straight redirect instead. It would also make it possible to keep the current functionality while adding this

wxnnvs commented 3 months ago

Sounds good to me! PS the pr will have to wait until im back from vacation

readtedium commented 1 month ago

@wxnnvs Still plan on getting to this? No worries if not.

wxnnvs commented 1 month ago

My bad, I have been busy Im gonna do it rk (im not too smart so it might take a little time)

wxnnvs commented 1 month ago

20