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.
{
"@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;\"> "BraveRewardsDisabled": true,\n</span><span style=\"color:#323232;\"> "BraveWalletDisabled": true,\n</span><span style=\"color:#323232;\"> "BraveVPNDisabled": 1,\n</span><span style=\"color:#323232;\"> "BraveAIChatEnabled": true,\n</span><span style=\"color:#323232;\"> "NewTabPageLocation": "https://search.brave.com/",\n</span><span style=\"color:#323232;\"> "TorDisabled": false,\n</span><span style=\"color:#323232;\"> "PasswordManagerEnabled": false,\n</span><span style=\"color:#323232;\"> "DnsOverHttpsMode": "automatic"\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"
}
]
}