mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Move WebExtensions enabled Add-ons Manager
This commit is contained in:
parent
d7d16e7fbb
commit
358cd0404a
1100 changed files with 133 additions and 106 deletions
|
|
@ -1,28 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
var nav, win;
|
||||
|
||||
function openWindow() {
|
||||
return new Promise(resolve => {
|
||||
win = window.open(window.location);
|
||||
|
||||
win.addEventListener("load", function listener() {
|
||||
nav = win.navigator;
|
||||
resolve();
|
||||
}, false);
|
||||
});
|
||||
}
|
||||
|
||||
function navigate() {
|
||||
win.location = "http://example.com/";
|
||||
}
|
||||
|
||||
function check() {
|
||||
return "mozAddonManager" in nav;
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue