What changed, and why it matters
This commit only updates the project's documentation website. It adds a visual play button overlay on YouTube video thumbnails and adds a new 'Chinese' section with two Chinese-language tutorial videos. There is no change to the Krux application, wallet firmware, build system, or any executable code.
No security action needed. This is a documentation-only cosmetic and content update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies docs/css/custom.css and docs/video-tutorials.en.md. CSS changes introduce a .play-button overlay with hover scaling and a red background, plus a padding adjustment for video containers. The markdown file wraps existing YouTube thumbnail links in a new play-group div, adds the play-button element, reformats author/channel attribution into tags, and appends a Chinese-language video section. No source code, build scripts, dependencies, or security-sensitive configuration is touched.
Changed components
docs/css/custom.cssdocs/video-tutorials.en.mdInspect captured patch +152 / −22
diff --git a/docs/css/custom.css b/docs/css/custom.css
index a1724b8..adc40df 100644
--- a/docs/css/custom.css
+++ b/docs/css/custom.css
@@ -52,7 +52,7 @@ div.group-2 div.video:first-child {
div.video {
max-width: 480px;
- margin-bottom: 2em;
+ padding-bottom: 2em;
}
div.video p {
@@ -68,6 +68,32 @@ div.video p {
font-weight: 700;
}
+div.play-group {
+ position: relative;
+}
+
+.play-button {
+ position: absolute;
+ top: 40%;
+ left: 44%;
+ color: white;
+ width: 60px;
+ height: 60px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 20px;
+ pointer-events: none;
+ background: rgba(0, 0, 0, 0.7);
+ border-radius: 50%;
+ padding-left: 5px;
+}
+
+div.play-group:hover .play-button {
+ transform: scale(1.1);
+ background: rgba(255, 0, 0, 0.8);
+}
+
div.clear {
clear: both;
}
diff --git a/docs/video-tutorials.en.md b/docs/video-tutorials.en.md
index f0cbcad..c93bf99 100644
--- a/docs/video-tutorials.en.md
+++ b/docs/video-tutorials.en.md
@@ -4,51 +4,85 @@ Most people prefer to learn by watching videos, and we are fortunate to have exc
<div markdown="1" class="group-2">
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=rsdvmIcucwQ1)
+<div class="play-button">▶</div>
+</div>
+
+Krux on M5StickV + Sparrow Wallet - DIY Bitcoin Hardware Wallet (Similar to SeedSigner)
-Krux on M5StickV + Sparrow Wallet - DIY Bitcoin Hardware Wallet (Similar to SeedSigner) - Crypto Guide
+<small>Crypto Guide (Jan 2023)</small>
</div>
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=EtV_Iw6a0O0)
+<div class="play-button">▶</div>
+</div>
-Krux on Maix Amigo + Blue Wallet - DIY Bitcoin Hardware Wallet (Similar to SeedSigner) - Crypto Guide
+Krux on Maix Amigo + Blue Wallet - DIY Bitcoin Hardware Wallet (Similar to SeedSigner)
+
+<small>Crypto Guide (Dec 2022)</small>
</div>
</div>
<div markdown="1" class="group-2">
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=JfK2m8ucuxU)
+<div class="play-button">▶</div>
+</div>
+
+DIY-Only Multivendor Hardware Wallet MultiSig: SeedSigner, Jade, Krux, Satochip + Sparrow & Electrum
-DIY-Only Multivendor Hardware Wallet MultiSig: SeedSigner, Jade, Krux, Satochip + Sparrow & Electrum - Crypto Guide
+<small>Crypto Guide (Sep 2023)</small>
</div>
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=Vmr_TFy2TfQ)
+<div class="play-button">▶</div>
+</div>
+
+Krux DIY Bitcoin Signer: Build From Source & Verify (With Windows + WSL2 + Docker)
-Krux DIY Bitcoin Signer: Build From Source & Verify (With Windows + WSL2 + Docker) - Crypto Guide
+<small>Crypto Guide (Mar 2024)</small>
</div>
</div>
<div markdown="1" class="group-2">
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=WiwmpO1k2zA)
+<div class="play-button">▶</div>
+</div>
-BUILD Your Own Bitcoin Hardware Security Device NOW: KRUX - BTC Sessions
+BUILD Your Own Bitcoin Hardware Security Device NOW: KRUX
+
+<small>BTC Sessions (Mar 2025)</small>
</div>
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=HK8FtbUePa8)
+<div class="play-button">▶</div>
+</div>
+
+Bitcoin Security for Under $50: Building a Krux Hardware Wallet
-Bitcoin Security for Under $50: Building a Krux Hardware Wallet - Sovereign Money
+<small>Sovereign Money (May 2025)</small>
</div>
</div>
<div markdown="1" class="video">
-[](https://www.youtube.com/watch?v=L7uAG5Cyx5o)
+<div markdown="1" class="play-group">
+[](https://www.youtube.com/watch?v=L7uAG5Cyx5o)
+<div class="play-button">▶</div>
+</div>
+
+Self-Custody Krux Hardware Wallet Tutorial
-Self-Custody Krux Hardware Wallet Tutorial - The Bitcoin Hardware Store
+<small>The Bitcoin Hardware Store (Jul 2025)</small>
</div>
<div class="clear"></div>
@@ -57,44 +91,73 @@ Self-Custody Krux Hardware Wallet Tutorial - The Bitcoin Hardware Store
<div markdown="1" class="group-2">
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=YbV6_p_eti4)
+<div class="play-button">▶</div>
+</div>
-Hardwallet Krux fácil de instalar + QRs criptografados - Bitcoinheiros
+Hardwallet Krux fácil de instalar + QRs criptografados
+
+<small>Bitcoinheiros (Jul 2023)</small>
</div>
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=Gdynhj6EnEg)
+<div class="play-button">▶</div>
+</div>
+
+Multisig com Krux e Nunchuk no celular
-Multisig com Krux e Nunchuk no celular - Bitcoinheiros
+<small>Bitcoinheiros (Jul 2023)</small>
</div>
</div>
<div markdown="1" class="group-2">
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=Zajy7HAQiwE)
+<div class="play-button">▶</div>
+</div>
+
+Usando a Krux com impressora térmica
-Usando a Krux com impressora térmica - Bitcoinheiros
+<small>Bitcoinheiros (Aug 2023)</small>
</div>
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=CPEnTP7l_9Y)
+<div class="play-button">▶</div>
+</div>
-Carteira Bitcoin com celular OFFLINE - Krux mobile APK -
-DIG P2P - Bitcoin Para Iniciantes!
+Carteira Bitcoin com celular OFFLINE - Krux mobile APK
+
+<small>DIG P2P - Bitcoin Para Iniciantes! (Aug 2023)</small>
</div>
</div>
<div markdown="1" class="group-2">
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=hhMYq75pAOc)
+<div class="play-button">▶</div>
+</div>
+
+Como instalar a carteira Krux no celular
-Como instalar a carteira Krux no celular - João Trein
+<small>João Trein (Feb 2024)</small>
</div>
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=1V6Lp0m8esc)
+<div class="play-button">▶</div>
+</div>
+
+Faça sua hardware wallet em casa com a KRUX!
-Faça sua hardware wallet em casa com a KRUX! - CAIOVSKI
+<small>CAIOVSKI (Jun 2024)</small>
</div>
</div>
@@ -104,23 +167,64 @@ Faça sua hardware wallet em casa com a KRUX! - CAIOVSKI
<div markdown="1" class="group-2">
<div markdown="1" class="video">
-[](https://www.youtube.com/watch?v=7H1bI0A2y0w)
+<div markdown="1" class="play-group">
+[](https://www.youtube.com/watch?v=7H1bI0A2y0w)
+<div class="play-button">▶</div>
+</div>
-Krux 월렛 설치 및 검증 방법(feat : 원더케이 비트코인 전용 하드월렛) - 봉현이형
+Krux 월렛 설치 및 검증 방법(feat : 원더케이 비트코인 전용 하드월렛)
+
+<small>봉현이형 (Oct 2024)</small>
</div>
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=NTsZCHbQXgc&list=PLetYvN5q3ZS9m1sf7_MJ1It-t8O87xEeB&index=2)
+<div class="play-button">▶</div>
+</div>
+
+나만의 비트코인 지갑 만들기(2강_1부 개인키 생성)
-나만의 비트코인 지갑 만들기(2강_1부 개인키 생성) - 봉현이형
+<small>봉현이형 (Nov 2024)</small>
</div>
</div>
<div markdown="1" class="video">
+<div markdown="1" class="play-group">
[](https://www.youtube.com/watch?v=1_JSJ1uzPzQ)
+<div class="play-button">▶</div>
+</div>
+
+안사면 손해? 세상에서 가장 투명한 비트코인 전용 지갑(원더케이 하드월렛)
+
+<small>봉현이형 (Oct 2024)</small>
+</div>
+
+<div class="clear"></div>
+
+## Chinese
+
+<div markdown="1" class="group-2">
+<div markdown="1" class="video">
+<div markdown="1" class="play-group">
+[](https://www.youtube.com/watch?v=stqf5qhs_tQ)
+<div class="play-button">▶</div>
+</div>
+
+1.Krux比特币硬件钱包介绍
+
+<small>九神二号 (Jan 2025)</small>
+</div>
+
+<div markdown="1" class="video">
+<div markdown="1" class="play-group">
+[](https://www.youtube.com/watch?v=AciSXdzOK5I)
+<div class="play-button">▶</div>
+</div>
+
+2.Krux比特币硬件钱包刷机教程
-안사면 손해? 세상에서 가장 투명한 비트코인 전용 지갑(원더케이 하드월렛) - 봉현이형
+<small>九神二号 (Jan 2025)</small>
</div>
<div class="clear"></div>
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.