We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9d67f commit 09360dbCopy full SHA for 09360db
docs/redirect.html
@@ -10,6 +10,8 @@
10
} else {
11
window.location.href = "https://chrome.google.com/webstore/detail/xtreme-download-manager/dkckaoghoiffdbomfbbodbbgmhjblecj"
12
}
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/"
15
} else if (str.indexOf("firefox") != -1) {
16
if (str.indexOf("&version=8.0") != -1) {
17
window.location.href = "https://addons.mozilla.org/en-US/firefox/addon/xdm-integration-module/"
0 commit comments