Skip to content

Instantly share code, notes, and snippets.

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 7, 2026 12:12
Complete Recent Discord Quest

Caution

As of August 26th 2026, Discord has started suspending quest access of people caught automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you WILL get flagged by doing so.

Complete Recent Discord Quest

@ihoneymon
ihoneymon / how-to-write-by-markdown.md
Last active September 7, 2026 12:12
마크다운(Markdown) 사용법

[공통] 마크다운 markdown 작성법

영어지만, 조금 더 상세하게 마크다운 사용법을 안내하고 있는
"Markdown Guide (https://www.markdownguide.org/)" 를 보시는 것을 추천합니다. ^^

아, 그리고 마크다운만으로 표현이 부족하다고 느끼신다면, HTML 태그를 활용하시는 것도 좋습니다.

1. 마크다운에 관하여

@P4STH3LL
P4STH3LL / Reddit-AdBlocker.js
Last active September 7, 2026 11:58
LLM Built Reddit AdBlocker
// ==UserScript==
// @name Reddit-AdBlocker
// @version 1.0
// @author P4STH3LL
// @description Blocks Reddit ads | Made with GPT-OSS 120B
// @match *://reddit.com/*
// @match *://www.reddit.com/*
// @match *://old.reddit.com/*
// @grant none
// ==/UserScript==
@P4STH3LL
P4STH3LL / WebRTC Disabling Guide.md
Created July 29, 2026 20:58
WebRTC Disabling Guide on Chromium-based & Firefox-based browsers

WebRTC Disabling Guide on Chromium-based & Firefox-based browsers

To maximise your online privacy, I recommend disabling WebRTC.

WebRTC may disclose details of your network connection to websites.

Find out more and test your browser at the same time. IPLeaks

This is how you should proceed:

Disabling WebRTC in Helium:

@P4STH3LL
P4STH3LL / helium-drm-fix.md
Last active September 7, 2026 11:58 — forked from DhananjayPorwal/helium-drm-fix.md
Widevine DRM fix for Helium Browser (Linux / macOS / Windows)

How to get Widevine DRM working in Helium Browser (Linux, macOS, Windows)

Helium doesn't ship with Widevine DRM out of the box because it's an ungoogled-chromium fork and does not possess a licence to include it.

So, if you try to access Netflix, Spotify, Crunchyroll or any DRM-protected content you will probably (if not certainly) experience failure.

You can fix this easily with a Widevine licensed browser that already has the Widevine files (Chrome, Opera, Edge or Brave as long as the browser use the Chromium engine) right into Helium's data folders. Since Helium scans these directories when it boots up, it'll pick them up automatically.

Here's how to proceed depending on your OS (This guide uses Brave as the reference browser, but as long as you can locate the Widevine files, it doesn't matter).

@P4STH3LL
P4STH3LL / Spicetify & SpotX Guide.md
Last active September 7, 2026 11:58
Spicetify & SpotX (2026) Setup Guide for Spotify using Windows

In 5 steps how to setup SpotX and Spicetify together<3

Themes. Extensions. Custom apps. No-ads.
The ultimate Spotify customization toolkit + a multi-purpose adblocker.

1️⃣ — Uninstall Spotify:

Use the downloaded .bat file to uninstall Spotify:

@deadprogram
deadprogram / go-uf2.go
Last active September 7, 2026 11:54
Converts a .BIN firmware file to a .UF2 file
// Converts firmware files from BIN to UF2 format before flashing.
//
// For more information about the UF2 firmware file format, please see:
// https://github.com/Microsoft/uf2
//
package main
import (
"fmt"
"io/ioutil"
@eugrus
eugrus / Akteanlegen.ps1
Created September 7, 2026 11:11
RA-MICRO-Dialog "Akte anlegen" programmatisch auslesen und ausfüllen
param(
[string]$Kurzbezeichnung, # Index 0: Akte-Kurzbezeichnung
[string]$Langbezeichnung, # Index 1: Akte-Langbezeichnung
[string]$Internbezeichnung, # Index 2: Akte-Internbezeichnung
[string]$Datum, # Index 3: Anlagedatum
[string]$Sachbearbeiter, # Index 4: Aktensachbearbeiter
[string]$Referat, # Index 5: Referat
[string]$Sachstand, # Index 6: Sachstand
[string]$Auftraggeber, # Index 7: Anzahl Auftraggeber
[string]$Aktenkennzeichen, # Index 8: Aktenkennzeichen
@sundowndev
sundowndev / GoogleDorking.md
Last active September 7, 2026 11:48
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"