Skip to content

Commit

Permalink
Updated footer text
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ccc committed Nov 11, 2022
1 parent f3945a7 commit 3a55fd7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 30 deletions.
28 changes: 3 additions & 25 deletions src/Popup/Components/FooterLink.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Link } from 'theme-ui'
import { Box } from 'theme-ui'

const FooterLink = () => {
return (
Expand All @@ -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>
)
}
Expand Down
4 changes: 2 additions & 2 deletions src/Popup/Pages/SettingsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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">
Expand Down
1 change: 0 additions & 1 deletion src/Popup/Pages/UserAgentPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ const UserAgentPage = ({ tab }: UserAgentPageProps) => {
onChange={changeTextInput}
mb="12px"
/>
<FooterLink />
</Page>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/Popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Popup = () => {
<Flex
sx={{
width: '350px',
height: '460px',
height: '440px',
}}
>
<Flex
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down

0 comments on commit 3a55fd7

Please sign in to comment.