diff --git a/beastify/content_scripts/beastify.js b/beastify/content_scripts/beastify.js index 26985e50..0c851b4e 100644 --- a/beastify/content_scripts/beastify.js +++ b/beastify/content_scripts/beastify.js @@ -36,7 +36,7 @@ /** * Listen for messages from the background script. * Call "beastify()" or "reset()". - */ + */ browser.runtime.onMessage.addListener((message) => { if (message.command === "beastify") { insertBeast(message.beastURL);