My Reality

Rage Against the Dying of the Light

// ==UserScript==
// @name       My Reality
// @version    0.1
// @description  Rage Against the Dying of the Light
// @match      https://www.reddit.com/r/DotA2/*
// @copyright  2012+, You
// @namespace https://gf.qytechs.cn/users/10145
// ==/UserScript==

var x = document.getElementsByClassName("flair-teamsecret");
for (var i = 0; i < x.length; i++) {
    x[i].setAttribute("style","opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100)");
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址