Skip to content

Instantly share code, notes, and snippets.

{
"file": "RedditEnhancer_backup",
"backup_time": "2024_Sep_18_214103",
"alwaysShowPostOptions": false,
"autoRedirectVersion": "off",
"borderRadiusAmount": "5",
"darkMode": true,
"darkModeAuto": "false",
"expandLayout": true,
"expandLayoutWidth": "44",
@mcxiaoke
mcxiaoke / miui-blotware-apps.md
Last active April 15, 2025 04:49
MIUI 13/14 bloatware apps, updated at 20240816

对于所有应用,不建议直接删除,使用adb shell pm disable-user package-name禁用即可,方便出问题时恢复。

DO NOT UNINSTALL:

  • com.miui.securitycenter
  • com.miui.securityadd
  • com.xiaomi.finddevice

(Don’t uninstall these three apps or services from your Xiaomi device. Otherwise, you may encounter device bricking or bootloop issues.)

@MateusRodCosta
MateusRodCosta / Improved Microphone (Male voices, with Noise Reduction).json
Last active March 25, 2025 18:09
An EasyEffects preset created for input devices (intended for Microphones). Please read the README.md.
{
"input": {
"blocklist": [],
"compressor": {
"attack": 20.0,
"boost-amount": 6.0,
"boost-threshold": -72.0,
"hpf-frequency": 10.0,
"hpf-mode": "off",
"input-gain": 0.0,
@iacchus
iacchus / install_fonts.sh
Last active April 16, 2025 08:44
Install all Google Fonts on Linux (Debian/Ubuntu etc.)
#!/usr/bin/env sh
# Original author: Michalis Georgiou <[email protected]>
# Modified by Andrew http://www.webupd8.org <[email protected]>
# Current version by Kassius Iacchus https://github.com/iacchus/
# Depends on: `wget`
#
# Install `wget` on Debian/Ubuntu with:
# apt install wget