Refuse to push special pages

This commit is contained in:
Ian Gulliver
2022-10-20 20:55:57 -07:00
parent eb3787c59b
commit 8498b43184

View File

@@ -34,6 +34,10 @@ async function handleClick(tab, e) {
return;
}
if (!tab.url) {
throw 'missing tab.url';
}
const imgURL = await browser.tabs.captureTab(tab.id);
let noteParts = [