mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
Update user agent for various config
This commit is contained in:
parent
820929c2cb
commit
493e7d6c1c
@ -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": [
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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()
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user