config.load_autoconfig() c.auto_save.session = True c.content.cookies.store = False c.content.images = True c.editor.command = ['urxvt', '-e', 'vim', '{file}'] c.tabs.position = 'left' c.url.auto_search = 'dns' c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'} c.messages.timeout = 5000 config.bind(',ej', 'spawn --userscript noscript_enable') config.bind(',dj', 'spawn --userscript noscript_disable') # Allow JS and cookies on own domain config.set('content.javascript.enabled', True, '*.friedersdorff.com')