# NetSurf/KolibriOS settings. Read once at startup from /res/settings.cfg. # Format: key:value (bool = 0/1). Lines starting with # are ignored. # Any key can also be passed on the command line: netsurf --enable_js=1 # ---- content ---------------------------------------------------------- # JavaScript. Off by default: most pages render faster and more stably # without it. The JS button in the toolbar toggles it per session. enable_js:1 # Start page. Commented out means the built-in welcome page. #homepage_url: # Who the browser says it is, in the User-Agent header and in # navigator.userAgent. One of: firefox (the default), chrome, android, # netsurf, kolibrios -- or type a user agent string of your own and it is sent # exactly as written. The honest "netsurf" one is not the default because # search engines and CDNs answer it with a captcha or a scraper wall instead # of a page. Try "android" if a site is heavy: the mobile version it serves is # usually far smaller. "kolibrios" is the one WebView sends, and the only one # that gets past the proof-of-work wall on kolibrios.org (which the browser # already uses for that host on its own, whatever this is set to). #user_agent:firefox # Ad/tracker blocking, network half: third-party requests to the domains in # res/adblock.dat are never sent, so the scripts never load. js_adblock:1 # Ad blocking, cosmetic half: the UA stylesheet res/adblock.css hides ad # furniture and collapses empty ad slots that would leave blank bands. css_adblock:1 # Animated GIFs. Off saves a lot of redraws on busy pages. animate_images:1 #