On the website I do have "enableTab = false". For the testing purpose, i'm using Chrome with Console developer tool. What I need to do is to set enableTab = false, then refresh the browser and see the result. I try to set directly in console "enableTab = true" then refresh the page, but the variable automatically changes back to false.
I can test it manually by setting the enableTab in the code, but it becomes more time-consuming when I have to redo the task with many other flags.
Is it anyway that I can set the "enableTab = true" in the console, then make sure it's always set to true when I browse around the website (after refresh).
Thank you