Mở rộng mã sang toàn màn hình trên trang StackExchange

Chuyển đổi toàn màn hình cho các khối mã khi di chuột qua

Tác giả
138 Aspen
Cài đặt hàng ngày
0
Số lần cài đặt
4
Đánh giá
0 0 0
Phiên bản
0.1.3.1
Đã tạo
15-02-2024
Đã cập nhật
29-03-2025
Size
10 KB
Giấy phép
MIT
Áp dụng cho

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.