Skip to content

Instantly share code, notes, and snippets.

@LOuroboros
LOuroboros / force_mobile_bulbapedia.js
Created November 18, 2022 16:42
Force Mobile Bulbapedia
// ==UserScript==
// @name Force Mobile Bulbapedia
// @match *://bulbapedia.bulbagarden.net/*
// @run-at document-start
// @grant none
// ==/UserScript==
var oldUrlPath = window.location.pathname;
// Check if ".m" is present in the URL. If not, append it before the host.
[center]
27 of January from 2023. I'm rewriting this tutorial. I should have done it much sooner, but y'all know me; I'm lazy.
What are the goals? To explain in simple steps how to set up an environment to build Pret's Pokémon Decompilation Projects on WSL.
What is being added? Explanations on how to set up a WSL2 environment and considerations to keep in mind and such.
What's driving me to do this after so long? Devkitpro, in a way. I won't say more.
Let's get to it.
Before we start, I'll need you to make a choice; WSL1 or WSL2.
[size=4][b]List of Pros and Cons[/b][/size]: