An in browser local PDS localpds.at
20

Configure Feed

Select the types of activity you want to include in your feed.

Add tangled to default list of enabled sites

authored by

Niall Bunting and committed by
Niall Bunting
(May 31, 2026, 6:32 PM +0100) d29f2492 a34e3568

+1 -1
+1 -1
extension/background.js
··· 197 197 try { 198 198 const tab = await chrome.tabs.get(tabId).catch(() => null); 199 199 if (!tab) return; 200 - const isMatched = ["bsky.app", DOMAIN].some(u => tab.url?.includes(u)); 200 + const isMatched = ["bsky.app", "tangled.org", DOMAIN].some(u => tab.url?.includes(u)); 201 201 if (isMatched) { 202 202 if (attachedTabId === tabId) return; 203 203 if (attachedTabId && attachedTabId !== tabId)