From 61e3a223696dc5c811c7f97f002b2046ec722689 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sat, 11 Mar 2023 00:59:25 +0100 Subject: Updates --- html.md | 6 ++++++ network.md | 4 ++++ qutebrowser.md | 7 +++++++ 3 files changed, 17 insertions(+) diff --git a/html.md b/html.md index d075c4b..85e6911 100644 --- a/html.md +++ b/html.md @@ -46,3 +46,9 @@ To check by default: By default pretty prints the full selected HTML elements. Setting display function to `text{}` prints out just the inner text. + +### Extracting attributes + +Use the `attr` display function. + + pup ... audio attr{src} diff --git a/network.md b/network.md index 1f2945d..12b4703 100644 --- a/network.md +++ b/network.md @@ -1,5 +1,9 @@ # Basic networking operations +## Basic networking info + + ifconfig + ## Find process binding a port # specifically tcp diff --git a/qutebrowser.md b/qutebrowser.md index 3324252..fa67e81 100644 --- a/qutebrowser.md +++ b/qutebrowser.md @@ -5,3 +5,10 @@ By default bound to Alt+m. :tab-mute + +## Cookies + + :set content.cookies.accept no-3rdparty + + Supposedly breaks gmail. Change to `no-unknown-3rdparty` or back to `all` if + it does. -- cgit v1.2.3