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 / 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 December 1, 2024 14:34
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 November 19, 2021 13:01
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 February 22, 2025 11:39
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.