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