diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-03-11 00:59:25 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2023-03-11 00:59:25 +0100 |
commit | 61e3a223696dc5c811c7f97f002b2046ec722689 (patch) | |
tree | 6657652a39404e4f8c6921dc5ce6bade6b2c0933 | |
parent | 56f013973c92f198249bb22b9fa5ca8a15b627ed (diff) |
Updates
-rw-r--r-- | html.md | 6 | ||||
-rw-r--r-- | network.md | 4 | ||||
-rw-r--r-- | qutebrowser.md | 7 |
3 files changed, 17 insertions, 0 deletions
@@ -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} @@ -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. |