Added comment

This commit is contained in:
Nicolai Ort 2021-08-17 19:08:04 +02:00
parent 97ec6d52fc
commit 7c1be9c9cb
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 0 deletions

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;
});