another hack to deal with slightly different tag behavior
This commit is contained in:
7
info.js
7
info.js
@@ -93,7 +93,12 @@ function proxyReadiness() {
|
||||
console.log(this.responseText);
|
||||
}
|
||||
|
||||
browser.history.onVisited.addListener(onVisited);
|
||||
var gettingInfo = browser.runtime.getPlatformInfo();
|
||||
gettingInfo.then(got => {
|
||||
if (got.os != "android") {
|
||||
browser.history.onVisited.addListener(onVisited);
|
||||
}
|
||||
});
|
||||
|
||||
function goHome() {
|
||||
function gotProxyInfo(info) {
|
||||
|
Reference in New Issue
Block a user