fishsticks
- Berlin, Germany
Highlights
- Pro
Pinned Loading
-
-
-
Heading level logger
Heading level logger 1javascript: void (function () {
2let result = "";
3for (const node of document.querySelectorAll("h1, h2, h3, h4, h5, h6")) {
4const label = getNodeValue(node);
5if (
-
Setup a Linux dev environment
Setup a Linux dev environment 1#!/bin/sh
23# Update and upgrade packages
4sudo apt-get update
5sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.