Skip to content

HackerTalk++ by ifshizuku

Screenshot of HackerTalk++

Details

Authorifshizuku

LicenseNo License

Categoryhackertalk.net

Created

Updated

Size939 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

晶莹剔透的黑客说暗色主题。

Notes

Expector 的 HackerTalk++ 的 Stylus 版本。

我并非原作者,只是移植了UserStyles版本。

Source code

/* ==UserStyle==
@name           HackerTalk++
@namespace      https://expector-hutch.github.io//
@version        0.1
@description    Beautify HackerTalk
@author         Expector
==/UserStyle== */

@-moz-document domain("hackertalk.net") {
    *::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 5px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
    }

    *::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: #3b82f6;
    }

    .bg-primary {
        background: url(https://kaifa.baidu.com/assets/bkg-img-dark.624f42a6452944fb8b6fd3d0be459ac5.png) center/cover no-repeat fixed;
    }

    .bg-content {
        background-color: rgb(30 41 59 / 55%) !important;
        backdrop-filter: blur(5px);
    }
}

Reviews

No reviews yet.