Skip to content

Instantly share code, notes, and snippets.

@seoutopico
Created February 17, 2023 13:11
Show Gist options
  • Save seoutopico/619d16ab62ffe3abc5b5fe464204725a to your computer and use it in GitHub Desktop.
Save seoutopico/619d16ab62ffe3abc5b5fe464204725a to your computer and use it in GitHub Desktop.
chrome.tabs.query({ active: true, currentWindow: true }, function (tabs) {
var currentUrl = tabs[0].url;
document.getElementById("test").innerHTML = currentUrl;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment