Last active
August 12, 2022 02:55
-
-
Save Dianliang233/1a29fb06fd2ce1b98456e64644cf6537 to your computer and use it in GitHub Desktop.
A Pair of Glasses for Fandom
This file contains 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:en A Pair of Glasses for Fandom | |
// @name:zh 给Fandom的一双眼镜 | |
// @description:en Kill Fandom's crappy lossy compression | |
// @description:zh Wiki真的清晰了啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊 | |
// @namespace https://example.com/Dianliang233/clearwiki/ | |
// @version 0.1 | |
// @author Dianliang233 | |
// @match https://*.fandom.com/* | |
// @updateURL https://gist.github.com/Dianliang233/1a29fb06fd2ce1b98456e64644cf6537/raw/679da9bad339ecfa5e5e256299682a702e8afa57/fandom-glasses.user.js | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
document.querySelector('body .skin-hydra').innerHTML =document.querySelector('body').innerHTML.replaceAll(/\/revision\/latest\/scale-to-width-down\/(\d)*/g, "") | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment