Skip to content

Instantly share code, notes, and snippets.

@ignamiranda
ignamiranda / Reddit Private Post Redirector.user.js
Last active August 2, 2023 11:55
Redirects to Wayback Machine archive of private Reddit posts and subreddits with user confirmation
// ==UserScript==
// @name Reddit Private Post Redirector
// @namespace ignamiranda
// @version 1.1
// @description Redirects the "Browse Reddit" button to the Wayback Machine archive of a private Reddit post or subreddit
// @author Ignacio Miranda
// @match https://www.reddit.com/*
// @grant GM_addStyle
// ==/UserScript==
@ignamiranda
ignamiranda / Ironsworn Assets.md
Last active January 28, 2024 14:56
All the Ironsworn assets in screen-readable Markdown format

Ironsworn Assets

Here are all the Ironsworn assets in Markdown format for those who read from a screen or prefer to keep their character information in a text document. I've included the 3 New Official-ish Assets created by Shawn Tomkin that aren't in the main Ironsworn PDF.

License:

This work is based on Ironsworn (found at www.ironswornrpg.com), created by Shawn Tomkin, and licensed for our use under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license (creativecommons.org/licenses/by-nc-sa/4.0/).

Table of Contents

@ignamiranda
ignamiranda / Valheim Useful Clientside Mods.md
Last active February 6, 2024 18:42
Valheim mods that will work on a vanilla server

Valheim Useful Clientside Mods

Mods that will work on a vanilla server


Required Mod Loader

  • BepInExPack - All of the mods on this list are plugins for this mod and go in the Valheim/BepInEx/plugins folder. Install this by extracting the contents of the BepInExPack_Valheim folder to your Valheim folder. For reference, winhttp.dll should end up in the same folder as your valheim.exe. I removed the included Valheim.DisplayBepInExInfo.dll plugin once I knew the loader was working. If you see a command prompt page open when you launch Valheim, then BepInEx is woring.

Ignacio's Pure Vanilla Tweaks List

List Philosophy

  1. No new assets (blocks, items, mobs, etc)
  2. No terrain generation changes or new structures. The world should be as it would be in vanilla.

Fabric API

This is obvious to some but remember, you not only need to install the Fabric loader but also install the API in your mods folder.