Skip to content

Instantly share code, notes, and snippets.

View SheepCommander's full-sized avatar
🐑
Sheepy

SheepCommander SheepCommander

🐑
Sheepy
View GitHub Profile
@SheepCommander
SheepCommander / policies.json
Last active May 24, 2026 13:31
Hardened and personalized firefox `policies.json` file, meant to be placed in `/usr/lib/firefox/distribution/policies.json` or `/etc/firefox/policies/policies.json` on linux. See: https://firefox-admin-docs.mozilla.org/reference/policies/
{
"policies": {
"DisableTelemetry": true,
"DisableFirefoxAccounts": true,
"DisableFirefoxStudies": true,
"DisableFeedbackCommands": true,
"DisableProfileImport": true,
"HTTPSOnlyMode": "force_enabled",
"EnableTrackingProtection": {

Officially supports winget: (Or i dont care if it doesnt)

  1. git;
  2. ytdlp;
  3. other supported apps;
  4. possibly not supported, dont care;

winget install -h -e --id=Git.Git; winget install -h -e --id=JesseDuffield.lazygit; winget install -h -e --id=GitHub.cli;

// ==UserScript==
// @name Hololive combo
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Spread the love of HOLLOW LIFE
// @author oralekin
// @match https://hot-potato.reddit.com/embed*
// @icon https://www.google.com/s2/favicons?sz=64&domain=reddit.com
// @grant none
// ==/UserScript==

Copper Golem https://youtu.be/jVdBhu0KgJo

  • Adds Copper buttons (more use for copper)
  • First craftable mob
  • Oxidizes and becomes cool statue
  • Is practically useless for practical redstone, even if you were able to prevent it from oxidizing each button takes up 2 blocks, then you have to untangle each output using RSNorlatch, and it can't be controlled anymore than chickens/bats can be controlled

Allay https://youtu.be/XdxGwg7cgjw

  • Give it an item, it will collect that item and then drop it at a noteblock when you play said noteblock
  • Radius uncertain (Max radius or free roam?)
  • Amount it can/will carry uncertain (Fixed amount or RNG?)
  1. Open Discord
  2. Press ctrl + shift + i to open dev tools
  3. Click on Console at the top bar
  4. Paste the following into it
const DI = window.DiscordInternals;
const hasLib = !!(DI && DI.versionCompare && DI.versionCompare(DI.version || "", "1.9") >= 0);
    const WebpackModules = hasLib && DI.WebpackModules || (() => {
 
        const req = typeof(webpackJsonp) == "function" ? webpackJsonp([], {

1.17.1 Client-Side Fabric Modlist

  • Ambient indicates the mod adds audio ambience.
  • Optimization simply optimizes the game so it runs better. Just throw all of these mods into the mod folder without thinking about it
  • Visual means that it's purely a visual change, usually some form of tweak.
  • Tweak without the Visual tag means that it modifies existing behavior/functionality. Feature means it adds new functionality/other.
  • OF-Alt means that it's an Optifine Alternate

APIs & Dependencies