~chimo/dotfiles

44e1649e13b15e3041bf691ec5d050814d080b05 — chimo 11 days ago f6dd9a2
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")