Skip to content

Instantly share code, notes, and snippets.

View ClaireBookworm's full-sized avatar
🍰
desserts backwards is stressed (or is it the other way around?)

claire wang ClaireBookworm

🍰
desserts backwards is stressed (or is it the other way around?)
View GitHub Profile
/* */
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
body {
/* background-color:#1b1a1f; */
background-image: url("https://images.unsplash.com/photo-1601844569046-b72c31389677?ixlib=rb-1.2.1&ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&auto=format&fit=crop&w=752&q=80") !important;
background-repeat: no-repeat;
background-size: 100%;
background-position: fixed;
@nikhiljha
nikhiljha / aops.user.js
Created October 4, 2016 02:16
AoPS Downloader
// ==UserScript==
// @name AoPS Downloader
// @namespace http://www.artofproblemsolving.com/
// @version 0.0.1
// @description Download the AoPS WOOT (or other classes) transcripts!
// @author Nikhil Jha
// @match http://www.artofproblemsolving.com/class/*/transcript/*
// @grant none
// ==/UserScript==