Added comment

This commit is contained in:
2021-08-17 19:08:04 +02:00
parent 97ec6d52fc
commit 7c1be9c9cb

View File

@@ -11,6 +11,7 @@ clipboard.on('success', function (e) {
});
});
//Set default validity
chrome.tabs.query({ active: true, lastFocusedWindow: true }, tabs => {
document.getElementById("target").value = tabs[0].url;
});