« get me outta code hell

interactive-bgm.js « extension - interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/extension/interactive-bgm.js
blob: 032dc19affd6c255d39c90b0f3db48b3f9b51e4d (plain)
1
2
3
window.addEventListener('focus', () => {
    browser.runtime.sendMessage({hostname: location.hostname});
});