Skip to content

Instantly share code, notes, and snippets.

View LilithL's full-sized avatar

Lilith LilithL

View GitHub Profile
### Keybase proof
I hereby claim:
* I am lilithl on github.
* I am kyuminna (https://keybase.io/kyuminna) on keybase.
* I have a public key ASAWolXvARBMmEHy8cZ4qirbIxSWDweP_KeNYFbqwxsyKgo
To claim this, I am signing this object:
@LilithL
LilithL / update-firefox.sh
Created August 3, 2021 09:17
A simple bash script to update firefox-dev edition
#!/bin/bash
# Change the link of "FIREFOX_LINK" with the parameters you want
FIREFOX_LINK="https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=linux64&lang=fr"
ARCHIVE_NAME=firefox-latest.tar.bz2
TMP_FOLDER=/tmp/firefox-update
FIREFOX_INSTALL=/opt/firefox-dev
YELLOW="\033[1;33m"
RESET="\033[0m"
@LilithL
LilithL / PKGBUILD
Last active February 24, 2021 12:25
Bottomify PKGBUILD
pkgname=bottomify
pkgver=1.1.1
pkgrel=0
pkgdesc="Fantastic (maybe) CLI for translating between bottom and human-readable text"
provides=('bottomify')
makedepends=('cargo')
arch=('x86_64')
url="https://github.com/bottom-software-foundation/bottom-rs"
source=("$pkgname::git+https://github.com/bottom-software-foundation/bottom-rs.git")
license=('MIT')
// ==UserScript==
// @name color mastodon toots
// @version 1.1.420
// @author Kyuminn
// @description This script allows users to color mastodon's toots of specific users. Read the comments for more details about how to opperate the script. You can also contact me on mastodon at spiderLilith@octodon.social
// @homepageURL https://gist.github.com/LilithL/84bf9a9f5495a368ea26f2ec9215937c
// @run-at document-idle
// @grant none
// @match https://octodon.social/*
// @match https://*.octodon.social/*
@LilithL
LilithL / index.html
Last active April 24, 2020 19:15
Generateur qr code d'attestations de sortie (version du 24/04/2020)
<!DOCTYPE html>
<head>
<title>Generateur qr code d'attestation de sortie</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<script src="qrious.js"></script>
</head>
<body>
<form id="form-profile" accept-charset="UTF-8">
<h2>Remplissez en ligne votre attestation numérique :</h2>