mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-10 19:46:34 +03:00
Bypass a MAC bug
This commit is contained in:
parent
e9edd324fc
commit
7b98ed1ce7
|
@ -49,7 +49,7 @@ chrome.runtime.getBackgroundPage( (bgWindow) =>
|
|||
);
|
||||
// READY TO RENDER
|
||||
|
||||
document.documentElement.style.display = 'initial';
|
||||
setTimeout(() => { document.documentElement.style.display = 'initial'; }, 200); // Mac bug: https://bugs.chromium.org/p/chromium/issues/detail?id=428044
|
||||
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user