Hide VScode Live Server

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

These are versions of this script where the code was updated. Show all versions.

  • v1.3 2024-07-10

    port wildcard

  • v1.2 2022-07-07

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

  • v1.1 2022-01-07

    const comment = script?.previousSibling?.previousSibling

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

  • v1.0 2021-12-28