Updated footer text
This commit is contained in:
parent
f3945a7da4
commit
3a55fd7402
5 changed files with 7 additions and 30 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Box, Link } from 'theme-ui'
|
||||
import { Box } from 'theme-ui'
|
||||
|
||||
const FooterLink = () => {
|
||||
return (
|
||||
|
|
@ -11,30 +11,8 @@ const FooterLink = () => {
|
|||
bottom: '0',
|
||||
}}
|
||||
>
|
||||
<Link
|
||||
variant="footer"
|
||||
href={`https://go.nordvpn.net/aff_c?offer_id=15&aff_id=79520&url_id=902`}
|
||||
target="_blank"
|
||||
>
|
||||
Vytal does not change your IP address. To change your IP you will need a
|
||||
VPN such as{' '}
|
||||
</Link>
|
||||
<Link
|
||||
variant="hover"
|
||||
href={`https://go.nordvpn.net/aff_c?offer_id=15&aff_id=79520&url_id=902`}
|
||||
target="_blank"
|
||||
>
|
||||
NordVPN
|
||||
</Link>{' '}
|
||||
or{' '}
|
||||
<Link
|
||||
variant="hover"
|
||||
href={`https://go.getproton.me/aff_c?offer_id=26&aff_id=3825`}
|
||||
target="_blank"
|
||||
>
|
||||
ProtonVPN
|
||||
</Link>
|
||||
.
|
||||
Vytal does not change your IP address. To change your IP address you will
|
||||
need a VPN or proxy.
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ const SettingsPage = ({ tab }: SystemPageProps) => {
|
|||
</Link>
|
||||
.
|
||||
</InfoItem>
|
||||
<InfoItem title={'Vytal vs Similar Extensions'}>
|
||||
{/* <InfoItem title={'Vytal vs Similar Extensions'}>
|
||||
Vytal utilizes the debugger API to spoof data which is completely
|
||||
undetectable. Other similar extensions rely on{' '}
|
||||
<Link
|
||||
|
|
@ -56,7 +56,7 @@ const SettingsPage = ({ tab }: SystemPageProps) => {
|
|||
inferior script tag injections
|
||||
</Link>
|
||||
.
|
||||
</InfoItem>
|
||||
</InfoItem> */}
|
||||
<InfoItem title={'Test Extension'}>
|
||||
You can test and compare Vytal and other spoofing extensions on{' '}
|
||||
<Link variant="hover" href={`https://vytal.io`} target="_blank">
|
||||
|
|
|
|||
|
|
@ -178,7 +178,6 @@ const UserAgentPage = ({ tab }: UserAgentPageProps) => {
|
|||
onChange={changeTextInput}
|
||||
mb="12px"
|
||||
/>
|
||||
<FooterLink />
|
||||
</Page>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ const Popup = () => {
|
|||
<Flex
|
||||
sx={{
|
||||
width: '350px',
|
||||
height: '460px',
|
||||
height: '440px',
|
||||
}}
|
||||
>
|
||||
<Flex
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Vytal - Spoof timezone, location & user agent",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"description": "Spoof Timezone, Geolocation, Locale and User Agent.",
|
||||
"permissions": ["storage", "debugger"],
|
||||
"background": { "service_worker": "background.bundle.js" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue