diff --git a/home/.config/gallery-dl/config.json b/home/.config/gallery-dl/config.json index d4c0519..bdb1fc2 100644 --- a/home/.config/gallery-dl/config.json +++ b/home/.config/gallery-dl/config.json @@ -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": [ diff --git a/home/.config/luakit/userconf.lua b/home/.config/luakit/userconf.lua index 6468703..867cb6d 100644 --- a/home/.config/luakit/userconf.lua +++ b/home/.config/luakit/userconf.lua @@ -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 diff --git a/home/.config/mpv/mpv.conf b/home/.config/mpv/mpv.conf index 7d4c954..4d16a07 100644 --- a/home/.config/mpv/mpv.conf +++ b/home/.config/mpv/mpv.conf @@ -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" diff --git a/home/.config/nvim/lua/plugins.lua b/home/.config/nvim/lua/plugins.lua index 2885ea2..2975f49 100644 --- a/home/.config/nvim/lua/plugins.lua +++ b/home/.config/nvim/lua/plugins.lua @@ -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() diff --git a/home/.config/qutebrowser/config.py b/home/.config/qutebrowser/config.py index d7a440e..c2aaeeb 100644 --- a/home/.config/qutebrowser/config.py +++ b/home/.config/qutebrowser/config.py @@ -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 diff --git a/home/.config/translate-shell/init.trans b/home/.config/translate-shell/init.trans index 764364c..95aaf60 100644 --- a/home/.config/translate-shell/init.trans +++ b/home/.config/translate-shell/init.trans @@ -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" }