Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/direct-match-search-engine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/direct-match-url-bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/vivaldi-doc-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/vivaldi-search-url-bar-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: Add documentation.breadnet.co.uk site to Vivaldi as Search Engine
---

## Why

I refer back to my documentation site a lot. Naturally I wrote this site for my self first, and then you (the reader) -
so it makes sense that I want quick access to search this site when I need something.

In Vivaldi browser you've got the ability to add custom search engines

## How

Open Vivaldi Settings and navigate to **Search**

![](../../assets/vivaldi-doc-search.png)

Click `+` then give it a name like `Documentation`

For nickname use `d`

For URL use `https://documentation.breadnet.co.uk/?q=%s`

It should now look like this

![](../../assets/vivalid-doc-custom-search-settings.png)

## How to sue

In your URL bar type `d kubernetes` and press enter.

Your URL bar will look like

![](../../assets/vivaldi-search-url-bar-docs.png)

When you press enter, it will pre-fill the search bar and load the results

![](../../assets/vivalid-doc-search-kubernetes-example.png)
37 changes: 37 additions & 0 deletions docs/kb/vivaldi/disable-direct-match-vivaldi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
tite: Disable direct match in Vivaldi
---

## What

Direct match, in my opinion, is scummy from Vivaldi who says they are a privacy respecting browser.

When you type `Amazon` in to the URL bar it does the below

Either sends you to the below as a Bookmark

```
https://vivaldi.com/bk/amazon-gb-bk
```

OR

```
ww44.affinity.net/sssweb?enk=dff30b161f959356320b33920b26ad23b7bfd77f9e0c589daff9877bf850ce13b568a0c70706c125e9b7fa764ab128aba6caae72e14b494ba91497f9cbfbb12fcd797452a7fe60dda10b805895fdf708763a226349b04a6c7805aa752f6b6d0769c36b7ce5195121
```

Both of these feel wrong, as they have the ability to fingerprint you.

This is called `Direct match` in Vivaldi.

## How

Open Settings and navigate to `Address Bar`

On the right, deselect `Direct match` and `Prioritise Direct match`

![](../../assets/direct-match-url-bar.png)

Navigate to **Search** in Settings and de-select `Enable Direct Match`

![](../../assets/direct-match-search-engine.png)
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
- Unifi device stuck in Adoption failed: kb/ubiquiti/unifi-device-stuck-in-adoption-failed.md
- Tunnel Unifi Traffic Through Mullvad Using WireGuard: kb/ubiquiti/unifi-mullvad-vpn.md
- Updating Ubiquiti Tough switch: kb/ubiquiti/update-tough-switch.md
- Vivalid:
- Add documentation.breadnet.co.uk site to Vivaldi as Search Engine: kb/vivaldi/add-documentation-breadnet-co-uk-site-to-vivaldi-as-search-engine.md
- Disable Direct match in Vivalid: kb/vivaldi/disable-direct-match-vivaldi.md
- Wasabi:
- Policies: kb/wasabi/policies.md
- Transport endpoint is not connected: kb/wasabi/transport-endpoint-is-not-connected.md
Expand Down Expand Up @@ -253,7 +256,7 @@
- Print secret using gcloud: cloud/gcp/print-secret-gcloud.md
- "Projects, Resources, IAM Users, Roles, Permissions, APIs, and Cloud Shell": cloud/gcp/projects-resources-iam-users-roles-permissions-apis-and-cloud-shell.md
- Re-run startup script on Google Compute Engine: cloud/gcp/re-run-startup-script-google-compute-engine.md
- Remove the lien to allow deletion: cloud/gcp/remove-the-lien-to-allow-deletion.md

Check failure on line 259 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / spell_check

lien ==> line
- "Serverless VPC access for Cloudrun across Projects": cloud/gcp/serverless-vpc-access-for-cloudrun-across-projects.md
- Show BigQuery Table Schema: cloud/gcp/show-bq-table-schema.md
- SSH using IAP: cloud/gcp/ssh-iap.md
Expand Down Expand Up @@ -496,7 +499,7 @@
- navigation.tracking #Anchor links
- navigation.top # back to top of page
- navigation.indexes # Allows index.md pages
#- !ENV [nav, ""]#navigation.expand #Exapnds the navigation in the UI, disabled by default, but enabled in dev

Check failure on line 502 in mkdocs.yml

View workflow job for this annotation

GitHub Actions / spell_check

Exapnds ==> Expands
- content.code.annotate
- content.code.copy
- content.tabs.link
Expand Down