Currently on the AppState branch, I have it so that we don't save the color and threshold if they are both null. However, this means that when we just open the extension popup without selecting a color (the color is null but threshold is not because threshold always has a default value), we null for color. And when we refresh the webpage, the censor doesn't show up because the color is null.
Currently on the AppState branch, I have it so that we don't save the color and threshold if they are both null. However, this means that when we just open the extension popup without selecting a color (the color is null but threshold is not because threshold always has a default value), we null for color. And when we refresh the webpage, the censor doesn't show up because the color is null.