diff --git a/macrovision.js b/macrovision.js index d30df636..d37a7d85 100644 --- a/macrovision.js +++ b/macrovision.js @@ -5365,7 +5365,7 @@ function copyScreenshot() { toast("Copied to clipboard!")) .catch(e => { console.error(e); - toast("Couldn't write to the clipboard. Make sure the screenshot completes before switching tabs.") + toast("Couldn't write to the clipboard. Make sure the screenshot completes before switching tabs. Also, currently busted in Safari :(") }) }); drawScales(false);