🏠 Home 

Expand Code to Fullscreen on StackExchange Site

Toggle fullscreen for code blocks on hover


ติดตั้งสคริปต์นี้?
ผู้เขียน
138 Aspen
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
3
คะแนน
0 0 0
เวอร์ชัน
0.1.3
สร้างเมื่อ
15-02-2024
อัปเดตเมื่อ
24-05-2024
Size
7.94 กิโลไบต์
สัญญาอนุญาต
MIT
ปรับใช้กับ

This is just script practice. Any improvement would be greatly appreciated.


  • Toggle Fullscreen on Hover: When users hover over a code block, a 'Fullscreen' button appears. Clicking this button will expand the code block to fill the entire screen, facilitating easier reading and analysis of the code without distractions from other page content.

  • Clean Exit from Fullscreen: When the user exits fullscreen mode, the code block returns to its original state without any leftover styling or class changes, ensuring the page remains as it was before the script's interaction.