This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Piazza Redesign Width Fix | |
| // @namespace https://github.com/araneasweb | |
| // @version 0.3 | |
| // @author aranea | |
| // @match *://piazza.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| (() => { | |
| 'use strict'; |