(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
98
fork

Configure Feed

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

fix: handle restricted sites gracefully without scripting perm

scanash00 2c84b534 5097267f

+2 -2
+2 -2
extension/background/service-worker.js
··· 187 187 }, 188 188 }); 189 189 return; 190 - } catch { 191 - /* ignore */ 190 + } catch (e) { 191 + console.debug("Inline annotate failed, falling back to new tab:", e); 192 192 } 193 193 } 194 194