Updated footer text

This commit is contained in:
z0ccc 2022-11-11 16:07:36 -05:00
parent f3945a7da4
commit 3a55fd7402
5 changed files with 7 additions and 30 deletions

View file

@ -1,4 +1,4 @@
import { Box, Link } from 'theme-ui' import { Box } from 'theme-ui'
const FooterLink = () => { const FooterLink = () => {
return ( return (
@ -11,30 +11,8 @@ const FooterLink = () => {
bottom: '0', bottom: '0',
}} }}
> >
<Link Vytal does not change your IP address. To change your IP address you will
variant="footer" need a VPN or proxy.
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>
.
</Box> </Box>
) )
} }

View file

@ -45,7 +45,7 @@ const SettingsPage = ({ tab }: SystemPageProps) => {
</Link> </Link>
. .
</InfoItem> </InfoItem>
<InfoItem title={'Vytal vs Similar Extensions'}> {/* <InfoItem title={'Vytal vs Similar Extensions'}>
Vytal utilizes the debugger API to spoof data which is completely Vytal utilizes the debugger API to spoof data which is completely
undetectable. Other similar extensions rely on{' '} undetectable. Other similar extensions rely on{' '}
<Link <Link
@ -56,7 +56,7 @@ const SettingsPage = ({ tab }: SystemPageProps) => {
inferior script tag injections inferior script tag injections
</Link> </Link>
. .
</InfoItem> </InfoItem> */}
<InfoItem title={'Test Extension'}> <InfoItem title={'Test Extension'}>
You can test and compare Vytal and other spoofing extensions on{' '} You can test and compare Vytal and other spoofing extensions on{' '}
<Link variant="hover" href={`https://vytal.io`} target="_blank"> <Link variant="hover" href={`https://vytal.io`} target="_blank">

View file

@ -178,7 +178,6 @@ const UserAgentPage = ({ tab }: UserAgentPageProps) => {
onChange={changeTextInput} onChange={changeTextInput}
mb="12px" mb="12px"
/> />
<FooterLink />
</Page> </Page>
) )
} }

View file

@ -16,7 +16,7 @@ const Popup = () => {
<Flex <Flex
sx={{ sx={{
width: '350px', width: '350px',
height: '460px', height: '440px',
}} }}
> >
<Flex <Flex

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Vytal - Spoof timezone, location & user agent", "name": "Vytal - Spoof timezone, location & user agent",
"version": "2.1.1", "version": "2.1.2",
"description": "Spoof Timezone, Geolocation, Locale and User Agent.", "description": "Spoof Timezone, Geolocation, Locale and User Agent.",
"permissions": ["storage", "debugger"], "permissions": ["storage", "debugger"],
"background": { "service_worker": "background.bundle.js" }, "background": { "service_worker": "background.bundle.js" },