您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
将任意网站变成巨硬(Windows10)风格。
当前为
// ==UserScript== // @name Bighard Maker // @run-at document-start // @namespace http://yxzl.top/ // @version 1.2 // @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 // ==/UserScript== (function() { // $("*").css("border-radius","0%"); $("*").css("border-radius","1px"); var val = "<style type='text/css'>*{border-radius:1px !important;border-bottom-left-radius:1px !important;border-bottom-right-radius:1px !important;border-top-right-radius:1px !important;border-top-left-radius:1px !important;}*::after{border-radius:1px !important;border-bottom-left-radius:1px !important;border-bottom-right-radius:1px !important;border-top-right-radius:1px !important;border-top-left-radius:1px !important;}*::before{border-radius:1px !important;border-bottom-left-radius:1px !important;border-bottom-right-radius:1px !important;border-top-right-radius:1px !important;border-top-left-radius:1px !important;}*.change{border-radius:1px !important;border-bottom-left-radius:1px !important;border-bottom-right-radius:1px !important;border-top-right-radius:1px !important;border-top-left-radius:1px !important;}*.change::after{border-radius:1px !important;border-bottom-left-radius:1px !important;border-bottom-right-radius:1px !important;border-top-right-radius:1px !important;border-top-left-radius:1px !important;}*.chage::before{border-radius:1px !important;border-bottom-left-radius:1px !important;border-bottom-right-radius:1px !important;border-top-right-radius:1px !important;border-top-left-radius:1px !important;}</style>"; // *[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); var a = "<style type='text/css'>.room-list{padding-top:10px !important,overflow:hidden !important,display:none !important}</style>" 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... })();