您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Hides nicknames on kick.com
// ==UserScript== // @name Kick nicknames hide // @namespace http://tampermonkey.net/ // @version 0.1.7 // @description Hides nicknames on kick.com // @author SUSUSUSUYAYA // @match https://kick.com/* // @grant none // @license // ==/UserScript== (function() { 'use strict'; function hideElement(selector) { const style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = `${selector} { display: none !important; }`; document.head.appendChild(style); } // Hide Element hideElement('div.group.relative.px-2.lg\\:px-3 > div.betterhover\\:group-hover\\:bg-shade-lower.w-full.min-w-0.shrink-0.break-words.rounded-lg.px-2.py-1:first-child > div.inline-flex.min-w-0.flex-nowrap.items-baseline.rounded.betterhover\\:hover\\:bg-\\[\\#474f54\\].cursor-pointer.transition-colors.duration-150.ease-out.active\\:bg-\\[\\#474f54AA\\]:nth-child(2) > button.inline.font-bold:last-child'); hideElement('div.group.relative.px-2.lg\\:px-3 > div.betterhover\\:group-hover\\:bg-shade-lower.flex.w-full.min-w-0.shrink-0.flex-col.break-words.rounded-lg.px-2.py-\\[4px\\]:first-child > div.w-full.min-w-0.shrink-0.truncate.text-xs.font-medium.text-white\\/40:first-child > span.ml-1:last-child > button.inline.text-white\\/40.betterhover\\:hover\\:text-white\\/100.cursor-pointer:first-child'); hideElement('div.group.relative.px-2.lg\\:px-3 > div.betterhover\\:group-hover\\:bg-shade-lower.flex.w-full.min-w-0.shrink-0.flex-col.break-words.rounded-lg.px-2.py-\\[4px\\]:first-child > div.w-full.min-w-0.shrink-0.break-words:last-child > div.inline-flex.min-w-0.flex-nowrap.items-baseline.rounded.betterhover\\:hover\\:bg-\\[\\#474f54\\].cursor-pointer.transition-colors.duration-150.ease-out.active\\:bg-\\[\\#474f54AA\\]:nth-child(2) > button.inline.font-bold'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:nth-child(2) > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\].empty\\:hidden > div.z-absolute.w-full > div.bg-shade-lower.border-surface-tint.w-full.flex-col.gap-2.rounded.border-2.border-solid.pb-1\\.5.pl-\\[9px\\].pr-\\[3px\].pt-\\[3px\\] > div.flex.items-center.justify-between:first-child > div.text-neutral.inline-flex.flex-wrap.items-center.gap-1.text-xs.font-semibold.leading-\\[1\\.125rem\\]:first-child > div.inline-flex.min-w-0.flex-nowrap.items-baseline.rounded.betterhover\\:hover\\:bg-\\[\\#474f54\\].cursor-pointer.transition-colors.duration-150.ease-out.active\\:bg-\\[\\#474f54AA\\]:last-child > button.inline.font-bold:last-child'); hideElement('div#chatroom-messages > div.no-scrollbar.relative > div.absolute.inset-x-0.top-0:nth-child(19) > div.relative.px-2.lg\\:px-3 > div.bg-shade-lower.w-full.min-w-0.shrink-0.break-words.rounded.px-2.py-\\[4px\\] > span.text-text-secondary:last-child > span.cursor-pointer.font-bold:first-child'); hideElement('div#chatroom-messages > div.no-scrollbar.relative > div.absolute.inset-x-0.top-0:nth-child(22) > div.relative.px-2.lg\\:px-3 > div.bg-shade-lower.w-full.min-w-0.shrink-0.break-words.rounded.px-2.py-\\[4px\\] > span.text-text-secondary:last-child > span.cursor-pointer.font-bold:first-child'); //HOSTING hideElement('div.relative.px-2.lg\\:px-3 > div.bg-shade-lower.w-full.min-w-0.shrink-0.break-words.rounded.px-2.py-\\[4px\\] > span.text-text-secondary:last-child > span.cursor-pointer.font-bold:first-child'); hideElement('div.z-absolute.bg-shade-higher.relative.overflow-hidden.rounded > div.grow.overflow-x-hidden:first-child > div.group.flex.overflow-hidden.p-2.\[gap\\:var\\(--gap\\)\].flex-row > div.flex.shrink-0.justify-around.\[gap\\:var\\(--gap\\)\].animate-marquee.flex-row:nth-child(2) > div.flex.flex-row.items-center.gap-2.pb-1.text-sm.text-white > span:last-child > strong:first-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:first-child > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\].empty\\:hidden > div.z-absolute > div.z-absolute.bg-shade-higher.relative.overflow-hidden.rounded > div.grow.overflow-x-hidden:first-child > div.group.flex.overflow-hidden.p-2.\[gap\\:var\\(--gap\\)\].flex-row > div.flex.shrink-0.justify-around.\[gap\\:var\\(--gap\\)\].animate-marquee.flex-row:nth-child(2) > div.flex.flex-row.items-center.gap-2.pb-1.text-sm.text-white > span:last-child > strong:first-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:first-child > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\] .empty\\:hidden > div.z-absolute.w-full:last-child > div.bg-shade-lower.border-surface-tint.w-full.flex-col.gap-2.rounded.border-2.border-solid.pb-1\\.5.pl-\\[9px\].pr-\\[3px\].pt-\\[3px\\] > div.flex.items-center.justify-between:first-child > div.text-neutral.inline-flex.flex-wrap.items-center.gap-1.text-xs.font-semibold.leading-\[1\\.125rem\]:first-child > div.inline-flex.min-w-0.flex-nowrap.items-baseline.rounded.betterhover\\:hover\\:bg-\\[\\#474f54\\].cursor-pointer.transition-colors.duration-150.ease-out.active\\:bg-\\[\\#474f54AA\\]:last-child > button.inline.font-bold:last-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:first-child > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\].empty\\:hidden > div.z-absolute.w-full:first-child > div.bg-shade-lower.border-surface-tint.w-full.flex-col.gap-2.rounded.border-2.border-solid.pb-1\\.5.pl-\\[9px\].pr-\\[3px\].pt-\\[3px\\] > div.flex.items-center.justify-between:first-child > div.text-neutral.inline-flex.flex-wrap.items-center.gap-1.text-xs.font-semibold.leading-\[1\\.125rem\]:first-child > div.inline-flex.min-w-0.flex-nowrap.items-baseline.rounded.betterhover\\:hover\\:bg-\\[\\#474f54\\].cursor-pointer.transition-colors.duration-150.ease-out.active\\:bg-\\[\\#474f54AA\\]:last-child > button.inline.font-bold:last-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:nth-child(2) > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\].empty\\:hidden > div.z-absolute:first-child > div.z-absolute.bg-shade-higher.relative.overflow-hidden.rounded > div.grow.overflow-x-hidden:first-child > div.group.flex.overflow-hidden.p-2.\[gap\\:var\\(--gap\\)\].flex-row > div.flex.shrink-0.justify-around.\[gap\\:var\\(--gap\\)\].animate-marquee.flex-row:nth-child(2) > div.flex.flex-row.items-center.gap-2.pb-1.text-sm.text-white > span:last-child > strong:first-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:nth-child(2) > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\].empty\\:hidden > div.z-absolute > div.z-absolute.bg-shade-higher.relative.overflow-hidden.rounded > div.grow.overflow-x-hidden:first-child > div.group.flex.overflow-hidden.p-2.\[gap\\:var\\(--gap\\)\].flex-row > div.flex.shrink-0.justify-around.\[gap\\:var\\(--gap\\)\].animate-marquee.flex-row:first-child > div.flex.flex-row.items-center.gap-2.pb-1.text-sm.text-white > span:last-child > strong:first-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:first-child > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\].empty\\:hidden > div.z-absolute > div.z-absolute.bg-shade-higher.relative.overflow-hidden.rounded > div.grow.overflow-x-hidden:first-child > div.group.flex.overflow-hidden.p-2.\[gap\\:var\\(--gap\\)\].flex-row > div.flex.shrink-0.justify-around.\[gap\\:var\\(--gap\\)\].animate-marquee.flex-row:first-child > div.flex.flex-row.items-center.gap-2.pb-1.text-sm.text-white > span:last-child > strong:first-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:nth-child(2) > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\].empty\\:hidden > div.z-absolute > div.z-absolute.bg-shade-higher.relative.overflow-hidden.rounded > div.grow.overflow-x-hidden:first-child > div.group.flex.overflow-hidden.p-2.\[gap\\:var\\(--gap\\)\].flex-row > div.flex.shrink-0.justify-around.\[gap\\:var\\(--gap\\)\].animate-marquee.flex-row:nth-child(2) > div.flex.flex-row.items-center.gap-2.pb-1.text-sm.text-white > span:last-child > strong:first-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:nth-child(2) > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\].empty\\:hidden > div.z-absolute > div.z-absolute.bg-shade-higher.relative.overflow-hidden.rounded > div.grow.overflow-x-hidden:first-child > div.group.flex.overflow-hidden.p-2.\[gap\\:var\\(--gap\\)\].flex-row > div.flex.shrink-0.justify-around.\[gap\\:var\\(--gap\\)\].animate-marquee.flex-row:first-child > div.flex.flex-row.items-center.gap-2.pb-1.text-sm.text-white > span:last-child > strong:first-child'); hideElement('div#channel-chatroom > div.bg-surface-lower.relative.flex.flex-1.flex-col:last-child > div.bg-surface-lower.relative.shrink.grow.overflow-hidden:first-child > div.absolute.w-full.empty\\:hidden:first-child > div.relative.flex.h-fit.w-full.flex-col.gap-1\\.5.transition-\\[padding-left\\,padding-right\\].empty\\:hidden > div.z-absolute > div.z-absolute.bg-shade-higher.relative.overflow-hidden.rounded > div.grow.overflow-x-hidden:first-child > div.group.flex.overflow-hidden.p-2.\[gap\\:var\\(--gap\\)\].flex-row > div.flex.shrink-0.justify-around.\[gap\\:var\\(--gap\\)\].animate-marquee.flex-row:first-child > div.flex.flex-row.items-center.gap-2.pb-1.text-sm.text-white > span:last-child > strong:first-child'); })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址