Swift Selection Search のレビュー
Swift Selection Search 作成者: Daniel Lobo
Firefox ユーザー 13493849 によるレビュー
5 段階中 5 の評価
Firefox ユーザー 13493849 によるレビュー (7年前)Great firefox extension! Love it!! but my ebay doesn't work some how.. the URL was listed as : https://rover.ebay.com/rover/1/711-53200-19255-0/1?
so how do we find the URL that can work?? let say if i want to add a random search engine?
so how do we find the URL that can work?? let say if i want to add a random search engine?
開発者の返信
投稿日時: 7年前Hey there, thanks for the review! ;)
Normally, after you use the search bar on a website, you can look at the URL and see where the site placed your query. For example, if you search for "Firefox WebExtensions" on Google, Google adds "q=Firefox+WebExtensions" somewhere in the URL (among probably a lot of other things). "q" is the parameter Google uses for user queries.
SSS only needs a URL that says "{searchTerms}" in the part where your query usually goes. In the example above, that would mean the entire URL but with "q={searchTerms}" instead of "q=Firefox+WebExtensions". Your URL does not have a {searchTerms} part, so SSS doesn't know where to add the text you selected. :)
You will notice that many websites use the ? symbol and then add a lot of parameters separated with the & symbol. You'll usually be looking for the parameter that represents your query and replacing that with {searchTerms}. Most of the time, the URL also contains a lot of unnecessary parameters, so, to give an example, this simple version is what I use for Google:
https://www.google.com/search?q={searchTerms}
eBay is actually weird! It has several different search URLs, some of which very strange, but from searching around a bit it seems this one is simple and works:
http://www.ebay.com/sch/{searchTerms}
This is a bit technical but I hope I have helped. :) If the explanation wasn't clear enough please tell me. Maybe I should improve the options page instructions with a similar explanation.
Cheers!
Daniel
Normally, after you use the search bar on a website, you can look at the URL and see where the site placed your query. For example, if you search for "Firefox WebExtensions" on Google, Google adds "q=Firefox+WebExtensions" somewhere in the URL (among probably a lot of other things). "q" is the parameter Google uses for user queries.
SSS only needs a URL that says "{searchTerms}" in the part where your query usually goes. In the example above, that would mean the entire URL but with "q={searchTerms}" instead of "q=Firefox+WebExtensions". Your URL does not have a {searchTerms} part, so SSS doesn't know where to add the text you selected. :)
You will notice that many websites use the ? symbol and then add a lot of parameters separated with the & symbol. You'll usually be looking for the parameter that represents your query and replacing that with {searchTerms}. Most of the time, the URL also contains a lot of unnecessary parameters, so, to give an example, this simple version is what I use for Google:
https://www.google.com/search?q={searchTerms}
eBay is actually weird! It has several different search URLs, some of which very strange, but from searching around a bit it seems this one is simple and works:
http://www.ebay.com/sch/{searchTerms}
This is a bit technical but I hope I have helped. :) If the explanation wasn't clear enough please tell me. Maybe I should improve the options page instructions with a similar explanation.
Cheers!
Daniel
合計レビュー数: 670
- 5 段階中 5 の評価Firefox ユーザー 18951592 によるレビュー (8日前)It's perfect! So fast, tiny and customizable! I can adjust it just the way I want to. Seriously, discovering this just made my day.
- 5 段階中 4 の評価deniel_machine によるレビュー (2ヶ月前)The popup disappears when you release the middle mouse button.
- 5 段階中 5 の評価Firefox ユーザー 18289690 によるレビュー (3ヶ月前)
- 5 段階中 5 の評価elitesustenance によるレビュー (3ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 18144239 によるレビュー (3ヶ月前)
- 5 段階中 1 の評価Firefox ユーザー 18788256 によるレビュー (3ヶ月前)
- 5 段階中 5 の評価lavishstyke によるレビュー (4ヶ月前)
- 5 段階中 5 の評価inwhispers によるレビュー (4ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 13779242 によるレビュー (4ヶ月前)
- 5 段階中 5 の評価luckyfetus によるレビュー (5ヶ月前)Still working great on Win7, Firefox 115.14.0esr as of Dec 2024. Thanks Dev!