Perluas Kode ke Layar Penuh di Situs StackExchange

Alihkan layar penuh untuk blok kode saat mengarahkan kursor

Penulis
138 Aspen
Pemasangan harian
0
Total pemasangan
4
Nilai
0 0 0
Versi
0.1.3.1
Dibuat
15 Februari 2024
Diperbarui
29 Maret 2025
Size
14,7 KB
Lisensi
MIT
Berlaku untuk

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.