Skip to content

Instantly share code, notes, and snippets.

View barraIhsan's full-sized avatar
🦀
Learning Rust

barra barraIhsan

🦀
Learning Rust
View GitHub Profile
@barraIhsan
barraIhsan / 8BitDoUltimate2Wireless.md
Last active July 19, 2025 13:10
8BitDo Ultimate 2 Wireless (on GNU/Linux)

Most of the source comes from: Steam Beta Forum

Thank you so much to everyone in the forum for contributing, for reaching out to 8BitDo to request switching between XInput/DInput/Switch mode on the dongle, to Valve for adding support on DInput mode, to the SDL developers (and 8bitdo) for adding support on DInput mode, and finally, to the Linux kernel developers for adding support on XInput mode.

This gist summarizes everything from that forum.

Switching Mode

So after the latest firmware update (as the time of writing: Controller 1.06, Adapter 1.04), its now possible to switch to DInput and Switch mode by holding B (DInput) or Y (Switch) while turning on t

@barraIhsan
barraIhsan / install.sh
Created December 4, 2024 04:13
Install AUR Helper
# ansi
GREEN='\033[0;32m'
RED='\033[0;31m'
RESET='\033[0m'
# exit if paru or yay is installed
if command -v paru &>/dev/null; then
echo -e "${GREEN}paru${RESET} is already installed."
exit
elif command -v yay &>/dev/null; then
@barraIhsan
barraIhsan / README.md
Last active March 27, 2025 16:15
YouTube Notification Count Remover

YouTube Notification Count Remover

Description

The YouTube Notification Count Remover is a user script that removes the notification count from the title bar on YouTube, resulting in improved visibility of video titles.

Before:

Before

@barraIhsan
barraIhsan / README.md
Last active May 30, 2025 17:27
Hypixel Bedwars Item

Hypixel Bedwars Item

This gist will cover all the item in the bedwars item + shop, including the tag (Lore), item name in the api (player.stats.Bedwars.favourites_2), and the price of the item

Categories

GUI
@barraIhsan
barraIhsan / README.md
Last active July 9, 2025 22:02
Youtube Premium Logo

YouTube Premium Logo

Description

The YouTube Premium Logo userscript replaces the YouTube logo with the YouTube Premium logo.
idk why you need this, but using an adblocker[^1] + this script, will give the appearance that you have YouTube Premium.

Note

This userscript just replaces the youtube logo you see on the navbar and
inside the collapsible menu. This will NOT grant you premium feature.