Espandi il codice a schermo intero sul sito StackExchange

Attiva/disattiva lo schermo intero per i blocchi di codice al passaggio del mouse

Autore
138 Aspen
Installazioni giornaliere
0
Installazioni totali
4
Valutazione
0 0 0
Versione
0.1.3.1
Creato il
15/02/2024
Aggiornato il
29/03/2025
Dimensione
14,7 KB
Licenza
MIT
Applica a

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.