Skip to content

Instantly share code, notes, and snippets.

@jpescada
Last active August 19, 2020 13:03
Show Gist options
  • Save jpescada/1baec1a63bf613a6049231ec739bf10c to your computer and use it in GitHub Desktop.
Save jpescada/1baec1a63bf613a6049231ec739bf10c to your computer and use it in GitHub Desktop.

Revisions

  1. jpescada renamed this gist Aug 19, 2020. 1 changed file with 0 additions and 0 deletions.
  2. jpescada renamed this gist Aug 27, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. jpescada created this gist Aug 27, 2019.
    6 changes: 6 additions & 0 deletions script.ts
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    window.addEventListener('scroll', () =>
    setTimeout(() => {
    // Load Fullstory, Intercom, Segment, etc
    }, 1000),
    { once: true }
    );