mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
PAC kitchen prettier output
This commit is contained in:
parent
30875cb9a1
commit
a86b9f6a0e
|
@ -272,7 +272,7 @@
|
||||||
console.warn('PAC ERROR', details);
|
console.warn('PAC ERROR', details);
|
||||||
// TOOD: add "view pac script at this line" button.
|
// TOOD: add "view pac script at this line" button.
|
||||||
handlers.mayNotify('pac-error', 'Ошибка PAC!',
|
handlers.mayNotify('pac-error', 'Ошибка PAC!',
|
||||||
details.error + '\n' + details.details,
|
(details.error || details.message /* Firefox */) + '\n' + details.details,
|
||||||
{icon: 'pac-error-128.png'}
|
{icon: 'pac-error-128.png'}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -451,15 +451,15 @@ ${ pacMods.filteredCustomsString
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
/******/ };
|
||||||
|
|
||||||
if (global) {
|
/******/ if (global) {
|
||||||
/******/ global.FindProxyForURL = tmp;
|
/******/ global.FindProxyForURL = tmp;
|
||||||
} else {
|
/******/ } else {
|
||||||
/******/ FindProxyForURL = tmp;
|
/******/ FindProxyForURL = tmp;
|
||||||
}
|
/******/ }
|
||||||
|
|
||||||
})(this);`;
|
/*****/})(this);`;
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user