Expandir código a pantalla completa en el sitio StackExchange

Alternar pantalla completa para bloques de código al pasar el cursor

Autor
138 Aspen
Instalaciones diarias
0
Instalaciones totales
4
Calificaciones
0 0 0
Versión
0.1.3.1
Creado
15/2/2024
Actualizado
29/3/2025
Tamaño
14,7 KB
Licencia
MIT
Funciona en

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.