diff --git a/js/extension.js b/js/extension.js index bed0ce6..99966ba 100644 --- a/js/extension.js +++ b/js/extension.js @@ -24,6 +24,9 @@ .then((res) => res.text()) .then((text) => { this.content = text; + if( document.location.href.endsWith("privacy-manager") ){ + this.show(); + } }) .catch((e) => console.error('Failed to fetch content:', e)); }