Skip to content

Instantly share code, notes, and snippets.

View D3SOX's full-sized avatar
🏠
Working from home

Nico D3SOX

🏠
Working from home
View GitHub Profile
@Erudition
Erudition / zen-sidebery.js
Created April 16, 2025 05:33
Sidebery replacement for Zen Browser Tabs
// Fetch first extension matching the name if any
let sidebery_policy = WebExtensionPolicy.getActiveExtensions().filter((ext) => ext.name == "Sidebery")[0]
let sidebery_browser;
let init_sidebery_browser;
if (sidebery_policy) {
let sidebery_extension = sidebery_policy.extension;
let sidebery_uri = sidebery_extension.manifest.sidebar_action.default_panel;
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 8, 2025 09:15
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@sunnniee
sunnniee / vencord-plugin-guide.md
Last active August 14, 2025 17:37
turns out i have a use for this again
@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

@1fexd
1fexd / id_austria_root_patch.md
Last active May 12, 2025 07:13
ID Austria / Digitales Amt mit Root und/oder entsperrtem Bootloader
@derrod
derrod / legendary_origin.md
Last active January 28, 2025 14:48
Star Wars Battlefront II on Linux via Legendary

Installing Star Wars: Battlefront II with Legendary

The game is not installed or downloaded via Epic, instead the Epic Games Launcher launches Origin to link your account to install the game. This can be done manually to still be able to install and download the game without the Epic Games Launcher.

Installing Origin

Origin needs to be installed and working for this, please consult https://github.com/lutris/docs/blob/master/Origin.md for how to get it running on Linux via Lutris.

On Windows Origin just needs to be installed and ideally updated to the current version.

@sbyx
sbyx / notify-or-do-something-when-an-appliance-like-a-dishwasher-or-washing-machine-finishes.yaml
Last active August 29, 2025 18:33
Home Assistant Blueprint: Notify or do something when an appliance like a dishwasher or washing machine finishes
blueprint:
name: Appliance has finished
description: Do something when an appliance (like a washing machine or dishwasher)
has finished as detected by a power sensor.
domain: automation
input:
power_sensor:
name: Power Sensor
description: Power sensor entity (e.g. from a smart plug device).
selector:
let bookmarkList = Array.from(document.querySelectorAll('.widget>.vbox'))
.map(e => e.shadowRoot)
.map(e => e && e.querySelector('.device-page-list'))
.find(e => e);
let bookmarks = Array.from(bookmarkList.querySelectorAll('.vbox'))
.map(e => `<a href="${e.querySelector('x-link').innerHTML}">${e.querySelector('.device-page-title').innerHTML}</a>`);
copy('<html><body>' + bookmarks.join('\n') + '</body></html>');
@zthxxx
zthxxx / Activate Office 2019 for macOS VoL.md
Last active September 6, 2025 19:32
crack activate Office on mac with license file
@kevin-smets
kevin-smets / iterm2-solarized.md
Last active September 6, 2025 03:52
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k