Skip to content

Instantly share code, notes, and snippets.

@mx-989
mx-989 / CompleteDiscordQuestBatch.js
Last active December 25, 2025 00:55 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest - Batch Complete All Accepted Quests
delete window.$;
let wpRequire = webpackChunkdiscord_app.push([[Symbol()], {}, r => r]);
webpackChunkdiscord_app.pop();
let ApplicationStreamingStore = Object.values(wpRequire.c).find(x => x?.exports?.Z?.__proto__?.getStreamerActiveStreamMetadata).exports.Z;
let RunningGameStore = Object.values(wpRequire.c).find(x => x?.exports?.ZP?.getRunningGames).exports.ZP;
let QuestsStore = Object.values(wpRequire.c).find(x => x?.exports?.Z?.__proto__?.getQuest).exports.Z;
let ChannelStore = Object.values(wpRequire.c).find(x => x?.exports?.Z?.__proto__?.getAllThreadsForParent).exports.Z;
let GuildChannelStore = Object.values(wpRequire.c).find(x => x?.exports?.ZP?.getSFWDefaultChannel).exports.ZP;
let FluxDispatcher = Object.values(wpRequire.c).find(x => x?.exports?.Z?.__proto__?.flushWaitQueue).exports.Z;
@lucasa
lucasa / desabilita_teclado_notebook_linux.txt
Created March 8, 2021 21:52
Desabilita o teclado do notebook no GNU/Linux usando configuração de Kernel
Para desabilitar o teclado interno no Ubuntu, é preciso incluir o parâmetro de Kernel "i8042.nokbd" para que a inicialização não utilize o teclado embutido.
"i8042.nokbd [HW] Não cheque ou crie uma porta de teclado"
1- Abra um terminal a partir da tela de busca de programas ou com o atalho CONTRL + ALT + T
2- Digite no terminal o comando abaixo em modo administrador, vai requisitar a sua senha:
sudo gedit /etc/default/grub
@devinschumacher
devinschumacher / Redgifs Downloader.md
Last active December 25, 2025 00:41
Redgifs Downloader

Redgifs Downloader Browser Extension (Chrome, Firefox, Edge, Opera, Brave)

A browser extension that adds a download button to RedGifs (redgifs.com) pages to easily download GIFs and short videos for convenient offline viewing.

  • Save GIFs and short videos for offline viewing any time
  • Protect favorites by downloading before posts are removed
  • Build a personal library of clips you can keep
  • Avoid losing access if accounts are deleted or content disappears

Links

@Brugarolas
Brugarolas / jetbrains.sh
Created May 18, 2024 00:23
Reset the free trial period in JetBrains products for Mac
#!/bin/bash
if [ "$1" = "--prepare-env" ]; then
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
mkdir -p ~/Scripts
echo "Copying the script to $HOME/Scripts"
cp -rf $DIR/runme.sh ~/Scripts/jetbrains-reset.sh
chmod +x ~/Scripts/jetbrains-reset.sh
@yrashk
yrashk / inferal-workspace-architecture.md
Last active December 25, 2025 02:25
Inferal Workspace Architecture

Inferal Workspace Architecture

Your org's brain that AI can use

This document describes the conceptual architecture of the Inferal Workspace - a text-based, version-controlled knowledge and operations hub designed to replace tools like Notion and Webflow while being natively accessible to AI assistants.

Why We Built This

As an engineering-driven organization, we found ourselves fighting our tools instead of using them. Notion couldn't keep up with how we actually work - context scattered across pages, no version control, and AI that could read but not act. Webflow meant our website lived in a silo, disconnected from our codebase and deployment pipelines. Every tool was another tab, another context switch, another place where knowledge went to die.

@mary-ext
mary-ext / bluesky-osa.md
Last active December 25, 2025 00:26
Bluesky's age assurance sucks, here's how to work around it.

Bluesky's age assurance sucks, here's how to work around it.

Bluesky has implemented age verification measures in response to regional laws that restrict access, prompting users to verify their age through Epic Games' Kids Web Services before they can access adult content.

This sucks, but thankfully there are ways to work around it.

Before diving in: I encourage you to read this entire document, including the

@gangefors
gangefors / Install FreeNAS SCALE on a partition and create a mirror.md
Last active December 25, 2025 00:24
How to install TrueNAS SCALE on a partition instead of the full disk

Install TrueNAS SCALE on a partition instead of the full disk

The TrueNAS installer doesn't have a way to use anything less than the full device. This is usually a waste of resources when installing to a modern NVMe which is usually several hundred of GB. TrueNAS SCALE will use only a few GB for its system files so installing to a 16GB partition would be helpful.

The easiest way to solve this is to modify the installer script before starting the installation process.