mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
set the Firefox user agent to PlayStation 5
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -237,6 +237,7 @@
|
|||||||
"urlclassifier",
|
"urlclassifier",
|
||||||
"usbhid",
|
"usbhid",
|
||||||
"usbutils",
|
"usbutils",
|
||||||
|
"useragent",
|
||||||
"usernamehw",
|
"usernamehw",
|
||||||
"userprefs",
|
"userprefs",
|
||||||
"vfat",
|
"vfat",
|
||||||
|
|||||||
@@ -18,6 +18,9 @@
|
|||||||
order = [ "Google" ];
|
order = [ "Google" ];
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
|
# Makes Firefox use the PlayStation 5 user agent
|
||||||
|
"general.useragent.override" = "Mozilla/5.0 (PlayStation; PlayStation 5/10.01) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15,gzip(gfe),gzip(gfe)";
|
||||||
|
|
||||||
# SECTION: FASTFOX
|
# SECTION: FASTFOX
|
||||||
# GENERAL
|
# GENERAL
|
||||||
"content.notify.interval" = 100000;
|
"content.notify.interval" = 100000;
|
||||||
|
|||||||
Reference in New Issue
Block a user