Skip to content

Commit

Permalink
feat: add simple script to test the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Mar 21, 2023
1 parent a49f6f1 commit 9580f3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions replace.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
let header = document.createElement('h1');
header.textContent = "Hello from the Replace Maps extension";
document.body.insertBefore(header, document.body.firstChild);

0 comments on commit 9580f3f

Please sign in to comment.