mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-02-07 23:30:36 +03:00
Fix styling
This commit is contained in:
parent
a3381c1c1a
commit
e5f48a7e31
|
@ -28,7 +28,7 @@ const that = globalThis.apis.lastNetErrors = {
|
||||||
get: () => lastErrors,
|
get: () => lastErrors,
|
||||||
};
|
};
|
||||||
|
|
||||||
chrome.webRequest.onErrorOccurred.addListener(chromified((err/*Ignored*/, details) => {
|
chrome.webRequest.onErrorOccurred.addListener(chromified((err/* Ignored */, details) => {
|
||||||
|
|
||||||
if (!that.ifCollecting || [
|
if (!that.ifCollecting || [
|
||||||
'net::ERR_BLOCKED_BY_CLIENT',
|
'net::ERR_BLOCKED_BY_CLIENT',
|
||||||
|
|
|
@ -58,7 +58,7 @@ contexts.mini = Object.assign({}, commonContext, {
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
scripts_0x: '',
|
scripts_0x: '',
|
||||||
scripts_2x: "import '20-for-mini-only.mjs';",
|
scripts_2x: "import './20-for-mini-only.mjs';",
|
||||||
scripts_8x: '',
|
scripts_8x: '',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user