From 2ab3089f8f52f5f4c50d192e56bfb404247f37a2 Mon Sep 17 00:00:00 2001 From: z0ccc Date: Sun, 25 Dec 2022 00:12:44 -0500 Subject: [PATCH] user agent age update --- src/Popup/Components/CheckBox.tsx | 2 +- src/Popup/Pages/UserAgentPage/index.tsx | 206 +++++-------- src/utils/attachDebugger.ts | 6 +- src/utils/userAgents.ts | 386 ++++++++++++++++++++---- src/utils/userAgentsOld.ts | 66 ++++ 5 files changed, 473 insertions(+), 193 deletions(-) create mode 100644 src/utils/userAgentsOld.ts diff --git a/src/Popup/Components/CheckBox.tsx b/src/Popup/Components/CheckBox.tsx index 522fa61..fbdfa7b 100644 --- a/src/Popup/Components/CheckBox.tsx +++ b/src/Popup/Components/CheckBox.tsx @@ -9,7 +9,7 @@ interface CheckBoxProps { const CheckBox = ({ title, onChange, checked }: CheckBoxProps) => { return ( -