ปรับความโปร่งใสเครื่องเล่น YouTube

ปรับความโปร่งใสของแถบความคืบหน้า ปุ่ม และพื้นหลังของเครื่องเล่น YouTube

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
BaconEgg
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
47
คะแนน
1 0 0
เวอร์ชัน
1.4
สร้างเมื่อ
18-10-2025
อัปเดตเมื่อ
18-10-2025
Size
10.4 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ

ใช้สำหรับปรับความโปร่งใสของตัวควบคุมเครื่องเล่น YouTube
หลังจากติดตั้งสคริปต์ การตั้งค่าเริ่มต้นจะแก้ไขให้ดูเหมือนภาพ คุณสามารถแก้ไขโค้ดภายในได้เอง

**คำแนะนำในการแก้ไข:
*แก้ไขตัวเลข
ปรับค่าระหว่าง 0.0 ถึง 1.0
0.0 คือโปร่งใส
1.0 คือทึบแสง

*การตั้งค่าสลับ
true = เปิดใช้งาน
false = ปิดใช้งาน

**การตั้งค่าเริ่มต้น:
// ========== การตั้งค่าความโปร่งใส (0.0 = โปร่งใสทั้งหมด, 1.0 = ทึบแสงทั้งหมด) ==========
const PROGRESS_BAR_OPACITY = 1.0; // ความโปร่งใสของแถบความคืบหน้า (ค่าเริ่มต้น: 1.0)
const CHAPTER_MARKER_OPACITY = 1.0; // ความโปร่งใสของเครื่องหมายบท (ค่าเริ่มต้น: 1.0)
const BUTTON_OPACITY = 1.0; // ความโปร่งใสของปุ่ม (ค่าเริ่มต้น: 1.0)
const TIME_DISPLAY_OPACITY = 1.0; // ความโปร่งใสของการแสดงเวลา (ค่าเริ่มต้น: 1.0)
const VOLUME_SLIDER_OPACITY = 1.0; // ความโปร่งใสของแถบเลื่อนระดับเสียง (ค่าเริ่มต้น: 1.0)
const CONTROL_BAR_BG_OPACITY = 0.0; // ความโปร่งใสของพื้นหลังแถบควบคุม (ค่าเริ่มต้น: 0.0)

// ========== การตั้งค่าสลับ ==========
const REMOVE_BUTTON_BG = false; // ลบพื้นหลังปุ่ม | true = ลบ, false = เก็บไว้ (ค่าเริ่มต้น: false)

// ========== การตั้งค่าเพิ่มเติม ==========
const TOOLTIP_OPACITY = 1.0; // ความโปร่งใสของคำแนะนำเครื่องมือ (ค่าเริ่มต้น: 1.0)
const TOP_GRADIENT_OPACITY = 0.0; // ความโปร่งใสของการไล่ระดับสีด้านบน (ค่าเริ่มต้น: 0.0)
const HOVER_OPACITY_BOOST = 0.0; // การเพิ่มความโปร่งใสเมื่อเลื่อนเมาส์ (ค่าเริ่มต้น: 0.0)