Skip to content

Instantly share code, notes, and snippets.

View C0ZEN's full-sized avatar

Geoffrey Testelin C0ZEN

View GitHub Profile
@C0ZEN
C0ZEN / index.html
Created June 20, 2023 13:37
Defloc one file
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Defloc</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style rel="stylesheet">
@font-face {
font-family: "Oswald";
@C0ZEN
C0ZEN / index.html
Created June 20, 2023 13:05
defloc
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Defloc</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
</head>
@C0ZEN
C0ZEN / unview-github-files.js
Created March 28, 2022 14:22
Uncheck all "Viewed" files when code reviewing on GitHub
document.getElementsByName("viewed").forEach(ch => {if(ch.checked) {ch.click()}})
@C0ZEN
C0ZEN / recipe.md
Last active September 14, 2021 21:40
Rebase fork

Add the remote, call it "upstream":

git remote add upstream https://github.com/whoever/whatever.git

Fetch all the branches of that remote into remote-tracking branches

git fetch upstream

Make sure that you're on your master branch:

@C0ZEN
C0ZEN / index.pug
Created November 24, 2020 21:26
q1m4 loader draft #2
container
progress-bar
@C0ZEN
C0ZEN / index.pug
Created November 24, 2020 21:25
q1m4 loader draft #1
container
loader