Skip to content

Commit 09360db

Browse files
authored
Update redirect.html
1 parent 2c9d67f commit 09360db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/redirect.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
} else {
1111
window.location.href = "https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj"
1212
}
13+
} else if (str.indexOf("mzfirefox") != -1 && str.indexOf("&version=8.0") != -1) {
14+
window.location.href = "https://addons.mozilla.org/en-US/firefox/addon/xdm-browser-monitor-v8/"
1315
} else if (str.indexOf("firefox") != -1) {
1416
if (str.indexOf("&version=8.0") != -1) {
1517
window.location.href = "https://addons.mozilla.org/en-US/firefox/addon/xdm-integration-module/"

0 commit comments

Comments
 (0)