Commit 650a085 1 parent aee2a39 commit 650a085 Copy full SHA for 650a085
File tree 2 files changed +2
-3
lines changed
extension-manifest-v3/src/pages/panel/views
packages/ui/src/modules/panel/components
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ export default {
41
41
tracker : ( { stats, trackerId } ) =>
42
42
stats . trackers . find ( ( t ) => t . id === trackerId ) ,
43
43
wtmUrl : ( { tracker } ) =>
44
- tracker . category !== 'unidentified' &&
45
- `https://www.whotracks.me/trackers/${ tracker . id } .html` ,
44
+ `https://www.ghostery.com/whotracksme/trackers/${ tracker . id } ` ,
46
45
content : ( { tracker, wtmUrl } ) => html `
47
46
< template layout ="column ">
48
47
< gh-panel-dialog >
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ export default {
96
96
< span slot ="content "> WhoTracks.Me Statistical Report</ span >
97
97
< ui-panel-action >
98
98
< a
99
- href ="https://www.whotracks.me/ websites/${ domain } .html "
99
+ href ="https://www.ghostery.com/whotracksme/ websites/ ${ domain } "
100
100
onclick ="${ openTabWithUrl } "
101
101
target ="_blank "
102
102
>
You can’t perform that action at this time.
0 commit comments