diff options
-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. |