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": "OrderedCollection", "id": "https://lemmy.ml/c/bravebrowser/outbox", "totalItems": 49, "orderedItems": [ { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/d96abc93-ead5-4f8d-a3bd-1f1f67d09f8e", "actor": "https://sh.itjust.works/u/RmDebArc_5", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://sh.itjust.works/post/41192771", "attributedTo": "https://sh.itjust.works/u/RmDebArc_5", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave Launches Official F-Droid Repository for Android Browser to Bypass Google Play", "cc": [], "content": "<p>cross-posted from: <a href=\"https://programming.dev/post/33072650\">programming.dev/post/33072650</a></p>\n", "mediaType": "text/html", "source": { "content": "cross-posted from: https://programming.dev/post/33072650\n", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://brave.com/blog/f-droid/", "mediaType": "text/html", "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Fbrave.com%2Fstatic-assets%2Fimages%2Fdefault-post-image.png" }, "sensitive": false, "published": "2025-06-29T08:44:16.794186Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://sh.itjust.works/post/41192771", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/e53f02aa-2216-48b9-9567-4b33ddd14b80" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/269ee791-7e30-40a2-8ec2-ee77020aceb5", "actor": "https://lemm.ee/u/Engywuck", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemm.ee/post/58127668", "attributedTo": "https://lemm.ee/u/Engywuck", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Looks like the AUR package is now maintained by Brave itself. Nice.", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://aur.archlinux.org/cgit/aur.git/log/?h=brave-bin", "mediaType": "text/html; charset=utf-8", "type": "Link" } ], "sensitive": false, "published": "2025-03-12T08:45:06.074719Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemm.ee/post/58127668", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/7fd3b749-65b4-42b2-a378-970dc7e82847" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/976fab51-2f47-4f39-8073-24dcf5d8ab8f", "actor": "https://lemmy.ml/u/InvisibleRasta", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "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" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/0025931b-ecf3-4435-9821-28574ad29fa7" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/857855ba-d1c7-4faa-8be6-bb27af73e387", "actor": "https://lemm.ee/u/Irelephant", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemm.ee/post/53849197", "attributedTo": "https://lemm.ee/u/Irelephant", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "This is not a good look for brave.", "cc": [], "mediaType": "text/html", "attachment": [ { "type": "Image", "url": "https://lemm.ee/pictrs/image/c25e9b91-9c19-4b75-9fb6-8875bdb097fc.png", "name": "The brave browser play store page. Its title is \"Brave browser: forget the fox\" One of the images says \"More private than firefox, by default\"" } ], "image": { "type": "Image", "url": "https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Flemm.ee%2Fpictrs%2Fimage%2Fc25e9b91-9c19-4b75-9fb6-8875bdb097fc.png" }, "sensitive": false, "published": "2025-01-27T20:19:36.194797Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemm.ee/post/53849197", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/1221c959-bcd1-49a5-869a-79ad15acb760" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/f48ff57e-078c-4966-8b93-a7545a1ce4d1", "actor": "https://social.vivaldi.net/users/darthkielbasa", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://social.vivaldi.net/users/darthkielbasa/statuses/113852778725391749", "attributedTo": "https://social.vivaldi.net/users/darthkielbasa", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "go ahead and add the -y. Anyone who's reached this point is commited.", "cc": [], "content": "<p><a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> go ahead and add the -y. Anyone who’s reached this point is commited.</p>\n<p>This is the way.</p>\n", "mediaType": "text/html", "source": { "content": "[@bravebrowser](https://lemmy.ml/c/bravebrowser) go ahead and add the -y. Anyone who's reached this point is commited.\n\nThis is the way.", "mediaType": "text/markdown" }, "attachment": [ { "type": "Image", "url": "https://social-cdn.vivaldi.net/system/media_attachments/files/113/852/778/401/922/234/original/3ec2cda25697a4b7.png", "name": null } ], "image": { "type": "Image", "url": "https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Fsocial-cdn.vivaldi.net%2Fsystem%2Fmedia_attachments%2Ffiles%2F113%2F852%2F778%2F401%2F922%2F234%2Foriginal%2F3ec2cda25697a4b7.png" }, "sensitive": false, "published": "2025-01-19T02:58:54Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://social.vivaldi.net/users/darthkielbasa/statuses/113852778725391749", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/dd0b76b2-bb17-454c-8fca-f9502d9f2563" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/742510cd-d07e-4efc-b8ca-6456a652b0c4", "actor": "https://mastodon.social/users/doingfedtime", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.social/users/doingfedtime/statuses/113687039159110580", "attributedTo": "https://mastodon.social/users/doingfedtime", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Browser Users Report Issues with YouTube Ad Blocking - Solutions from the Community", "cc": [], "content": "<p><a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> Browser Users Report Issues with YouTube Ad Blocking - Solutions from the Community<br />\n<a href=\"https://sambent.com/brave-browser-users-report-issues-with-youtube-ad-blocking-solutions-from-the-community-2/\" rel=\"nofollow\">https://sambent.com/brave-browser-users-report-issues-with-youtube-ad-blocking-solutions-from-the-community-2/</a></p>\n", "mediaType": "text/html", "source": { "content": "[@bravebrowser](https://lemmy.ml/c/bravebrowser) Browser Users Report Issues with YouTube Ad Blocking - Solutions from the Community \n[https://sambent.com/brave-browser-users-report-issues-with-youtube-ad-blocking-solutions-from-the-community-2/](https://sambent.com/brave-browser-users-report-issues-with-youtube-ad-blocking-solutions-from-the-community-2/)", "mediaType": "text/markdown" }, "attachment": [ { "type": "Image", "url": "https://files.mastodon.social/media_attachments/files/113/687/038/999/023/340/original/1fa2d9912e991009.png", "name": null } ], "image": { "type": "Image", "url": "https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Ffiles.mastodon.social%2Fmedia_attachments%2Ffiles%2F113%2F687%2F038%2F999%2F023%2F340%2Foriginal%2F1fa2d9912e991009.png" }, "sensitive": false, "published": "2024-12-20T20:29:09Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.social/users/doingfedtime/statuses/113687039159110580", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/b204b4c0-e081-468d-9d4f-14d99e99099a" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/6c59492b-5f8b-481c-9a20-4d8b1e72ce83", "actor": "https://lemmy.world/u/Mighty", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/22867662", "attributedTo": "https://lemmy.world/u/Mighty", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave search glitch", "cc": [], "content": "<p>This image shows how my search window looks.\ni’m using firefox as a browser.\nI already disabled all the ad blocks and paused ghostery but it still looks like this.\nthe problem is, that I cannot click images or the other tabs because the search bar is above it and doesn’t go away.\nI can’t find anything in the settings and i couldn’t find a similar topic on the Brave support page.\nanything i’m missing?</p>\n", "mediaType": "text/html", "source": { "content": "This image shows how my search window looks.\ni'm using firefox as a browser.\nI already disabled all the ad blocks and paused ghostery but it still looks like this.\nthe problem is, that I cannot click images or the other tabs because the search bar is above it and doesn't go away. \nI can't find anything in the settings and i couldn't find a similar topic on the Brave support page. \nanything i'm missing?", "mediaType": "text/markdown" }, "attachment": [ { "type": "Image", "url": "https://lemmy.world/pictrs/image/90553f20-2b4d-404a-9458-56a1f700e5ee.jpeg", "name": null } ], "image": { "type": "Image", "url": "https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2F90553f20-2b4d-404a-9458-56a1f700e5ee.jpeg" }, "sensitive": false, "published": "2024-12-07T10:42:15.439153Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.world/post/22867662", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/8755fd02-0500-4704-b55c-4220b538ecda" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/6575fe32-ab8c-4247-9428-1ae933b0fa4f", "actor": "https://sh.itjust.works/u/RmDebArc_5", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://sh.itjust.works/post/28289524", "attributedTo": "https://sh.itjust.works/u/RmDebArc_5", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Delete site data instantly with the new Shred button on Brave iOS browser", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://brave.com/privacy-updates/30-shred-button/", "mediaType": "text/html", "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/966ab767-e907-4209-bcc7-aab635f83259.png" }, "sensitive": false, "published": "2024-11-18T20:49:09.648292Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://sh.itjust.works/post/28289524", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/0b2ced97-d383-40b9-8f3b-91575671ac7d" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/0f677de4-8c6f-4b4f-a14c-d40714bfbc2b", "actor": "https://sh.itjust.works/u/RmDebArc_5", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://sh.itjust.works/post/27405067", "attributedTo": "https://sh.itjust.works/u/RmDebArc_5", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave's built-in VPN is updated with new features, additional servers, and more subscription options | Brave", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://brave.com/blog/vpn-relaunch/", "mediaType": "text/html", "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/89ca8ee2-fb6a-4401-a3c9-e013b6dd4da6.jpeg" }, "sensitive": false, "published": "2024-10-31T08:21:54.414569Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://sh.itjust.works/post/27405067", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/ee7bf54a-caa5-4f08-bb5c-a8cc5b142f60" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/10dd891e-a63f-44f4-ba22-4dc4dcb5f001", "actor": "https://sh.itjust.works/u/DeltaWingDragon", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://sh.itjust.works/post/25103334", "attributedTo": "https://sh.itjust.works/u/DeltaWingDragon", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Can't select multiple tabs", "cc": [], "content": "<p>When I click on a tab while holding Ctrl or Shift, it just switches me into that tab. On other browsers (Firefox, Vivaldi) it selects the tab instead. If I want to move tabs from one window into another, I have to move them one. <em>at</em>. <strong>a</strong>. <em><strong>time</strong></em>.</p>\n<p>How do I fix this? I am on version 1.69.168 on Linux from the Flatpak.</p>\n", "mediaType": "text/html", "source": { "content": "When I click on a tab while holding Ctrl or Shift, it just switches me into that tab. On other browsers (Firefox, Vivaldi) it selects the tab instead. If I want to move tabs from one window into another, I have to move them one. *at*. **a**. ***time***.\n\nHow do I fix this? I am on version 1.69.168 on Linux from the Flatpak.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-09-12T21:48:35.552051Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://sh.itjust.works/post/25103334", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/57c0e17e-72a8-4c31-8d3a-d6ae2d2a7ab2" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/1770a633-e068-4403-8914-3211e150cd3a", "actor": "https://lemmy.zip/u/BrikoX", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.zip/post/21739752", "attributedTo": "https://lemmy.zip/u/BrikoX", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave lays off 27 employees", "cc": [], "content": "<p>cross-posted from: <a href=\"https://lemmy.zip/post/21739693\">lemmy.zip/post/21739693</a></p>\n<blockquote>\n<blockquote>\n<p>Web browser and search startup Brave has laid off 27 employees across the different departments, TechCrunch has learned. The company confirmed the layoffs but didn’t give more details about the total headcount left nor the reason for the layoffs. PitchBook however estimates that Brave has around 191 employees, working out to Brave cutting 14% of […]</p>\n</blockquote>\n</blockquote>\n", "mediaType": "text/html", "source": { "content": "cross-posted from: https://lemmy.zip/post/21739693\n>> Web browser and search startup Brave has laid off 27 employees across the different departments, TechCrunch has learned. The company confirmed the layoffs but didn’t give more details about the total headcount left nor the reason for the layoffs. PitchBook however estimates that Brave has around 191 employees, working out to Brave cutting 14% of […]", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://techcrunch.com/2024/08/28/brave-lays-off-27-employees/", "mediaType": "text/html; charset=utf-8", "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/4b3a3747-b932-4444-90c9-6bb3c9d6a46b.jpeg" }, "sensitive": false, "published": "2024-08-28T16:10:30.394292Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.zip/post/21739752", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/6be53071-8501-438a-ab98-8d88029859df" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/60d1ec1e-1c0c-42c8-837e-a8be0a3b0389", "actor": "https://programming.dev/u/mark", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://programming.dev/post/18478061", "attributedTo": "https://programming.dev/u/mark", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Where is the disable autoplay feature? Did they remove it?", "cc": [], "content": "<p>Brave used to have an option to disable autoplaying of videos on web pages. But now the option is removed. I found discussions on Brave forums from users asking about it, but no one from the Brave team responds. (see <a href=\"https://community.brave.com/t/disabling-autoplay-for-a-site-makes-all-videos-unplayable-even-when-clicked-on/501675\" rel=\"nofollow\">this</a>, <a href=\"https://community.brave.com/t/autoplay-disable/560348\" rel=\"nofollow\">this</a>, and <a href=\"https://community.brave.com/t/disable-autoplay-video-and-video-previews-on-ios-iphone-brave-browser/552158\" rel=\"nofollow\">this</a>).</p>\n<p>I really don’t want to believe Brave is intentionally being silent about this, but it’s kinda obvious.</p>\n<p>Anyone know anything about it?</p>\n", "mediaType": "text/html", "source": { "content": "Brave used to have an option to disable autoplaying of videos on web pages. But now the option is removed. I found discussions on Brave forums from users asking about it, but no one from the Brave team responds. (see [this](https://community.brave.com/t/disabling-autoplay-for-a-site-makes-all-videos-unplayable-even-when-clicked-on/501675), [this](https://community.brave.com/t/autoplay-disable/560348), and [this](https://community.brave.com/t/disable-autoplay-video-and-video-previews-on-ios-iphone-brave-browser/552158)). \n\nI really don't want to believe Brave is intentionally being silent about this, but it's kinda obvious. \n\nAnyone know anything about it?", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-08-23T11:04:25.068911Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://programming.dev/post/18478061", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/3c5b24b7-80cb-4e02-93ce-98e53caf7aaa" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/ddf5d380-3e12-4bae-9dea-ad451fa42603", "actor": "https://fosstodon.org/users/peri4n", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://fosstodon.org/users/peri4n/statuses/113005623961408219", "attributedTo": "https://fosstodon.org/users/peri4n", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I just realized that has a blocklist for youtube shorts.", "cc": [], "content": "<p>I just realized that <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> has a blocklist for youtube shorts.</p>\n<p>My life feels so much better now.</p>\n", "mediaType": "text/html", "source": { "content": "I just realized that [@bravebrowser](https://lemmy.ml/c/bravebrowser) has a blocklist for youtube shorts.\n\nMy life feels so much better now.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-08-22T12:16:18Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://fosstodon.org/users/peri4n/statuses/113005623961408219", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/c2d0403e-4ef7-4c3f-8569-b90845abc0a4" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/636ce196-19fb-4f9e-b850-8804a87660be", "actor": "https://lemmy.world/u/pdxfed", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/17666763", "attributedTo": "https://lemmy.world/u/pdxfed", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave search (Firefox mobile Android) doesn't save preference to not have AI results in feed.", "cc": [], "content": "<p>Seems to work on Desktop, but on android mobile, when I edit the search results in brave to not include AI, it doesn’t save and pops up when I reopen browser/search in regular or Private window.</p>\n<p>Don’t want to wait for AI or get is crappy results.</p>\n", "mediaType": "text/html", "source": { "content": "Seems to work on Desktop, but on android mobile, when I edit the search results in brave to not include AI, it doesn't save and pops up when I reopen browser/search in regular or Private window.\n\nDon't want to wait for AI or get is crappy results.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-07-18T01:07:52.906565Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.world/post/17666763", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/ccc9688e-0926-4cbb-82d0-11466863baee" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/4d026c3c-9d37-42ea-a19f-ed7321b802ba", "actor": "https://lemmy.world/u/renzev", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/17420564", "attributedTo": "https://lemmy.world/u/renzev", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "[FIXED] Why doesn't brave patch out google's hidden spyware extension?", "cc": [], "content": "<h1>Update</h1>\n<p>Apparently this <em>is</em> patched out by Brave, but it is enabled by default. See u/Engywuck@lemm.ee 's comment below!</p>\n<hr />\n<p>Vanilla chromium gives google’s websites special treatment by offering detailed CPU info, among other things. This is implemented through a hidden browser extension. You can prove this by yourself by running <code>chrome.runtime.sendMessage(“nkeimhogjdpnpccoofpliimaahmaaome”, {method: “cpu.getInfo”}, (response) =&gt; {console.log(JSON.stringify(response, null, 2)); }, );</code> on google.com through the browser console. For me, it gives the following info:</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">{\n</span><span style=\"color:#323232;\"> &quot;value&quot;: {\n</span><span style=\"color:#323232;\"> &quot;archName&quot;: &quot;x86_64&quot;,\n</span><span style=\"color:#323232;\"> &quot;features&quot;: [\n</span><span style=\"color:#323232;\"> &quot;mmx&quot;,\n</span><span style=\"color:#323232;\"> &quot;sse&quot;,\n</span><span style=\"color:#323232;\"> &quot;sse2&quot;,\n</span><span style=\"color:#323232;\"> &quot;sse3&quot;,\n</span><span style=\"color:#323232;\"> &quot;ssse3&quot;,\n</span><span style=\"color:#323232;\"> &quot;sse4_1&quot;,\n</span><span style=\"color:#323232;\"> &quot;sse4_2&quot;,\n</span><span style=\"color:#323232;\"> &quot;avx&quot;\n</span><span style=\"color:#323232;\"> ],\n</span><span style=\"color:#323232;\"> &quot;modelName&quot;: &quot;Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz&quot;,\n</span><span style=\"color:#323232;\"> &quot;numOfProcessors&quot;: 4,\n</span><span style=\"color:#323232;\"> &quot;processors&quot;: [\n</span><span style=\"color:#323232;\"> {\n</span><span style=\"color:#323232;\"> &quot;usage&quot;: {\n</span><span style=\"color:#323232;\"> &quot;idle&quot;: 28238205,\n</span><span style=\"color:#323232;\"> &quot;kernel&quot;: 827581,\n</span><span style=\"color:#323232;\"> &quot;total&quot;: 32762960,\n</span><span style=\"color:#323232;\"> &quot;user&quot;: 3697174\n</span><span style=\"color:#323232;\"> }\n</span><span style=\"color:#323232;\"> },\n</span><span style=\"color:#323232;\"> {\n</span><span style=\"color:#323232;\"> &quot;usage&quot;: {\n</span><span style=\"color:#323232;\"> &quot;idle&quot;: 1455131,\n</span><span style=\"color:#323232;\"> &quot;kernel&quot;: 743391,\n</span><span style=\"color:#323232;\"> &quot;total&quot;: 6209241,\n</span><span style=\"color:#323232;\"> &quot;user&quot;: 4010719\n</span><span style=\"color:#323232;\"> }\n</span><span style=\"color:#323232;\"> },\n</span><span style=\"color:#323232;\"> {\n</span><span style=\"color:#323232;\"> &quot;usage&quot;: {\n</span><span style=\"color:#323232;\"> &quot;idle&quot;: 1448653,\n</span><span style=\"color:#323232;\"> &quot;kernel&quot;: 769970,\n</span><span style=\"color:#323232;\"> &quot;total&quot;: 6068506,\n</span><span style=\"color:#323232;\"> &quot;user&quot;: 3849883\n</span><span style=\"color:#323232;\"> }\n</span><span style=\"color:#323232;\"> },\n</span><span style=\"color:#323232;\"> {\n</span><span style=\"color:#323232;\"> &quot;usage&quot;: {\n</span><span style=\"color:#323232;\"> &quot;idle&quot;: 1450274,\n</span><span style=\"color:#323232;\"> &quot;kernel&quot;: 744886,\n</span><span style=\"color:#323232;\"> &quot;total&quot;: 5948597,\n</span><span style=\"color:#323232;\"> &quot;user&quot;: 3753437\n</span><span style=\"color:#323232;\"> }\n</span><span style=\"color:#323232;\"> }\n</span><span style=\"color:#323232;\"> ],\n</span><span style=\"color:#323232;\"> &quot;temperatures&quot;: []\n</span><span style=\"color:#323232;\"> }\n</span><span style=\"color:#323232;\">}\n</span></pre>\n<p>Note that this doesn’t work on other websites like lemmy.world, only google.</p>\n<p>What I am confused about is that I can replicate this behavior in Brave. Why does brave reveal this information to google, and to google only? From what I understand, it can be used for fingerprinting and tracking. Shouldn’t this be patched out? Is my testing methodology flawed? Will this be fixed?</p>\n<p>Brave version: <code>Version 1.67.123 Chromium: 126.0.6478.126 (Official Build) unknown (64-bit)</code> running on linux via flatpak</p>\n", "mediaType": "text/html", "source": { "content": "# Update\nApparently this *is* patched out by Brave, but it is enabled by default. See u/Engywuck@lemm.ee 's comment below!\n\n---\n\nVanilla chromium gives google's websites special treatment by offering detailed CPU info, among other things. This is implemented through a hidden browser extension. You can prove this by yourself by running `chrome.runtime.sendMessage(\"nkeimhogjdpnpccoofpliimaahmaaome\", {method: \"cpu.getInfo\"}, (response) => {console.log(JSON.stringify(response, null, 2)); }, );` on google.com through the browser console. For me, it gives the following info:\n\n```\n{\n \"value\": {\n \"archName\": \"x86_64\",\n \"features\": [\n \"mmx\",\n \"sse\",\n \"sse2\",\n \"sse3\",\n \"ssse3\",\n \"sse4_1\",\n \"sse4_2\",\n \"avx\"\n ],\n \"modelName\": \"Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz\",\n \"numOfProcessors\": 4,\n \"processors\": [\n {\n \"usage\": {\n \"idle\": 28238205,\n \"kernel\": 827581,\n \"total\": 32762960,\n \"user\": 3697174\n }\n },\n {\n \"usage\": {\n \"idle\": 1455131,\n \"kernel\": 743391,\n \"total\": 6209241,\n \"user\": 4010719\n }\n },\n {\n \"usage\": {\n \"idle\": 1448653,\n \"kernel\": 769970,\n \"total\": 6068506,\n \"user\": 3849883\n }\n },\n {\n \"usage\": {\n \"idle\": 1450274,\n \"kernel\": 744886,\n \"total\": 5948597,\n \"user\": 3753437\n }\n }\n ],\n \"temperatures\": []\n }\n}\n```\n\nNote that this doesn't work on other websites like lemmy.world, only google.\n\nWhat I am confused about is that I can replicate this behavior in Brave. Why does brave reveal this information to google, and to google only? From what I understand, it can be used for fingerprinting and tracking. Shouldn't this be patched out? Is my testing methodology flawed? Will this be fixed?\n\nBrave version: `Version 1.67.123 Chromium: 126.0.6478.126 (Official Build) unknown (64-bit)` running on linux via flatpak", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-07-10T15:50:20.047800Z", "updated": "2024-07-10T16:15:43.579850Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.world/post/17420564", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/1c884b08-1a1c-473d-bf38-b12fe019aff9" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/2adc3f3a-3fe4-4b99-983c-afa5840f6174", "actor": "https://mastodon.online/users/pee", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.online/users/pee/statuses/112675608299112458", "attributedTo": "https://mastodon.online/users/pee", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "I recently noticed when I received a login alert from a service provider, that does not spoof the Operating System. That can, depending on your OS, enhance finger-printing and be a dead", "cc": [], "content": "<p>I recently noticed when I received a login alert from a service provider, that <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> does not spoof the Operating System. That can, depending on your OS, enhance finger-printing and be a dead giveaway <a href=\"https://mastodon.online/tags/BraveBrowser\" rel=\"nofollow\">#BraveBrowser</a>. There definitely needs to be an option to manually or automatically spoof the OS.</p>\n", "mediaType": "text/html", "source": { "content": "I recently noticed when I received a login alert from a service provider, that [@bravebrowser](https://lemmy.ml/c/bravebrowser) does not spoof the Operating System. That can, depending on your OS, enhance finger-printing and be a dead giveaway [#BraveBrowser](https://mastodon.online/tags/BraveBrowser). There definitely needs to be an option to manually or automatically spoof the OS.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-06-25T05:28:59Z", "updated": "2024-06-25T05:55:43Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.online/users/pee/statuses/112675608299112458", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/e21d9953-df6d-4c97-8451-86337c1c1435" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/84fa319c-869b-4a31-8d7d-4a46462625b7", "actor": "https://noauthority.social/users/beepye", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://noauthority.social/users/beepye/statuses/112388263625780240", "attributedTo": "https://noauthority.social/users/beepye", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave has no intuitive search ... search query: Bruins 2024 playoffs. Return results: stuff from '22, '23, then stuff about Rnd 2 ... nothing about last nights HUGE game 7.", "cc": [], "content": "<p><a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> Brave has no intuitive search … search query: Bruins 2024 playoffs. Return results: stuff from '22, '23, then stuff about Rnd 2 … nothing about last nights HUGE game 7.</p>\n<p>Then I go to Google (ugh) with the same query. First return is the box score followed by a game 7 highlight reel from YT. This is why Google owns search results.</p>\n", "mediaType": "text/html", "source": { "content": "[@bravebrowser](https://lemmy.ml/c/bravebrowser) Brave has no intuitive search ... search query: Bruins 2024 playoffs. Return results: stuff from '22, '23, then stuff about Rnd 2 ... nothing about last nights HUGE game 7.\n\nThen I go to Google (ugh) with the same query. First return is the box score followed by a game 7 highlight reel from YT. This is why Google owns search results.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-05-05T11:33:27Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://noauthority.social/users/beepye/statuses/112388263625780240", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/892360d4-97a7-4e11-8a1e-24ba2ba78bf7" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/6ae4f533-e6ba-4ddd-af00-c389b9e2c48a", "actor": "https://mastodon.social/users/olyerickson", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.social/users/olyerickson/statuses/112378949088235614", "attributedTo": "https://mastodon.social/users/olyerickson", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Has anyone else noticed that the @washingtonpost has stepped up their paywall game? Accessing with cookies and Javascript disabled now only gives a short summary cc", "cc": [], "content": "<p>Has anyone else noticed that the <a href=\"https://press.coop/@washingtonpost\" rel=\"nofollow\">@washingtonpost</a> has stepped up their paywall game? Accessing with cookies and Javascript disabled now only gives a short summary cc <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a></p>\n", "mediaType": "text/html", "source": { "content": "Has anyone else noticed that the [@washingtonpost](https://press.coop/@washingtonpost) has stepped up their paywall game? Accessing with cookies and Javascript disabled now only gives a short summary cc [@bravebrowser](https://lemmy.ml/c/bravebrowser)", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-05-03T20:04:39Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.social/users/olyerickson/statuses/112378949088235614", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/2db5017c-24fc-4f79-be2e-459d4aa985f1" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/7bc85596-07d9-421a-ae94-cac4ede2a261", "actor": "https://lemm.ee/u/mulcahey", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemm.ee/post/30706220", "attributedTo": "https://lemm.ee/u/mulcahey", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "How to assign keyboard shortcuts in Linux?", "cc": [], "content": "<p>I’ve just started using Brave on Linux (distro info at bottom) and I have a question about keyboard shortcuts &amp; how the browser manages active windows, because it seems to be doing something different from my last browser.</p>\n<p>I usually use Firefox, and I’ve set it up so that I can open a new tab with the Mail key on my keyboard. Pressing my Mail key executes this command, opening a new tab.</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">xdotool getactivewindow key ctrl+t\n</span></pre>\n<p>But now I’ve switched to Brave browser, and that command no longer works. When I’ve got Brave open and I press my Mail key, nothing happens.</p>\n<p>I’ve tried alternate commands:</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">xdotool key ctrl+t\n</span></pre>\n<p>and</p>\n<pre style=\"background-color:#ffffff;\">\n<span style=\"color:#323232;\">xdotool getwindowfocus key ctrl+t\n</span></pre>\n<p>but no result. Does anyone know how to fix? What is Brave doing with its browser tabs/windows?</p>\n<p>Thank you!</p>\n<ul>\n<li>Desktop: Linux Mint Xfce 4.18.1</li>\n<li>Distro: Linux Mint 21.3 Virginia</li>\n<li>Ubuntu 22.04</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "I've just started using Brave on Linux (distro info at bottom) and I have a question about keyboard shortcuts & how the browser manages active windows, because it seems to be doing something different from my last browser.\n\nI usually use Firefox, and I've set it up so that I can open a new tab with the Mail key on my keyboard. Pressing my Mail key executes this command, opening a new tab.\n\n```\nxdotool getactivewindow key ctrl+t\n```\n\nBut now I've switched to Brave browser, and that command no longer works. When I've got Brave open and I press my Mail key, nothing happens.\n\nI've tried alternate commands:\n\n```\nxdotool key ctrl+t\n```\n\nand\n\n```\nxdotool getwindowfocus key ctrl+t\n```\n\nbut no result. Does anyone know how to fix? What is Brave doing with its browser tabs/windows?\n\nThank you!\n\n * Desktop: Linux Mint Xfce 4.18.1\n * Distro: Linux Mint 21.3 Virginia\n * Ubuntu 22.04\n\n", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-04-29T16:39:38.712021Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemm.ee/post/30706220", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/9b68ae9c-078e-41e2-acd1-7b93d4c78fbe" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/cd896364-a964-4b15-a7c2-fb1c5df7fa09", "actor": "https://sopuli.xyz/u/s12", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://sopuli.xyz/post/11762876", "attributedTo": "https://sopuli.xyz/u/s12", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Anyone else experiencing extremely frequent crashes with the Brave browser? I’ve been getting them since yesterday. (Distro: Linux Mint, Package: Flathub, Date 19 and 20 April 2024).", "cc": [], "content": "<p>Does anyone know if this has been reported yet, or how long these issues last for?</p>\n", "mediaType": "text/html", "source": { "content": "Does anyone know if this has been reported yet, or how long these issues last for?", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2024-04-20T10:11:43.095367Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://sopuli.xyz/post/11762876", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/a191cbd1-b0ae-41cb-9cbb-d4babe18cead" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/d8de2c6a-0070-4bff-aefe-b46a92aedbbb", "actor": "https://lemmy.zip/u/BrikoX", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.zip/post/13863403", "attributedTo": "https://lemmy.zip/u/BrikoX", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave Search is adopting AI to answer your queries", "cc": [], "content": "<blockquote>\n<p>The new “Answer with AI” feature returns neatly formatted answers for questions like “People who walked on the moon,” “List of all actors who played Batman” or “How do descale Nespresso pixie.”</p>\n</blockquote>\n", "mediaType": "text/html", "source": { "content": "> The new \"Answer with AI\" feature returns neatly formatted answers for questions like \"People who walked on the moon,\" \"List of all actors who played Batman\" or \"How do descale Nespresso pixie.\"", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://techcrunch.com/2024/04/17/brave-search-is-adopting-ai-to-answer-your-queries/", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/c5d4fe19-000a-437b-88af-40791bc3a240.jpeg" }, "sensitive": false, "published": "2024-04-18T16:10:13.706812Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.zip/post/13863403", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/db38205e-a602-4523-80c6-1f83a5eaa8ac" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/2b9713a7-bf43-464b-9b4a-9a799fcb691e", "actor": "https://lemmy.ml/u/mr_MADAFAKA", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/13762293", "attributedTo": "https://lemmy.ml/u/mr_MADAFAKA", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave Browser is now verified on Flathub for Linux", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://lemmy.ml/pictrs/image/0b72051f-3cc0-4041-a6bc-f4beb8034a40.png", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/768d8435-07a9-4c7f-a8ba-e90619fe4458.png" }, "sensitive": false, "published": "2024-03-28T18:46:28.346287Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/13762293", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/5dbf37bc-ad5c-4b5e-b63f-32b0753573ec" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/3b957066-d5d7-4de2-92dc-bd755ad5ac30", "actor": "https://mastodon.social/users/Tutanota", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.social/users/Tutanota/statuses/111913149214576429", "attributedTo": "https://mastodon.social/users/Tutanota", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "The UK government's attempts to erode your online #privacy never cease. 🇬🇧🕵️", "cc": [], "content": "<p>The UK government’s attempts to erode your online <a href=\"https://mastodon.social/tags/privacy\" rel=\"nofollow\">#privacy</a> never cease. 🇬🇧🕵️</p>\n<p>Luckily you’ve got Tuta in your corner! 🥊</p>\n<p>We’ve teamed up with academics, <a href=\"https://mastodon.social/tags/cybersecurity\" rel=\"nofollow\">#cybersecurity</a> researchers, &amp; other privacy oriented companies, like <a href=\"https://mastodon.matrix.org/@element\" rel=\"nofollow\">@element</a> and <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> to fight back!</p>\n<p>👉 <a href=\"https://cdt.org/insights/open-letter-from-security-experts-voices-concerns-over-the-proposed-changes-to-uk-investigatory-powers-acts-notices-regime/\" rel=\"nofollow\">https://cdt.org/insights/open-letter-from-security-experts-voices-concerns-over-the-proposed-changes-to-uk-investigatory-powers-acts-notices-regime/</a></p>\n", "mediaType": "text/html", "source": { "content": "The UK government's attempts to erode your online [#privacy](https://mastodon.social/tags/privacy) never cease. 🇬🇧🕵️\n\nLuckily you've got Tuta in your corner! 🥊\n\nWe've teamed up with academics, [#cybersecurity](https://mastodon.social/tags/cybersecurity) researchers, & other privacy oriented companies, like [@element](https://mastodon.matrix.org/@element) and [@bravebrowser](https://lemmy.ml/c/bravebrowser) to fight back!\n\n👉 [https://cdt.org/insights/open-letter-from-security-experts-voices-concerns-over-the-proposed-changes-to-uk-investigatory-powers-acts-notices-regime/](https://cdt.org/insights/open-letter-from-security-experts-voices-concerns-over-the-proposed-changes-to-uk-investigatory-powers-acts-notices-regime/)", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://files.mastodon.social/media_attachments/files/111/913/148/217/904/931/original/7da7866249f57021.png", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/6818af4b-6d12-4062-b65c-0f1f3dbf2c58.png" }, "sensitive": false, "published": "2024-02-11T13:45:37Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.social/users/Tutanota/statuses/111913149214576429", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/0db1a953-311a-4552-ae08-cd58ea097d8b" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/e841ea98-dbe1-4e4d-ac02-364ad77efdb3", "actor": "https://feddit.de/u/Pantherina", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://feddit.de/post/6196447", "attributedTo": "https://feddit.de/u/Pantherina", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "How to preset settings using an override like user.js or policies?", "cc": [], "content": "<p>I think for any Linux Distro or OEM to preinstall Brave, it needs to become more modular.</p>\n<p>Is there a way to preset some specific settings like homepage, search Engine, some privacy settings etc</p>\n<p>I think Brave is pretty solid, but also really bloated out of the box.</p>\n<p>I am using the RPM on Fedora.</p>\n<hr />\n<p>Solutions found</p>\n<ul>\n<li><code>~/.config/brave-flags.conf</code> (derived from <code>~/.config/chromium-flags.conf</code>) should work as a user.js</li>\n<li><code>/etc/brave/policies/managed/</code> (derived from <code>/etc/chromium/policies/managed/</code>) should allow to place policies which cant be overwritten by non-wheel users.</li>\n</ul>\n<p>These are the solutions!</p>\n", "mediaType": "text/html", "source": { "content": "I think for any Linux Distro or OEM to preinstall Brave, it needs to become more modular.\n\nIs there a way to preset some specific settings like homepage, search Engine, some privacy settings etc\n\nI think Brave is pretty solid, but also really bloated out of the box.\n\nI am using the RPM on Fedora.\n\n---\n\nSolutions found\n\n- `~/.config/brave-flags.conf` (derived from `~/.config/chromium-flags.conf`) should work as a user.js\n- `/etc/brave/policies/managed/` (derived from `/etc/chromium/policies/managed/`) should allow to place policies which cant be overwritten by non-wheel users.\n\nThese are the solutions!", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-11-30T00:39:54.520040Z", "updated": "2023-12-03T12:37:24.254816Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://feddit.de/post/6196447", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/d0b7381f-f292-40df-8307-4272078d0352" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/6a816704-b84a-4f93-b7e0-550510958b74", "actor": "https://lemmy.world/u/Mari", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/8934442", "attributedTo": "https://lemmy.world/u/Mari", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Linux History Swipe", "cc": [], "content": "<p>I really want to use my touchepad for histroy navigation like in firefox. How i can do this i using wayland !</p>\n", "mediaType": "text/html", "source": { "content": "I really want to use my touchepad for histroy navigation like in firefox. How i can do this i using wayland !", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-11-29T20:26:22.868560Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.world/post/8934442", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/59f469cd-761a-49a4-aba4-f41a40ad6e2e" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/9978f261-3430-4652-997b-db26f368a857", "actor": "https://lemmy.world/u/amotio", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/8834533", "attributedTo": "https://lemmy.world/u/amotio", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "YouTube videos sometimes start with audio out of sync.", "cc": [], "content": "<p>I have recently noticed that videos will sometimes start with audio out of sync. After reload it loads just fine. In private tab with ad-blocking disabled it also works fine.</p>\n<p>Has anyone noticed this. Could this be another attempt at making user experience “sub optimal” for adblock users?</p>\n<p>Edit: I forgot to mention that I am talking about YouTube videos.</p>\n", "mediaType": "text/html", "source": { "content": "I have recently noticed that videos will sometimes start with audio out of sync. After reload it loads just fine. In private tab with ad-blocking disabled it also works fine. \n\nHas anyone noticed this. Could this be another attempt at making user experience \"sub optimal\" for adblock users?\n\nEdit: I forgot to mention that I am talking about YouTube videos.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-11-27T17:21:34.691663Z", "updated": "2023-11-27T17:39:41.552076Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.world/post/8834533", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/363d245b-7efb-4b2e-97fe-cb181cc890bf" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/913500fb-bb89-4d21-9311-bf81784df1a0", "actor": "https://mastodon.social/users/lhentz", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.social/users/lhentz/statuses/111442559790842625", "attributedTo": "https://mastodon.social/users/lhentz", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Vous avez déjà des messages de [#youtube](https://mastodon.social/tags/youtube) concernant le bloqueur de pub ? Je suis surpris de pas en avoir encore reçu (j'utilise ad blocker plus) ou par défaut su", "cc": [], "content": "<p>Vous avez déjà des messages de <a href=\"https://mastodon.social/tags/youtube\" rel=\"nofollow\">#youtube</a> concernant le bloqueur de pub ? Je suis surpris de pas en avoir encore reçu (j’utilise ad blocker plus) ou par défaut sur <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a></p>\n", "mediaType": "text/html", "source": { "content": "Vous avez déjà des messages de [#youtube](https://mastodon.social/tags/youtube) concernant le bloqueur de pub ? Je suis surpris de pas en avoir encore reçu (j'utilise ad blocker plus) ou par défaut sur [@bravebrowser](https://lemmy.ml/c/bravebrowser)", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-11-20T11:08:32Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.social/users/lhentz/statuses/111442559790842625", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/3c38ecce-5e24-4dda-9e6f-635fb41c3518" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/f55fd8fb-9f21-4850-934b-c4f0dccb8436", "actor": "https://mastodon.social/users/celinho", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.social/users/celinho/statuses/111361264164683283", "attributedTo": "https://mastodon.social/users/celinho", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Tanks. [@brave](https://mastodon.social/@brave) [@bravebrowser](https://lemmy.ml/c/bravebrowser)", "cc": [], "content": "<p>Tanks. <a href=\"https://mastodon.social/@brave\" rel=\"nofollow\">@brave</a> <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a></p>\n", "mediaType": "text/html", "source": { "content": "Tanks. [@brave](https://mastodon.social/@brave) [@bravebrowser](https://lemmy.ml/c/bravebrowser)", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://files.mastodon.social/media_attachments/files/111/361/259/607/823/867/original/49fa252170832eb9.jpg", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/4d89451a-5319-408e-bcc5-15179c4fec4e.jpeg" }, "sensitive": false, "published": "2023-11-06T02:33:59Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.social/users/celinho/statuses/111361264164683283", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/76923dec-fb78-4454-a41c-c0b99f3cc277" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/8a8b7261-3368-4ad5-bf6e-ae1d3d4789dd", "actor": "https://mastodon.social/users/ANderagakura", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.social/users/ANderagakura/statuses/111323787000313990", "attributedTo": "https://mastodon.social/users/ANderagakura", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Mozilla announces they will ship GPC (Global Privacy Control) in Firefox 120. Note : the settings will be done by the user choice and not by default which is the case via DuckDuckGo or Brave cc [@mozi", "cc": [], "content": "<p>Mozilla announces they will ship GPC (Global Privacy Control) in Firefox 120. Note : the settings will be done by the user choice and not by default which is the case via DuckDuckGo or Brave cc <a href=\"https://mozilla.social/@mozilla\" rel=\"nofollow\">@mozilla</a> <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> <a href=\"https://groups.google.com/a/mozilla.org/g/dev-platform/c/373F82Jzcjs/m/ImZKgRNIAQAJ\" rel=\"nofollow\">https://groups.google.com/a/mozilla.org/g/dev-platform/c/373F82Jzcjs/m/ImZKgRNIAQAJ</a></p>\n", "mediaType": "text/html", "source": { "content": "Mozilla announces they will ship GPC (Global Privacy Control) in Firefox 120. Note : the settings will be done by the user choice and not by default which is the case via DuckDuckGo or Brave cc [@mozilla](https://mozilla.social/@mozilla) [@bravebrowser](https://lemmy.ml/c/bravebrowser) [https://groups.google.com/a/mozilla.org/g/dev-platform/c/373F82Jzcjs/m/ImZKgRNIAQAJ](https://groups.google.com/a/mozilla.org/g/dev-platform/c/373F82Jzcjs/m/ImZKgRNIAQAJ)", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://files.mastodon.social/media_attachments/files/111/323/781/275/821/426/original/9283e1dc7659e739.png", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/6ec58279-f60f-4618-8637-beec91bbdf77.png" }, "sensitive": false, "published": "2023-10-30T11:43:03Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.social/users/ANderagakura/statuses/111323787000313990", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/f6387c98-74a4-47e1-a36a-07ab8b164772" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/6bdeed22-5ffb-4f0f-9502-14e770ea5007", "actor": "https://lemmy.zip/u/BrikoX", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.zip/post/4311112", "attributedTo": "https://lemmy.zip/u/BrikoX", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave appears to install VPN Services without user consent", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://www.ghacks.net/2023/10/18/brave-is-installing-vpn-services-without-user-consent/", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/473ef8ee-ff8b-43a2-81b7-754ebcad967f.jpeg" }, "sensitive": false, "published": "2023-10-19T00:26:10.526772Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.zip/post/4311112", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/c6fd0f36-4ef6-43d7-9c4a-1450a82814fe" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/51bda28e-4470-4a8c-8977-6e1d8e8903a0", "actor": "https://mastodon.social/users/realjosephknapp", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.social/users/realjosephknapp/statuses/111196167241501043", "attributedTo": "https://mastodon.social/users/realjosephknapp", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "[@brave](https://mastodon.social/@brave) [@bravebrowser](https://lemmy.ml/c/bravebrowser) Cloudflare announced full and complete support for encrypted clienthello on all cloudflare plans and web prope", "cc": [], "content": "<p><a href=\"https://mastodon.social/@brave\" rel=\"nofollow\">@brave</a> <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> Cloudflare announced full and complete support for encrypted clienthello on all cloudflare plans and web properties via their blog. Will brave, the company that prides itself on fixing the internet follow suite for brave.com, the brave.com onion and the web servers the Brave Browser itself connects to. Encrypted clienthello, along with DNS over HTTPS, DNSSEC, TLS1.3 and proper certificates identifying the webmaster responsible are essential in today’s day and age.</p>\n", "mediaType": "text/html", "source": { "content": "[@brave](https://mastodon.social/@brave) [@bravebrowser](https://lemmy.ml/c/bravebrowser) Cloudflare announced full and complete support for encrypted clienthello on all cloudflare plans and web properties via their blog. Will brave, the company that prides itself on fixing the internet follow suite for brave.com, the brave.com onion and the web servers the Brave Browser itself connects to. Encrypted clienthello, along with DNS over HTTPS, DNSSEC, TLS1.3 and proper certificates identifying the webmaster responsible are essential in today's day and age.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-10-07T22:47:40Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.social/users/realjosephknapp/statuses/111196167241501043", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/3e48267b-aeb4-4381-9d19-bcef0a938117" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/48bb8c42-bd9a-45f6-b759-06edc5aeeedd", "actor": "https://lemmy.zip/u/BrikoX", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.zip/post/3799618", "attributedTo": "https://lemmy.zip/u/BrikoX", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave lays off 9% of its workforce", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://techcrunch.com/2023/10/06/brave-lays-off-9-of-its-workforce/", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/6cc7e2c5-842e-491c-8f7b-414127421b09.jpeg" }, "sensitive": false, "published": "2023-10-07T17:12:47.973853Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.zip/post/3799618", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/8e03e68b-9c54-45e0-85ce-edac1750847b" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/8e56a1f3-8d97-448f-8647-7c466ba5a66f", "actor": "https://assemblag.es/users/DrPinkeee", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://assemblag.es/users/DrPinkeee/statuses/111051750659391009", "attributedTo": "https://assemblag.es/users/DrPinkeee", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Saw many people giving 'instructions' on how to make Chrome not spy on you. ", "cc": [], "content": "<p>Saw many people giving ‘instructions’ on how to make Chrome not spy on you.<br />\nWhy not just use a privacy friendly browser and save all the hassle? I’ve been using <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> for years now and I am VERY happy!<br />\n<a href=\"https://arstechnica.com/gadgets/2023/09/googles-widely-opposed-ad-platform-the-privacy-sandbox-launches-in-chrome/\" rel=\"nofollow\">https://arstechnica.com/gadgets/2023/09/googles-widely-opposed-ad-platform-the-privacy-sandbox-launches-in-chrome/</a></p>\n", "mediaType": "text/html", "source": { "content": "Saw many people giving 'instructions' on how to make Chrome not spy on you. \nWhy not just use a privacy friendly browser and save all the hassle? I've been using [@bravebrowser](https://lemmy.ml/c/bravebrowser) for years now and I am VERY happy! \n[https://arstechnica.com/gadgets/2023/09/googles-widely-opposed-ad-platform-the-privacy-sandbox-launches-in-chrome/](https://arstechnica.com/gadgets/2023/09/googles-widely-opposed-ad-platform-the-privacy-sandbox-launches-in-chrome/)", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-09-12T10:40:38Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://assemblag.es/users/DrPinkeee/statuses/111051750659391009", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/9479368f-30d7-4fc7-b6fc-9447979b7dd4" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/ee4969c5-7518-4fbe-9d26-a9e8df2f3c0f", "actor": "https://discuss.tchncs.de/u/byte1000", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://discuss.tchncs.de/post/1934451", "attributedTo": "https://discuss.tchncs.de/u/byte1000", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Release v1.57.47 (Chromium 116.0.5845.96)", "cc": [], "content": "<p>Release Notes v1.57.47 (Aug 15, 2023)</p>\n", "mediaType": "text/html", "source": { "content": "Release Notes v1.57.47 (Aug 15, 2023)", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://github.com/brave/brave-browser/releases/tag/v1.57.47", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://discuss.tchncs.de/pictrs/image/bb99e98a-6fc0-42b3-82b5-92c824d40f0b.png" }, "sensitive": false, "published": "2023-08-16T10:37:40.469344Z", "updated": "2023-08-16T10:37:59.176410Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://discuss.tchncs.de/post/1934451", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/9317bafd-fe5b-4ce9-be78-ab32346c6900" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/34db5aac-11bd-471e-afea-3f6f70506128", "actor": "https://sh.itjust.works/u/Elephantpurple7603", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://sh.itjust.works/post/2226126", "attributedTo": "https://sh.itjust.works/u/Elephantpurple7603", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "brave now has image and video search in their search engine", "cc": [], "content": "<p>I’ve been waiting for a long time thanks to the developer</p>\n", "mediaType": "text/html", "source": { "content": "I've been waiting for a long time thanks to the developer", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-08-04T21:38:46.479574Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://sh.itjust.works/post/2226126", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/822acac8-751b-49aa-8951-3b3811501c71" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/c9d59397-ec5a-4080-9498-28429c35d49b", "actor": "https://retrogaming.social/users/reflex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://retrogaming.social/users/reflex/statuses/110774933045582606", "attributedTo": "https://retrogaming.social/users/reflex", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Just a reminder that the guy behind [@bravebrowser](https://lemmy.ml/c/bravebrowser) [@brave](https://mastodon.social/@brave) was kicked from Mozilla for being a bigoted piece of shit, and that he con", "cc": [], "content": "<p>Just a reminder that the guy behind <a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> <a href=\"https://mastodon.social/@brave\" rel=\"nofollow\">@brave</a> was kicked from Mozilla for being a bigoted piece of shit, and that he continues to be a piece of shit attacking the health care workers who saved millions of lives during the pandemic.</p>\n<p><a href=\"https://www.nytimes.com/2020/12/22/business/brave-brendan-eich-covid-19.html\" rel=\"nofollow\">https://www.nytimes.com/2020/12/22/business/brave-brendan-eich-covid-19.html</a></p>\n<p><a href=\"https://retrogaming.social/tags/covid\" rel=\"nofollow\">#covid</a> <a href=\"https://retrogaming.social/tags/brave\" rel=\"nofollow\">#brave</a> <a href=\"https://retrogaming.social/tags/brendaneich\" rel=\"nofollow\">#brendaneich</a></p>\n", "mediaType": "text/html", "source": { "content": "Just a reminder that the guy behind [@bravebrowser](https://lemmy.ml/c/bravebrowser) [@brave](https://mastodon.social/@brave) was kicked from Mozilla for being a bigoted piece of shit, and that he continues to be a piece of shit attacking the health care workers who saved millions of lives during the pandemic.\n\n[https://www.nytimes.com/2020/12/22/business/brave-brendan-eich-covid-19.html](https://www.nytimes.com/2020/12/22/business/brave-brendan-eich-covid-19.html)\n\n[\\#covid](https://retrogaming.social/tags/covid) [#brave](https://retrogaming.social/tags/brave) [#brendaneich](https://retrogaming.social/tags/brendaneich)", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-07-25T13:22:16Z", "updated": "2023-07-25T13:23:08Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://retrogaming.social/users/reflex/statuses/110774933045582606", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/a64b1e3f-450e-4a07-afbd-4cdfcef7e21c" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/a7f134b5-a8a7-4d12-8c3d-944fd98c7935", "actor": "https://lemmy.world/u/first_ad4972", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.world/post/2031843", "attributedTo": "https://lemmy.world/u/first_ad4972", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Is brave or firefox with ublock better in terms of resource consumption?", "cc": [], "content": "<p>I’m choosing a main browser, and I think that firefox with ublock and brave are probably equally good in terms of privacy and security, both of them look quite nice, and both are FOSS. The final thing that I’m considering is resource consumption. <a href=\"https://old.reddit.com/r/brave_browser/comments/q52s28/brave_vs_edge_vs_firefox_browser_benchmarks_ram/\" rel=\"nofollow\">This reddit post</a> shows that firefox is better than brave in benchmarks and ram consumption, but what about when firefox has ublock running and brave has all their preinstalled “extension” like brave rewards and wallet disabled (except brave shields is left enabled)?</p>\n", "mediaType": "text/html", "source": { "content": "I'm choosing a main browser, and I think that firefox with ublock and brave are probably equally good in terms of privacy and security, both of them look quite nice, and both are FOSS. The final thing that I'm considering is resource consumption. [This reddit post](https://old.reddit.com/r/brave_browser/comments/q52s28/brave_vs_edge_vs_firefox_browser_benchmarks_ram/) shows that firefox is better than brave in benchmarks and ram consumption, but what about when firefox has ublock running and brave has all their preinstalled \"extension\" like brave rewards and wallet disabled (except brave shields is left enabled)?", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-07-23T12:35:35.966580Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.world/post/2031843", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/5d80f242-00b9-43e2-a3f2-6a3ef0131584" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/85fa4944-e279-47f0-b39b-a2eb5b4d923a", "actor": "https://lemmy.one/u/PrivateLemur", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.one/post/1242468", "attributedTo": "https://lemmy.one/u/PrivateLemur", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "v1.56 and still no Forgetful Browsing?", "cc": [], "content": "<p>As of writing this post, Brave browser version 1.56.9 was <a href=\"https://web.archive.org/web/20230720032308/https://brave.com/latest\" rel=\"nofollow\">recently released</a>, and “Forgetful Browsing” is still only available as an experimental flag.</p>\n<p>Also they’ve just skipped versions directly from 1.52 to 1.56, explained <a href=\"https://community.brave.com/t/notice-change-in-brave-version-numbers/495227\" rel=\"nofollow\">here</a>. <a href=\"\" rel=\"nofollow\"></a></p>\n<p>Your thoughts?</p>\n", "mediaType": "text/html", "source": { "content": "As of writing this post, Brave browser version 1.56.9 was [recently released](https://web.archive.org/web/20230720032308/https://brave.com/latest), and \"Forgetful Browsing\" is still only available as an experimental flag.\n\nAlso they've just skipped versions directly from 1.52 to 1.56, explained [here](https://community.brave.com/t/notice-change-in-brave-version-numbers/495227). []()\n\nYour thoughts?", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://brave.com/privacy-updates/25-forgetful-browsing", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/0615c698-9c60-4058-b117-def5d7919fe0.png" }, "sensitive": false, "published": "2023-07-20T09:46:35.247773Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.one/post/1242468", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/537636b8-124a-4f5e-b9f9-b0dd50f8e716" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/cf292648-321f-4ece-80a0-d725fb22f4d6", "actor": "https://lemm.ee/u/ggnoredo", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemm.ee/post/997065", "attributedTo": "https://lemm.ee/u/ggnoredo", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "New update broke rendering", "cc": [], "content": "<p>Hi,</p>\n<p>Today me and other 5 Ubuntu users with similar setup had an issue with brave. It glitches with rendering, completely missing fonts and some ui elements. <code>brave-browser --disable-gpu</code> fixes it.</p>\n<p>Anybody else have the issue and possibly a fix without disabling hardware acceleration?</p>\n<p><code>1.52.130 Chromium: 114.0.5735.198 (Official Build) (64-bit) </code></p>\n<p>EDIT:</p>\n<p>For future reference here is the fix. I think it’s related to new MESA update</p>\n<p><code>rm -rf ~/.config/BraveSoftware/Brave-Browser/Default/GPUCache</code> and restart brave</p>\n", "mediaType": "text/html", "source": { "content": "Hi,\n\nToday me and other 5 Ubuntu users with similar setup had an issue with brave. It glitches with rendering, completely missing fonts and some ui elements. `brave-browser --disable-gpu` fixes it. \n\nAnybody else have the issue and possibly a fix without disabling hardware acceleration?\n\n`1.52.130 Chromium: 114.0.5735.198 (Official Build) (64-bit) `\n\nEDIT:\n\nFor future reference here is the fix. I think it's related to new MESA update\n\n`rm -rf ~/.config/BraveSoftware/Brave-Browser/Default/GPUCache` and restart brave", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-07-11T12:36:29.375645Z", "updated": "2023-07-11T14:05:09.115189Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemm.ee/post/997065", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/66a7e5c8-3687-46b7-8a44-c3f0c78e9924" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/ae5b5c76-b6b2-4685-87c6-57395aae3525", "actor": "https://lemmy.ml/u/dodo", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/1256443", "attributedTo": "https://lemmy.ml/u/dodo", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Should I use Privacy Badger in addition to Brave Shields?", "cc": [], "content": "<p>I know that in a lot of privacy communities they recommend to use uBlock in addition to Privacy Badger. The reason for this, I believe, is the uBlock functions off of block lists while Privacy Badger functions by recognizing the behavior of trackers. Does Brave Shields only function off of block lists or should I also install privacy badger?\nPlease correct me if I got any of those details wrong.</p>\n", "mediaType": "text/html", "source": { "content": "I know that in a lot of privacy communities they recommend to use uBlock in addition to Privacy Badger. The reason for this, I believe, is the uBlock functions off of block lists while Privacy Badger functions by recognizing the behavior of trackers. Does Brave Shields only function off of block lists or should I also install privacy badger?\nPlease correct me if I got any of those details wrong.", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-06-14T18:24:10.173727Z", "language": { "identifier": "en", "name": "English" }, "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/1256443", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/34e603f7-888d-4ef2-978a-447bfe03ed20" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/f3166eab-7f26-4046-a0a1-b5855448f7e3", "actor": "https://mastodon.hams.social/users/KE8UPE", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://mastodon.hams.social/users/KE8UPE/statuses/109860968215504680", "attributedTo": "https://mastodon.hams.social/users/KE8UPE", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "<p><span class=\"h-card\"><a href=\"https://lemmy.ml/c/bravebrowser\" class=\"u-url mention\">@<span>brave", "cc": [], "content": "<p><a href=\"https://lemmy.ml/c/bravebrowser\" rel=\"nofollow\">@bravebrowser</a> Hi,I’m <a href=\"https://mastodon.hams.social/tags/VisuallyImpaired\" rel=\"nofollow\">#VisuallyImpaired</a> &amp; use <a href=\"https://mastodon.hams.social/tags/Voiceover\" rel=\"nofollow\">#Voiceover</a>, which is Apple’s <a href=\"https://mastodon.hams.social/tags/Screen\" rel=\"nofollow\">#Screen</a>-reader. I’m encountering a serious issue with the <a href=\"https://mastodon.hams.social/tags/iOS\" rel=\"nofollow\">#iOS</a> version of your app. This affects both the <a href=\"https://mastodon.hams.social/tags/AppStore\" rel=\"nofollow\">#AppStore</a> &amp; <a href=\"https://mastodon.hams.social/tags/beta\" rel=\"nofollow\">#beta</a> versions. When trying to delete bookmarks, the app immediately crashes. Can you please fix this? This is my favorite browser!</p>\n", "mediaType": "text/html", "source": { "content": "[@bravebrowser](https://lemmy.ml/c/bravebrowser) Hi,I'm [#VisuallyImpaired](https://mastodon.hams.social/tags/VisuallyImpaired) & use [#Voiceover](https://mastodon.hams.social/tags/Voiceover), which is Apple's [#Screen](https://mastodon.hams.social/tags/Screen)-reader. I'm encountering a serious issue with the [#iOS](https://mastodon.hams.social/tags/iOS) version of your app. This affects both the [#AppStore](https://mastodon.hams.social/tags/AppStore) & [#beta](https://mastodon.hams.social/tags/beta) versions. When trying to delete bookmarks, the app immediately crashes. Can you please fix this? This is my favorite browser!", "mediaType": "text/markdown" }, "attachment": [], "sensitive": false, "published": "2023-02-14T03:29:00Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://mastodon.hams.social/users/KE8UPE/statuses/109860968215504680", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/8b4dc465-8a22-40a5-843b-a6af7df1bf62" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/0bb47f6f-b845-45ce-a689-4955f6bac634", "actor": "https://lemmy.ml/u/GlessasBakerfield", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/392088", "attributedTo": "https://lemmy.ml/u/GlessasBakerfield", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "How To Set Brave Search As Default Search Engine (Chrome/Chromium)", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://www.youtube.com/watch?v=m4MKKiVExqU", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/c251d1fe-f5e3-4e1b-b1d1-2d7f7e2c287b.jpeg" }, "sensitive": false, "published": "2022-07-28T17:11:13.408149Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/392088", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/9e8c698c-8700-4e87-9713-9436745f5408" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/c625346c-6ad1-4c22-aabc-f4b55bb16083", "actor": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/231822", "attributedTo": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave Browser 1.37.116 Desktop + Mobile", "cc": [], "content": "<p>Mobile</p>\n<h2><a href=\"https://github.com/brave/brave-browser/releases/tag/v1.37.116\" rel=\"nofollow\">1.37.116</a></h2>\n<ul>\n<li>Improved general performance by fixing cosmetic filters. (<a href=\"https://github.com/brave/brave-browser/issues/22030\" rel=\"nofollow\">#22030</a>)</li>\n<li>Added “Enable Tab Group auto creation” setting under “Appearance” which controls the ability to open links in separate tabs. (<a href=\"https://github.com/brave/brave-browser/issues/22105\" rel=\"nofollow\">#22105</a>)</li>\n<li>Fixed rounding issues under Brave Wallet via the “Send” and “Swap” panels by increasing the digits after the decimal to 0.00000000 (8 digits) from 0.000000 (6 digits). (<a href=\"https://github.com/brave/brave-browser/issues/22257\" rel=\"nofollow\">#22257</a>)</li>\n<li>Fixed crash when attempting to send opened tab to another devices on sync chain using “Send to your devices”. (<a href=\"https://github.com/brave/brave-browser/issues/22128\" rel=\"nofollow\">#22128</a>)</li>\n<li>Upgraded Chromium to 100.0.4896.127. (<a href=\"https://github.com/brave/brave-browser/issues/22318\" rel=\"nofollow\">#22318</a>) (<a href=\"https://chromium.googlesource.com/chromium/src/+log/100.0.4896.88..100.0.4896.127?pretty=fuller&amp;n=1000\" rel=\"nofollow\">Changelog for 100.0.4896.127</a>)</li>\n</ul>\n<p>Desktop</p>\n<ul>\n<li>Upgraded Chromium to 100.0.4896.127. (<a href=\"https://github.com/brave/brave-browser/issues/22318\" rel=\"nofollow\">#22318</a>) (<a href=\"https://chromium.googlesource.com/chromium/src/+log/100.0.4896.88..100.0.4896.127?pretty=fuller&amp;n=1000\" rel=\"nofollow\">Changelog for 100.0.4896.127</a>)</li>\n</ul>\n", "mediaType": "text/html", "source": { "content": "Mobile \n## [1.37.116](https://github.com/brave/brave-browser/releases/tag/v1.37.116)\n\n - Improved general performance by fixing cosmetic filters. ([#22030](https://github.com/brave/brave-browser/issues/22030))\n - Added \"Enable Tab Group auto creation\" setting under \"Appearance\" which controls the ability to open links in separate tabs. ([#22105](https://github.com/brave/brave-browser/issues/22105))\n - Fixed rounding issues under Brave Wallet via the \"Send\" and \"Swap\" panels by increasing the digits after the decimal to 0.00000000 (8 digits) from 0.000000 (6 digits). ([#22257](https://github.com/brave/brave-browser/issues/22257))\n - Fixed crash when attempting to send opened tab to another devices on sync chain using \"Send to your devices\". ([#22128](https://github.com/brave/brave-browser/issues/22128))\n - Upgraded Chromium to 100.0.4896.127. ([#22318](https://github.com/brave/brave-browser/issues/22318)) ([Changelog for 100.0.4896.127](https://chromium.googlesource.com/chromium/src/+log/100.0.4896.88..100.0.4896.127?pretty=fuller&n=1000))\n\n\nDesktop\n - Upgraded Chromium to 100.0.4896.127. ([#22318](https://github.com/brave/brave-browser/issues/22318)) ([Changelog for 100.0.4896.127](https://chromium.googlesource.com/chromium/src/+log/100.0.4896.88..100.0.4896.127?pretty=fuller&n=1000))", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://github.com/brave/brave-browser/pull/22333", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/a865a5da-b59a-41fe-b5e9-3ca865645063.png" }, "sensitive": false, "published": "2022-04-15T13:00:51.798346Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/231822", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/881ea6f7-d6d1-43a8-b475-f49a73865961" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/61fa613f-691a-4c51-a078-d23e1f89cbdb", "actor": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/221823", "attributedTo": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave 1.37 for iOS: Sync Passwords, Improved Adblock, Night Mode Toggle Switch added", "cc": [], "content": "<p>In this release, we:</p>\n<ul>\n<li>Added the ability to sync passwords saved in the Brave browser between desktop and your iOS device.</li>\n<li>Improved Brave Shields, especially on sites like youtube.com.</li>\n<li>Added Night Mode, making it easier to view and read websites in low light.</li>\n</ul>\n<p><img src=\"https://lemmy.ml/pictrs/image/d06468c0-f95c-4120-a998-4cdec324b99b.png\" alt=\"\" /></p>\n", "mediaType": "text/html", "source": { "content": "In this release, we:\n- Added the ability to sync passwords saved in the Brave browser between desktop and your iOS device.\n- Improved Brave Shields, especially on sites like youtube.com.\n- Added Night Mode, making it easier to view and read websites in low light.\n\n![](https://lemmy.ml/pictrs/image/d06468c0-f95c-4120-a998-4cdec324b99b.png)", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://apps.apple.com/en/app/brave-private-internet-browser/id1052879175", "mediaType": null, "type": "Link" } ], "sensitive": false, "published": "2022-04-08T00:12:33.942569Z", "updated": "2022-04-08T00:13:44.766382Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/221823", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/4ab1ec72-f7b5-475b-8df7-b42dec407392" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/ff94c8a7-b9c4-4e49-b004-a1c490891e45", "actor": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/220427", "attributedTo": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Use Brave Browser For Passive Income and Better Privacy", "cc": [], "mediaType": "text/html", "attachment": [ { "href": "https://medium.com/yardcouch-com/use-brave-browser-for-passive-income-and-better-privacy-b67c94793b4d", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/dee9eca4-49f8-4979-8e5c-b6b82e372f15.png" }, "sensitive": false, "published": "2022-04-06T22:57:25.309538Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/220427", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/2e04edf2-8b14-4d30-897d-fc2f5a0c7c32" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/a5bfa26f-2b6a-47e8-a653-fa8538b44f40", "actor": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/219671", "attributedTo": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Google's Topics API: Rebranding FLoC Without Addressing Key Privacy Issues", "cc": [], "content": "<ul>\n<li><a href=\"https://www.lifewire.com/googles-third-party-cookie-replacement-is-flawed-experts-say-5217882\" rel=\"nofollow\">Google’s Third-Party Cookie Replacement Is Flawed, Experts Say</a></li>\n</ul>\n<blockquote>\n<p>Peter Snyder, senior director of privacy at Brave browser, told Lifewire via email that although <strong>Topics is slightly better than FLoC, it certainly doesn’t improve privacy</strong>.</p>\n</blockquote>\n", "mediaType": "text/html", "source": { "content": "- [Google’s Third-Party Cookie Replacement Is Flawed, Experts Say](https://www.lifewire.com/googles-third-party-cookie-replacement-is-flawed-experts-say-5217882)\n\n> Peter Snyder, senior director of privacy at Brave browser, told Lifewire via email that although **Topics is slightly better than FLoC, it certainly doesn't improve privacy**.", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://brave.com/web-standards-at-brave/7-googles-topics-api/", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/842e7af7-5941-42b0-b317-b42240f8fee4.png" }, "sensitive": false, "published": "2022-04-06T11:45:59.436597Z", "updated": "2022-04-06T11:46:45.837807Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/219671", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/4c971600-f841-4fd0-b7e3-7fee8a88f579" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/90b80493-c5b4-4e6b-be59-a81b0b327c91", "actor": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/218217", "attributedTo": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave Desktop 1.37.111", "cc": [], "content": "<ul>\n<li>Upgrade from Chromium 100.0.4896.58 to Chromium 100.0.4896.79 #22077</li>\n</ul>\n<p>Roll-out in 5-6 hours.</p>\n", "mediaType": "text/html", "source": { "content": "- Upgrade from Chromium 100.0.4896.58 to Chromium 100.0.4896.79 #22077\n\nRoll-out in 5-6 hours.", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://github.com/brave/brave-browser/issues/22089", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/b1d3792e-f5dd-47f7-8de1-a5edc5d41b20.png" }, "sensitive": false, "published": "2022-04-05T09:29:05.414846Z", "updated": "2022-04-05T09:29:26.924844Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/218217", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/b46f81f6-a778-41f9-85c3-734cb7fb407c" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/552a7abe-f50e-400e-bd33-8e424d099ce1", "actor": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/218214", "attributedTo": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave Android 1.37.111", "cc": [], "content": "<h2><a href=\"https://github.com/brave/brave-browser/releases/tag/v1.37.111\" rel=\"nofollow\">1.37.111</a></h2>\n<ul>\n<li>Upgraded Chromium to 100.0.4896.79. (<a href=\"https://github.com/brave/brave-browser/issues/22077\" rel=\"nofollow\">#22077</a>) (<a href=\"https://chromium.googlesource.com/chromium/src/+log/100.0.4896.60..100.0.4896.79?pretty=fuller&amp;n=1000\" rel=\"nofollow\">Changelog for 100.0.4896.79</a>)</li>\n</ul>\n<p>Already got the update in Play Store, dated back 1 April. 2022 v110. The upgrade from 110 to 111 is only the released Chrome 100 stable version, that got released yesterday.</p>\n<p>Roll-out in 3 hours for everyone.</p>\n", "mediaType": "text/html", "source": { "content": "## [1.37.111](https://github.com/brave/brave-browser/releases/tag/v1.37.111)\n\n - Upgraded Chromium to 100.0.4896.79. ([#22077](https://github.com/brave/brave-browser/issues/22077)) ([Changelog for 100.0.4896.79](https://chromium.googlesource.com/chromium/src/+log/100.0.4896.60..100.0.4896.79?pretty=fuller&n=1000))\n\nAlready got the update in Play Store, dated back 1 April. 2022 v110. The upgrade from 110 to 111 is only the released Chrome 100 stable version, that got released yesterday.\n\nRoll-out in 3 hours for everyone.", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://github.com/brave/brave-browser/pull/22097/files", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/eb9abc23-3c97-4bb0-b2d2-fd433b166a32.jpeg" }, "sensitive": false, "published": "2022-04-05T09:25:42.362089Z", "updated": "2022-04-05T09:32:50.992583Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/218214", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/66129c3e-7500-4d70-ba74-c2ac9011fb21" }, { "actor": "https://lemmy.ml/c/bravebrowser", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "id": "https://lemmy.ml/activities/create/b26d4b40-3a59-46e7-9972-6846dab1d710", "actor": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "object": { "type": "Page", "id": "https://lemmy.ml/post/214785", "attributedTo": "https://lemmy.ml/u/CHEFKOCH", "to": [ "https://lemmy.ml/c/bravebrowser", "https://www.w3.org/ns/activitystreams#Public" ], "name": "Brave's old dark theme, ported to Chrome and Chromium-based browsers", "cc": [], "content": "<p><img src=\"https://lemmy.ml/pictrs/image/98f7b368-6a40-4bbe-a2d3-5290e97158b5.png\" alt=\"\" /></p>\n", "mediaType": "text/html", "source": { "content": "![](https://lemmy.ml/pictrs/image/98f7b368-6a40-4bbe-a2d3-5290e97158b5.png)", "mediaType": "text/markdown" }, "attachment": [ { "href": "https://chrome.google.com/webstore/detail/old-brave-dark-theme/gmccmdephfhnbbfopoobfnfajhmkjbob", "mediaType": null, "type": "Link" } ], "image": { "type": "Image", "url": "https://lemmy.ml/pictrs/image/5216f404-b6c0-41a1-9d64-1037e63a9d84.jpeg" }, "sensitive": false, "published": "2022-04-02T21:32:38.121351Z", "updated": "2022-04-02T21:32:58.503227Z", "audience": "https://lemmy.ml/c/bravebrowser", "tag": [ { "href": "https://lemmy.ml/post/214785", "name": "#bravebrowser", "type": "Hashtag" } ] }, "cc": [ "https://lemmy.ml/c/bravebrowser" ], "type": "Create", "audience": "https://lemmy.ml/c/bravebrowser" }, "cc": [ "https://lemmy.ml/c/bravebrowser/followers" ], "type": "Announce", "id": "https://lemmy.ml/activities/announce/create/8dbf3dba-8a56-47e7-bc07-d4d363629e25" } ] }