mirror of
https://github.com/elder-plinius/binaural-beats-generator.git
synced 2026-07-13 22:37:20 +02:00
Update popup.js
This commit is contained in:
@@ -46,7 +46,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
chrome.storage.sync.set({volume: volumeSlider.value});
|
||||
};
|
||||
|
||||
playPauseButton.addEventListener('click', function() {
|
||||
playPauseButton.addEventListener('click', function() {
|
||||
chrome.tabs.query({active: true, currentWindow: true}, function(tabs) {
|
||||
let activeTab = tabs[0];
|
||||
chrome.scripting.executeScript({
|
||||
|
||||
Reference in New Issue
Block a user