您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes blur from HiAnime and adds rounded corners to images.
当前为
// ==UserScript== // @name HiAnime Blur Remover & Other // @namespace http://tampermonkey.net/ // @version 1.1 // @author Ghoste // @description Removes blur from HiAnime and adds rounded corners to images. // @license MIT // @match *://hianime.to/* // @grant GM_addStyle // @run-at document-start // ==/UserScript== GM_addStyle ( ` #header.fixed { background-color: rgb(32 31 49) !important; backdrop-filter: none !important; } .film-poster { border-radius: 8px !important; } .flw-item .film-poster .film-poster-ahref:after { backdrop-filter:none !important; } .qtip-default { backdrop-filter:none !important; background: rgb(81 80 100) !important; } .film-poster-ahref i, .film-poster-ahref:after, .film-poster-ahref:before, .film-poster-img, .preform.preform-dark .form-control, .trending-list { transition: all .2s ease 0s !important; -webkit-transition: all .2s ease 0s !important; } #header.header-home, #sidebar_menu, .block-rating .button-rate, .film-poster-ahref:after, .flw-item, .live-thumbnail-img, .lv-list .item, .profile-avatar, .rep-in .btn i, .toggle-onoff, .toggle-onoff>span, div.detail .is-info>div { transition: all .2s ease 0s; -webkit-transition: none !important; } ` );
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址