Files
nostash/Shared (Extension)/Resources/content.js
Ryan Breen 210e61c35b Interface and basic functionality.
Just learning how to make a basic extension. Creating an interface and setting up some basic plumbing.
2023-01-11 22:54:50 -05:00

4 lines
146 B
JavaScript

let script = document.createElement('script');
script.setAttribute('src', browser.runtime.getURL('nostr.js'));
document.body.appendChild(script);