Skip to content

Instantly share code, notes, and snippets.

@Dianliang233
Last active August 12, 2022 02:55
Show Gist options
  • Save Dianliang233/1a29fb06fd2ce1b98456e64644cf6537 to your computer and use it in GitHub Desktop.
Save Dianliang233/1a29fb06fd2ce1b98456e64644cf6537 to your computer and use it in GitHub Desktop.
A Pair of Glasses for Fandom
// ==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