From cd6dd8fbc122dbbdc474dd8b21a7b5d53aefd622 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 16 Jul 2023 03:23:46 -0700 Subject: [PATCH] :memo: Note of how to disable jit compiler in firefox --- firefox_notes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firefox_notes.txt b/firefox_notes.txt index 01c52043..33331806 100644 --- a/firefox_notes.txt +++ b/firefox_notes.txt @@ -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