This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 [email protected] | |
// @homepageURL https://gist.github.com/LilithL/84bf9a9f5495a368ea26f2ec9215937c | |
// @run-at document-idle | |
// @grant none | |
// @match https://octodon.social/* | |
// @match https://*.octodon.social/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |