removed debug code

This commit is contained in:
array-in-a-matrix 2022-01-11 13:56:00 -05:00
parent c8b5b2a5c5
commit e4f25b302f

View file

@ -1,6 +1,6 @@
const CSS = `
.ytp-play-progress,
.ytp-swatch-background-color, div {
.ytp-swatch-background-color {
animation: RGB 25s ease-in-out infinite;
}
@ -154,4 +154,4 @@ browser.tabs.onUpdated.addListener((id, changeInfo, tab) => {
/*
Toggle CSS when the page action is clicked.
*/
browser.pageAction.onClicked.addListener(toggleCSS);
browser.pageAction.onClicked.addListener(toggleCSS);