mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
/**
|
|
Display the redirect URL.
|
|
*/
|
|
document.querySelector("#redirect-url").textContent = browser.identity.getRedirectURL();
|