Hide VScode Live Server

12/28/2021, 9:44:59 AM

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v1.3 10/7/2024

    port wildcard

  • v1.2 7/7/2022

    fix: did not work if comment and/or script were not the last nodes in the body. It works now.

  • v1.1 7/1/2022

    const comment = script?.previousSibling?.previousSibling

    ... so it won't throw if there is none

  • v1.0 28/12/2021