Skip to content

Commit 650a085

Browse files
committed
UI stats wtm anchor links to ghostery.com
1 parent aee2a39 commit 650a085

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

extension-manifest-v3/src/pages/panel/views/tracker-details.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ export default {
4141
tracker: ({ stats, trackerId }) =>
4242
stats.trackers.find((t) => t.id === trackerId),
4343
wtmUrl: ({ tracker }) =>
44-
tracker.category !== 'unidentified' &&
45-
`https://www.whotracks.me/trackers/${tracker.id}.html`,
44+
`https://www.ghostery.com/whotracksme/trackers/${tracker.id}`,
4645
content: ({ tracker, wtmUrl }) => html`
4746
<template layout="column">
4847
<gh-panel-dialog>

packages/ui/src/modules/panel/components/stats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default {
9696
<span slot="content">WhoTracks.Me Statistical Report</span>
9797
<ui-panel-action>
9898
<a
99-
href="https://www.whotracks.me/websites/${domain}.html"
99+
href="https://www.ghostery.com/whotracksme/websites/${domain}"
100100
onclick="${openTabWithUrl}"
101101
target="_blank"
102102
>

0 commit comments

Comments
 (0)