Skip to content

Instantly share code, notes, and snippets.

@epiccakeking
Last active May 24, 2020 01:10
Show Gist options
  • Save epiccakeking/a97ec8cbd6355cea670e40d6096e82b0 to your computer and use it in GitHub Desktop.
Save epiccakeking/a97ec8cbd6355cea670e40d6096e82b0 to your computer and use it in GitHub Desktop.
AoPS De-updater: Bring back old hides and quotes AoPS!
// ==UserScript==
// @name AoPS De-updater
// @namespace http://tampermonkey.net/
// @version 0.3
// @description try to take over the world!
// @author hapycupcake
// @match https://artofproblemsolving.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.querySelector('link[href*="/css/community_common.css"]').href="/assets/dist/v763/css/community_common.css"
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment