mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
Update user agent for various config
This commit is contained in:
parent
820929c2cb
commit
493e7d6c1c
@ -12,7 +12,7 @@
|
|||||||
"path-restrict": "unix",
|
"path-restrict": "unix",
|
||||||
"retries": 4,
|
"retries": 4,
|
||||||
"skip": true,
|
"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": {
|
"pixiv": {
|
||||||
"filename": "{id}.{extension}",
|
"filename": "{id}.{extension}",
|
||||||
"directory": [
|
"directory": [
|
||||||
|
@ -6,7 +6,7 @@ settings.completion.history.order = "title"
|
|||||||
settings.webview.default_charset = "utf-8"
|
settings.webview.default_charset = "utf-8"
|
||||||
settings.webview.enable_caret_browsing = true
|
settings.webview.enable_caret_browsing = true
|
||||||
settings.webview.enable_developer_extras = 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"
|
settings.window.home_page = "file:///home/follie/Code/Startpage/index.html"
|
||||||
|
|
||||||
local engines = settings.window.search_engines
|
local engines = settings.window.search_engines
|
||||||
|
@ -9,4 +9,4 @@ profile=gpu-hq
|
|||||||
# gpu-context=wayland
|
# gpu-context=wayland
|
||||||
vo=gpu
|
vo=gpu
|
||||||
hwdec=vaapi
|
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
|
use {'dstein64/vim-startuptime', cmd = 'StartupTime'} -- Just for benchmarking
|
||||||
|
|
||||||
-- TODO: dial.nvim, rust-tools.nvim, crates.nvim, go.nvim, clojure-vim/*,
|
-- 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
|
-- Install plugins if missing
|
||||||
packer.install()
|
packer.install()
|
||||||
|
@ -42,7 +42,7 @@ c.content.headers.do_not_track = True
|
|||||||
c.content.headers.referer = 'same-domain'
|
c.content.headers.referer = 'same-domain'
|
||||||
|
|
||||||
# From current TorBrowser
|
# 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
|
# Additional adblocking
|
||||||
# c.content.blocking.enabled = True
|
# c.content.blocking.enabled = True
|
||||||
|
@ -10,5 +10,5 @@
|
|||||||
:browser "firefox"
|
:browser "firefox"
|
||||||
:pager "less -R"
|
:pager "less -R"
|
||||||
:theme "happiness.trans"
|
: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