ActivityPub Viewer

A small tool to view real-world ActivityPub objects as JSON! Enter a URL or username from Mastodon or a similar service below, and we'll send a request with the right Accept header to the server to view the underlying object.

Open in browser →
{ "@context": [ "https://join-lemmy.org/context.json", "https://www.w3.org/ns/activitystreams" ], "type": "Page", "id": "https://lemmy.ml/post/26554099", "attributedTo": "https://lemmy.ml/u/InvisibleRasta", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "A quick guide on how to remove some of the Brave nonsense", "cc": [], "content": "<p>Its is pretty easy to get rid of all the brave crap. You just need a policy file:</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\"># cat /etc/brave/policies/managed/brave_policies.json\n</span><span style=\"color:#323232;\">{\n</span><span style=\"color:#323232;\"> &quot;BraveRewardsDisabled&quot;: true,\n</span><span style=\"color:#323232;\"> &quot;BraveWalletDisabled&quot;: true,\n</span><span style=\"color:#323232;\"> &quot;BraveVPNDisabled&quot;: 1,\n</span><span style=\"color:#323232;\"> &quot;BraveAIChatEnabled&quot;: true,\n</span><span style=\"color:#323232;\"> &quot;NewTabPageLocation&quot;: &quot;https://search.brave.com/&quot;,\n</span><span style=\"color:#323232;\"> &quot;TorDisabled&quot;: false,\n</span><span style=\"color:#323232;\"> &quot;PasswordManagerEnabled&quot;: false,\n</span><span style=\"color:#323232;\"> &quot;DnsOverHttpsMode&quot;: &quot;automatic&quot;\n</span><span style=\"color:#323232;\">}\n</span></pre>\n", "mediaType": "text/html", "source": { "content": "Its is pretty easy to get rid of all the brave crap. You just need a policy file:\n\n```\n# cat /etc/brave/policies/managed/brave_policies.json\n{\n \"BraveRewardsDisabled\": true,\n \"BraveWalletDisabled\": true,\n \"BraveVPNDisabled\": 1,\n \"BraveAIChatEnabled\": true,\n \"NewTabPageLocation\": \"https://search.brave.com/\",\n \"TorDisabled\": false,\n \"PasswordManagerEnabled\": false,\n \"DnsOverHttpsMode\": \"automatic\"\n}\n```", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2025-02-28T06:07:52.401507Z", "updated": "2025-02-28T06:08:09.341535Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/26554099", "name": "#bravebrowser", "type": "Hashtag" } ] }