Last active
May 24, 2020 01:10
-
-
Save epiccakeking/a97ec8cbd6355cea670e40d6096e82b0 to your computer and use it in GitHub Desktop.
AoPS De-updater: Bring back old hides and quotes AoPS!
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 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