diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-13 20:35:57 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-13 20:39:52 +0530 |
| commit | b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca (patch) | |
| tree | 288bd8eec45884a41251d491456e358b5803564c /config/qutebrowser/userscripts | |
| parent | 90862ce996ee704042333532f601eef08588722f (diff) | |
| download | nixos-config-b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca.tar.gz nixos-config-b9b036c7eb19dce1b4a996915dcfdfda18b2c6ca.zip | |
Config sync
Diffstat (limited to 'config/qutebrowser/userscripts')
| -rwxr-xr-x | config/qutebrowser/userscripts/pick_useragent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qutebrowser/userscripts/pick_useragent b/config/qutebrowser/userscripts/pick_useragent index e7a1f1d..2829a08 100755 --- a/config/qutebrowser/userscripts/pick_useragent +++ b/config/qutebrowser/userscripts/pick_useragent @@ -2,7 +2,7 @@ trim() { sed '/^$/ d'; } -chromium_version="112"; +chromium_version="136"; useragents=`echo " Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/$chromium_version.0.3729.169 Safari/537.36 |
