Skip to content

Instantly share code, notes, and snippets.

View XenHat's full-sized avatar
🛠️

XenHat XenHat

🛠️
  • Quebec, Canada
  • 23:26 (UTC -04:00)
  • X @XenHat
View GitHub Profile
@XenHat
XenHat / cleaner-discord.css
Last active April 2, 2026 17:38
Cleaner Discord (theme version)
@import url("https://gist.githubusercontent.com/XenHat/a415b14a38e9ccd81f4a7de8c2fec159/raw/cleaner-discord-base.css")
@XenHat
XenHat / buttons-ges.css
Created February 24, 2025 19:05
Discord Buttons - No Junk, Only Gif, Emoji and Stickers
/* Hide Nitro gift button */
button[aria-label="Send a gift"] {
display: none;
}
/* Remove App Launcher from chat channels */
div[class^="channelAppLauncher_"] {
display: none;
}
@XenHat
XenHat / cleaner-discord-base.css
Last active April 2, 2026 17:36
Cleaner Discord (css)
/* Usage: Copy paste in the Vencord Quick CSS Editor
/* original at https://gist.github.com/XenHat/a415b14a38e9ccd81f4a7de8c2fec159 */
/* Hide annoying sticker popup window that appears when you type */
.channelTextArea-1FufC0 > .container-1ZA19X {
display: none;
width: 0;
}
/* Remove App Launcher from chat channels */
@XenHat
XenHat / KeepUI_FFXIV.fx
Last active June 30, 2024 01:55 — forked from natyusha/KeepUI_FFXIV.fx
Keep UI for FFXIV Mirror
// KeepUI for FFXIV (ReShade version)
// Author: seri14
//
// This is free and unencumbered software released into the public domain.
//
// Anyone is free to copy, modify, publish, use, compile, sell, or
// distribute this software, either in source code form or as a compiled
// binary, for any purpose, commercial or non-commercial, and by any
// means.
//
@XenHat
XenHat / PKGBUILD
Created September 5, 2022 20:24
updated ckbcomp
# Maintainer: Nissar Chababy <funilrys at outlook dot com>
# Ex-Maintainer: Jeroen Bollen <jbinero at gmail dot comau>
pkgname=ckbcomp
pkgver=1.210
pkgrel=1
pkgdesc="Compile a XKB keyboard description to a keymap suitable for loadkeys or kbdcontrol"
arch=(any)
url="http://anonscm.debian.org/cgit/d-i/console-setup.git/"
license=('GPL2')
@XenHat
XenHat / PKGBUILD
Created January 11, 2022 23:45
64gram-bin 1.0.7
# Maintainer: KspLite
pkgname=64gram-desktop-bin
pkgver=1.0.7
pkgrel=1
epoch=1
pkgdesc="Unofficial desktop version of Telegram messaging app - binary version"
arch=(x86_64)
url="https://github.com/TDesktop-x64/tdesktop"
license=(GPL3)
depends=(desktop-file-utils glib2 hicolor-icon-theme libdbus libx11)
@XenHat
XenHat / keybase.md
Created August 8, 2021 03:59
keybase.md

Keybase proof

I hereby claim:

  • I am xenhat on github.
  • I am tahnex (https://keybase.io/tahnex) on keybase.
  • I have a public key ASDXSfGMXz0fNYCFeuMDbBwdXr-EErC6sH3si27hq4EpJAo

To claim this, I am signing this object:

@XenHat
XenHat / autoconfig.js
Last active October 11, 2021 22:45
Firefox web-based autoconfig
// Edits start on the second line
// NOTE: You can load this file via
// pref("autoadmin.global_config_url","https://gist.githubusercontent.com/XenHat/042b086efb08e66e3ac53e206906911d/raw/autoconfig.js");
// in your local autoconfig.js
pref("app.normandy.api_url", "", locked);
pref("app.normandy.enabled", false, locked);
pref("app.shield.optoutstudies.enabled", false, locked);
pref("app.update.auto", false, locked);
pref("beacon.enabled", false, locked);
pref("breakpad.reportURL", "", locked);
#!/hint/bash
#
# /etc/makepkg.conf
#
#########################################################################
# SOURCE ACQUISITION
#########################################################################
#
#-- The download utilities that makepkg should use to acquire sources
@XenHat
XenHat / install_viewer_dev_env.ps1
Last active September 9, 2022 00:53
Install SL Viewer dev env
# https://gist.github.com/XenHat/fafa4697b51c3279f74967609af03120
#
# Settings
# Needs quotes
GitVersion="2.28.0"
#
#
#
#
# Self-Elevate