Reviews for Search in Sidebar
Search in Sidebar by Soushi Atsumi
Response by Soushi Atsumi
Developer response
posted 8 days agoHi pnhan,
Thank you for reviewing.
> This is because on many sites, search queries are often found between slashes or search parameters rather than at the end of the URL.
> Because of that it limits the ability to add many other sites.
I’ve never seen a site that inserts the query between slashes, but I think this feature is really useful for users, so I plan to add it.
If you have any further suggestions, feel free to comment on this issue: https://github.com/Soushi-Atsumi/Search-in-Sidebar/issues/11.
By the way, the order of parameters can generally be changed. For example:
https://www.google.com/search?q=firefox&client=firefox-b-d
can be rewritten as
https://www.google.com/search?client=firefox-b-d&q=firefox
This should work on most sites.
Edit: Could you provide URL of the sites?
Edit2: Never mind my previous question. I have added the feature. Enjoy!
Thank you for reviewing.
> This is because on many sites, search queries are often found between slashes or search parameters rather than at the end of the URL.
> Because of that it limits the ability to add many other sites.
I’ve never seen a site that inserts the query between slashes, but I think this feature is really useful for users, so I plan to add it.
If you have any further suggestions, feel free to comment on this issue: https://github.com/Soushi-Atsumi/Search-in-Sidebar/issues/11.
By the way, the order of parameters can generally be changed. For example:
https://www.google.com/search?q=firefox&client=firefox-b-d
can be rewritten as
https://www.google.com/search?client=firefox-b-d&q=firefox
This should work on most sites.
Edit: Could you provide URL of the sites?
Edit2: Never mind my previous question. I have added the feature. Enjoy!