Skip to content

Instantly share code, notes, and snippets.

View araneasweb's full-sized avatar

aranea araneasweb

View GitHub Profile
@araneasweb
araneasweb / ubc-ila-unlock.user.js
Created April 25, 2026 20:38
UBC Intro to Linear Algebra Pagewidth Unlock
// ==UserScript==
// @name UBC Intro to Linear Algebra Pagewidth Unlock
// @namespace https://github.com/araneasweb
// @version 0.1
// @author aranea
// @match *://personal.math.ubc.ca/~tbjw/ila/*
// @grant none
// ==/UserScript==
(() => {
"use strict";
// ==UserScript==
// @name Piazza Redesign Width Fix
// @namespace https://github.com/araneasweb
// @version 0.3
// @author aranea
// @match *://piazza.com/*
// @grant none
// ==/UserScript==
(() => {
'use strict';