Skip to content

Instantly share code, notes, and snippets.

View HBIDamian's full-sized avatar
🦍

HBIDamian HBIDamian

🦍
View GitHub Profile
@HBIDamian
HBIDamian / Jellyfin Theme - OceanFin.css
Last active April 10, 2026 22:56
Standalone modern Jellyfin theme for Jellyfin Web 10.11+
/*
================================================================================
@ TITLE: OceanFin - JELLYFIN OCEAN THEME
@ AUTHOR: HBIDamian (github.com/hbidamian)
@ DESCRIPTION: Standalone modern Jellyfin theme for Jellyfin Web 10.11+
@ LICENSE: APACHE LICENSE 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
@ NOTES:
- Designed for 10.11+ but may be compatible with earlier versions (untested).
- Loosly based on https://github.com/loof2736/scyfin but with a more vibrant, ocean-inspired palette and a focus on smooth animations and visual polish.
- Updates will only happen when I feel like it. or unless an update is suggested. It's mainly vibecoded anyway.
@HBIDamian
HBIDamian / bookmarkredirect.php
Last active April 26, 2026 18:35
Custom Bookmark Icon by utilising redirects.
<?php
/**
* Bookmark Redirect
*
* Generates a bookmark redirect page with a fetched image favicon.
*
* URL Parameters:
* - image (required): Full URL to an image
* - redirect (required): URL to redirect to
* - edit (optional): Set to 1 to show the editor page
@HBIDamian
HBIDamian / jellyfinEnglishDefault.sh
Last active March 5, 2026 02:18
Jellyfin - Set English Audio to Default (set -v to see the verbose of ffmpeg)
#!/bin/bash
FFMPEG="/usr/lib/jellyfin-ffmpeg/ffmpeg"
FFPROBE="/usr/lib/jellyfin-ffmpeg/ffprobe"
VERBOSE=false
SUMMARY=""
COUNT=0
# --- COLOR PALETTE ---
# Standard
@HBIDamian
HBIDamian / macos_like_buttons_for_windows_firefoxgx.css
Last active December 28, 2025 20:15
For FirefoxGX (Not tested in normal firefox). Adding the macos-inspired min/max/close buttons.
/* macOS-inspired Window Buttons */
/*
Usage:
1. Place this file in your Firefox profile's "chrome/components" directory.
2. Import this file in your userChrome.css:
@import url('components/macos_windows_buttons.css');
3. Disable any other window button styles to avoid conflicts (In this case, comment out ogx_windows-controls.css in userChrome.css).
*/
/* 1. Position buttons on the left */
@HBIDamian
HBIDamian / profanity_filter.wlist
Last active March 6, 2025 14:10
Minecraft Bedrock Edition's profanity_filter.wlist file. Why make the game stable, when you can just make it laggier! B64encode the list, then decode it each time someone types anything, @Mojang. What are you, ####### idiots or something?
1488
8=D
A55hole
abortion
ahole
AIDS
AIDs
ainujin
ainuzin
akimekura
import re
import requests
import logging
# Configuration
auth_email = "" # The email used to login 'https://dash.cloudflare.com'
auth_method = "global" # Set to "global" for Global API Key or "token" for Scoped API Token
auth_key = "" # Your API Token or Global API Key
zone_identifier = "" # Can be found in the "Overview" tab of your domain
record_name = "" # Which record you want to be synced
@HBIDamian
HBIDamian / batchBDSDownloader.py
Created January 28, 2025 14:33
Code is very much a crude brute batch BDS downloader based on https://github.com/Bedrock-OSS/BDS-Versions.
import os
import json
import requests
from time import sleep
from concurrent.futures import ThreadPoolExecutor, as_completed
# Constants
VERSIONS_URL = "https://raw.githubusercontent.com/Bedrock-OSS/BDS-Versions/main/versions.json"
VERSION_DETAILS_URL = "https://raw.githubusercontent.com/Bedrock-OSS/BDS-Versions/main/{platform}/{version}.json"
PREVIEW_BASE_URL = "https://raw.githubusercontent.com/Bedrock-OSS/BDS-Versions/main/{platform}_preview/{version}.json"
@HBIDamian
HBIDamian / SantaTracker.py
Created December 24, 2024 23:41
A CLI Santa Tracker, because why not 😂
import argparse
import sys
import curses
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
import time
import requests
import urllib.parse
@HBIDamian
HBIDamian / Tapo-p110-GUI.py
Created December 3, 2024 05:39
Just a lil gui I made so I can see the status of my heater... 😅
# Author: HBIDamian
# Date: 2024-12-03
# Version: 1.0
# License: DBAD Public License
# DON'T BE A DICK PUBLIC LICENSE
# > Version 1.1, December 2016
# > Copyright (C) 2024 HBIDamian
# Everyone is permitted to copy and distribute verbatim or modified
# copies of this license document.
@HBIDamian
HBIDamian / PMMPInstaller.iss
Last active December 1, 2024 21:21
PocketMine Installer
[Setup]
AppName=PocketMine-MP Win-x64 Installer
AppVersion=1.0.0.0
AppVerName=PocketMine-MP Win-x64 Installer v1.0.0
AppPublisher=PocketMine-MP
AppPublisherURL=pmmp.io
AppSupportURL=pmmp.io
AppID=PM-Win-x64-Installer
DefaultDirName={userdesktop}\PocketMine-MP
DefaultGroupName=PocketMine-MP