-
-
Notifications
You must be signed in to change notification settings - Fork 447
Description
From @dracp
I think the text is redundant. The same action of copying the content of the address bar is indicated twice, and the same action of substituting the test string for {q} twice. Once in the first paragraph and again in the third paragraph.
_If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads
-https://www.netflix.com/search?q=Casino
-Now copy this entrire string and paste it in the URL field below.
Then replace casino with {q}.
Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q}
### Alternative text proposal:
If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search, for example search for "Casino" in "Netflix".
Now copy the contents of the browser's address bar, https://www.netflix.com/search?q=Casino, and paste it in the URL field below, replacing your test string, Casino, with {q}. Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q}
Originally posted by @dracp in #1430 (comment)