mirror of
https://codeberg.org/Nero/InviTube.git
synced 2024-11-05 16:32:53 +00:00
5 lines
No EOL
187 B
JavaScript
5 lines
No EOL
187 B
JavaScript
if (location.href.startsWith("https://www.youtube.com")) {
|
|
browser.runtime.sendMessage("showInvidiousPageAction");
|
|
} else {
|
|
browser.runtime.sendMessage("showYoutubePageAction");
|
|
} |