Update user agent for various config

This commit is contained in:
Hoang Nguyen 2021-09-30 23:14:00 +07:00
parent 820929c2cb
commit 493e7d6c1c
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
6 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
"path-restrict": "unix",
"retries": 4,
"skip": true,
"user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0",
"pixiv": {
"filename": "{id}.{extension}",
"directory": [

View File

@ -6,7 +6,7 @@ settings.completion.history.order = "title"
settings.webview.default_charset = "utf-8"
settings.webview.enable_caret_browsing = true
settings.webview.enable_developer_extras = true
settings.webview.user_agent = "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
settings.webview.user_agent = "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0"
settings.window.home_page = "file:///home/follie/Code/Startpage/index.html"
local engines = settings.window.search_engines

View File

@ -9,4 +9,4 @@ profile=gpu-hq
# gpu-context=wayland
vo=gpu
hwdec=vaapi
user-agent="Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
user-agent="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0"

View File

@ -386,7 +386,7 @@ return packer.startup(function(use)
use {'dstein64/vim-startuptime', cmd = 'StartupTime'} -- Just for benchmarking
-- TODO: dial.nvim, rust-tools.nvim, crates.nvim, go.nvim, clojure-vim/*,
-- nvim-bqf, nvim-comment-frame, nvim-revJ.lua
-- nvim-bqf, nvim-comment-frame, nvim-revJ.lua, nvim-remote-containers
-- Install plugins if missing
packer.install()

View File

@ -42,7 +42,7 @@ c.content.headers.do_not_track = True
c.content.headers.referer = 'same-domain'
# From current TorBrowser
c.content.headers.user_agent = 'Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0'
c.content.headers.user_agent = 'Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0'
# Additional adblocking
# c.content.blocking.enabled = True

View File

@ -10,5 +10,5 @@
:browser "firefox"
:pager "less -R"
:theme "happiness.trans"
:user-agent "Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0"
:user-agent "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0"
}