Skip to content

Instantly share code, notes, and snippets.

@Gipphe
Gipphe / index.html
Created October 17, 2023 20:49
Color animated menu
<!DOCTYPE html>
<html>
<head>
<style>
body {
position: relative;
}
.content {
height: 200px;
width: 200px;
@Gipphe
Gipphe / log.js
Created March 11, 2022 14:25
Log http requests
function enableRequestLogger() {
const https = require("https");
const original = https.request;
https.request = function (options, callback) {
console.log(
new Date().toISOString(),
options.method,
options.protocol,
`${options.hostname}${options.path}`
);

Keybase proof

I hereby claim:

  • I am Gipphe on github.
  • I am gipphe (https://keybase.io/gipphe) on keybase.
  • I have a public key whose fingerprint is 1821 C67C A6E7 1327 58E1 0D90 E4C8 A9EC 2084 77EA

To claim this, I am signing this object: