From 1d513e59844391e7a572aa4c55c982d84df7485e Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Thu, 26 Dec 2024 08:48:08 -0700 Subject: [PATCH] style: md formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 343090d..b92f093 100644 --- a/README.md +++ b/README.md @@ -151,13 +151,13 @@ Having a first wake script allows you to tie into something like [clean browsers ### Blocking - Block macOS applications without quitting them. This is implemented by hiding them when you switch to them. They stay -open so you don't lose your work, but you can't see them. + open so you don't lose your work, but you can't see them. - "Block" websites by redirecting Chrome and Safari browsers to a page of your choosing when a banned URL is encountered. - Block hosts. Automatically adds `www.` variants to non-regex block hosts. If you block `youtube.com` it will also block `www.youtube.com`. - Block specific URLs, ignoring anchors, and allowing a partial/subset match on query strings. For instance, you may -want to allow google.com but block google news. You can setup a block url of `https://www.google.com/search?tbm=nws` to -achieve this. The `tbm=nws` query string indicates the google news tab. As long as that query param exists, the page -will be blocked. + want to allow google.com but block google news. You can setup a block url of `https://www.google.com/search?tbm=nws` to + achieve this. The `tbm=nws` query string indicates the google news tab. As long as that query param exists, the page + will be blocked. - Regex support when matching against URLs. - Allow mode. Block everything by default, except a whitelist of URLs and/or apps.