Add a Using Bangs section.

This commit is contained in:
Bauke 2022-10-07 18:38:42 +02:00
parent 6ba718de35
commit ee70b18781
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 14 additions and 0 deletions

View File

@ -283,6 +283,20 @@ export class PageMain extends Component<Props, State> {
button.
</li>
</ul>
<p>Using Bangs:</p>
<ul>
<li>
Once you have a Bang with a valid Search Link, the "Test" button
will be enabled. Clicking on that will take you to your Search
Link with "test" as the search query.
</li>
<li>On the DuckDuckGo website, use your custom Bangs directly.</li>
<li>
With DuckDuckGo set as your browser's default search engine, use
your custom Bangs in the address bar.
</li>
</ul>
</details>
</main>
`;