// ==UserScript== // @name Bighard Maker // @run-at document-start // @namespace http://yxzl.top/ // @version 1.2.3 // @description 将任意网站变成巨硬(Windows10)风格。 // @author Iron_Grey_ // @require https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.2.1/jquery.min.js // @match *://*/* // @grant none // @downloadURL none // ==/UserScript== (function() { // $("*").css("border-radius","0%"); $("*").css("border-radius","1px"); var val = ""; // *[style*='blur'][style*='filter']{filter: blur(0px) !important;filter: brightness(20%) !important;}*[style*='blur'][style*='backdrop-filter']{backdrop-filter: blur(0px) !important;backdrop-filter: brightness(20%) !important;} $("body").append(val); // $("*").addClass("tobighardchange"); // $("*").removeAttribute('style'); setInterval(function(){$("*").css("border-radius","1px");},50); // setInterval(function(){$("*:after").css("border-radius","1px")},100); if(location.toString()=="https://gt.qdzx.icu/im"||location.toString()=="https://gt.yxzl.top/im"){ setInterval(function(){document.getElementsByClassName("is-always-shadow")[0].style.height=(window.innerHeight-150)+"px";document.getElementsByClassName("is-always-shadow")[1].style.height=(window.innerHeight-150)+"px";document.getElementsByClassName("is-guttered")[0].style.height=(window.innerHeight-150)+"px";document.getElementsByClassName("is-guttered")[1].style.height=(window.innerHeight-150)+"px";},50); $(".el-card__body").css("height","100%"); setInterval(function(){$(".room-list").css("padding-top","10px");$(".room-list").css("display","inline-block");$(".room-list").css("word-break","keep-all");$(".room-list").css("white-space","nowrap");$(".room-list").css("text-overflow","ellipsis");$(".room-list").css("overflow","hidden");},50); }; 'use strict'; // Your code here... })();