Skip to content

Instantly share code, notes, and snippets.

View isaacg1's full-sized avatar

Izzy Grosof isaacg1

  • UIUC
View GitHub Profile
@isaacg1
isaacg1 / PPCGDesign.js
Created January 5, 2016 10:55 — forked from vihanb/PPCGDesign.js
A userscript to redesign the PPCG website
// ==UserScript==
// @name PPCG Design
// @namespace Doᴡɴɢᴏᴀᴛ
// @version 1
// @author Doᴡɴɢᴏᴀᴛ
// @grant none
// ==/UserScript==
function qS(x){
return document.querySelector(x);