qutebrowser: Start browser with JS disabled.
1 files changed, 4 insertions(+), 0 deletions(-) M .config/qutebrowser/config.py
M .config/qutebrowser/config.py => .config/qutebrowser/config.py +4 -0
@@ 10,6 10,10 @@ config.bind('gF', 'spawn --userscript ~/.config/qutebrowser/userscripts/list_rss c.qt.force_platform = 'wayland' # Start browser with JS disabled, regardless of the state when last exited. c.content.javascript.enabled = False c.colors.statusbar.normal.bg = "black" # Enable JS bind_chained("xjs", "set content.javascript.enabled true", "set colors.statusbar.normal.bg red")