📝 Note of how to disable jit compiler in firefox
This commit is contained in:
parent
a87a5cd453
commit
cd6dd8fbc1
1 changed files with 6 additions and 0 deletions
|
|
@ -146,3 +146,9 @@ ui.caretBlinkTime (set to number, and set to 0 to disable blink)
|
|||
|
||||
Go into Ublock Origin, Under Filter List, open Annoyances and click all
|
||||
checkboxes (blocks annoying cookie confirmation popups amongst others).
|
||||
|
||||
Disable JavaScript JIT Compiler:
|
||||
javascript.options.baselinejit false
|
||||
javascript.options.ion false
|
||||
javascript.options.wasm false
|
||||
javascript.options.asmjs false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue