Skip to content

Instantly share code, notes, and snippets.

@JeffreyShran
Last active July 1, 2024 15:54
Show Gist options
  • Save JeffreyShran/c01b1157b2da04636c83c5ec2f6ee8f2 to your computer and use it in GitHub Desktop.
Save JeffreyShran/c01b1157b2da04636c83c5ec2f6ee8f2 to your computer and use it in GitHub Desktop.

Revisions

  1. JeffreyShran revised this gist Jul 1, 2024. 2 changed files with 1 addition and 1 deletion.
    1 change: 0 additions & 1 deletion c.js
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    window.location.origin === "http://localhost"
    1 change: 1 addition & 0 deletions dompurify.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    window.location.origin === "http://localhost";console.log("test");
  2. JeffreyShran revised this gist Jul 1, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion c.js
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    isDevelopment = true;
    window.location.origin === "http://localhost"
  3. JeffreyShran revised this gist Jul 1, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion c.js
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    console.log("hello");
    isDevelopment = true;
  4. JeffreyShran created this gist Apr 9, 2024.
    1 change: 1 addition & 0 deletions c.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    console.log("hello");