m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2023-03-11 00:59:25 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2023-03-11 00:59:25 +0100
commit61e3a223696dc5c811c7f97f002b2046ec722689 (patch)
tree6657652a39404e4f8c6921dc5ce6bade6b2c0933
parent56f013973c92f198249bb22b9fa5ca8a15b627ed (diff)
Updates
-rw-r--r--html.md6
-rw-r--r--network.md4
-rw-r--r--qutebrowser.md7
3 files changed, 17 insertions, 0 deletions
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.