Skip to content

Instantly share code, notes, and snippets.

@PhiNotPi
PhiNotPi / WeArePPCG.js
Created January 5, 2016 04:59 — 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);