Skip to content

Instantly share code, notes, and snippets.

View nshfm's full-sized avatar
👽

Hsn nshfm

👽
View GitHub Profile
@nshfm
nshfm / clear-deployment-history.sh
Last active July 9, 2025 11:02
Prerequisites: have git, gh, jq installed
#!/bin/bash
USERNAME="your-username"
REPO="your-repo"
# Fetch all deployments
DEPLOYMENTS=$(gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/$USERNAME/$REPO/deployments)
@nshfm
nshfm / android_debloat.sh
Created July 17, 2024 15:23
Debloater for huawei IMUI 9.0 pie that targets every google app, meta app, huawei apps and others that I deem as bloat or spyware
#!/bin/bash
# Remove packages
packages=(
"com.google.android.gms"
"com.huawei.android.totemweather"
"com.netflix.partner.activation"
"com.netflix.mediaclient"
"com.nuance.swype.emui"
"com.huawei.imedia.sws"