Firefox + uBlock Origin > Apps
Firefox + uBlock Origin > Apps
Hello, past sync for Reddit user here. I heard connect was a good app to use as it had similar look and feel here on Lemmy. I was using for a day or two when I spotted this in my duckduckgo app tracking protection screen. I can’t say I have come across an app using so many different trackers, any reason I am not aware of for all these? Thanks
Hello, past sync for Reddit user here. I heard connect was a good app to use as it had similar look and feel here on Lemmy. I was using for a day or two when I spotted this in my duckduckgo app tracking protection screen. I can’t say I have come across an app using so many different trackers, any reason I am not aware of for all these? Thanks
That’s untrue I installed Connect and used it for 5min. Stayed only in app and didn’t click on any third-party article link, here is the result: 47 trackers in 5 mins
Ublock will let you block just about anything, for instance if you’re seeing too many posts from a specific instance ex: @leddit.danmark.party, this filter will block the entire instance lemmy.world##.post-listing:has-text(@leddit.danmark.party)
Credit to this post and @[email protected] via @sp6
Disclaimer: I am just a random stranger on the internet who likes uBlock Origin, read a handy comment, and figured out how to press F12. I am by no means a webpage expert, and these changes may have unintended consequences I wanted to bring more attention to @[email protected]’s comment [https://vlemmy.net/comment/284044] on how to block entire instances (not just specific communities on those instances) from your “all communities” feed, as well as add my own method to block them from the “list of communities” page. This only works if you are using a web browser that supports uBlock Origin (so unfortunately, will not work on any of the mobile apps). Firstly, install uBlock Origin [https://github.com/gorhill/uBlock] if you haven’t already. Then, click on the uBlock extension icon -> “Gears” (settings) icon -> My Filters. Per @[email protected], add: your.lemmy.instance.com##.post-listing:has-text(@theInstanceYouWantToBlock.com) Then click “Apply Changes” So if I were not interested in any of lemmynsfw.com’s content, I would add: lemmy.world##.post-listing:has-text(@lemmynsfw.com) @[email protected] [https://vlemmy.net/u/linuxFan]’s ELI5 explanation: lemmy.world## - only use this filter on this site .post-listing - evaluate everything on the page with the class name post-listing has-text(@lemmynsfw.com) - the text we want to filter. CASE SENSITIVE! Similarly, if you want to filter entire instances out of the “list of communities” page, you would add: your.lemmy.instance.com##tr:has-text(@theInstanceYouWantToBlock) I believe the tr is table-responsive, which is the type of table displayed on the “list of communities” page. If there are other responsive tables on a different Lemmy page that I don’t know about, it may affect those. Also, if Lemmy’s website is updated, these filters may no longer work. If someone knows of a better method of doing this, please chime in. But otherwise, enjoy! Why YSK: some instances have many communities that are centered around topics people are not interested in, and instead of blocking all of those communities one by one, it is easier to just block the whole instance. Edit: Note that this will remove posts if a blocked instance is listed ANYWHERE in the post body. I accidentally blocked my own post when I tested the lemmynsfw filter just now lol Edit(s): Further clarification/typos
Maybe that app hasn’t included it. Connect for Lemmy has it, though.
If you click the 3 vertical dots, it should expand to reveal a star-icon option that’ll allow you to save the comment. To view saved comments, click on your username in the upper right, then profile. There should be a ‘Saved’ tab
One other helpful snippet that’ll let you filter out posts that link to wsj, twitter, youtube, etc… lemmy.world##a[href*=“wsj.com”]
I’m no ublock expert, but I’ve mostly tested these filters, so ymmv. If you run into any issues or need to tweak a filter please follow up so we can all share 😀
Not sure what's going on, but it just doesn't work for me. Unfortunate :/
Good that it works for you though. Doing your part!
I mostly browse on desktop, but wasn’t a big fan of the main site, so I made my own one called Alexandrite that I think is more convenient to use. I use Voyager on my phone and I’m excited for Sync to release.
If anyone’s curious here’s one of my announcement posts, and another that includes mod tools.
I’m the dev of Alexandrite [https://alexandrite.app/], a desktop-first alternative Lemmy web UI. If you missed it, here’s my announcement [https://lemmy.world/post/1095076]. alexandrite.app [https://alexandrite.app/] - [email protected] [/c/[email protected]] - Github [https://github.com/sheodox/alexandrite] I’ve been working on a load of stuff lately and I wanted to post an update on all the things I’ve added since the first announcement. There’s a new feed layout! Now when scrolling on a feed of posts, in addition to the old overlay view, you can now view a post side-by-side with the post list, which makes it easier to casually look through posts. By default it will pick the best layout for your screen size, but you can force it to use either the column or the overlay layout in the settings. [https://lemmy.world/pictrs/image/e5156f62-4507-4c10-b29b-995be5d55dbc.png] I’ve added some basic theming! All of the purple colors in text/borders/backgrounds you see on Alexandrite are based on the same hue, now you can completely change the look of the site with a slider in the settings. Here are some examples: [https://lemmy.world/pictrs/image/37c60695-ad3b-4f90-af63-e4ad321137fc.png] [https://lemmy.world/pictrs/image/bc68570b-0b93-46ab-9499-3d08fb9b725d.png] You can now block/unblock communities, as well as block communities directly from post lists! [https://lemmy.world/pictrs/image/e01ceebb-4b80-4fea-9ae3-fd13e0c1d5b7.png] You can now choose if NSFW thumbnails are either: hidden (unless you click it), blurred, or always shown. [https://lemmy.world/pictrs/image/96a11ba8-9322-4b95-8229-79326e07d113.png] Markdown formatting is much better. Most things are supported now, and Alexandrite will automatically detect links to users/communities/posts and change their URLs to their page on Alexandrite, making it easier to browse. All of the Lemmy API calls are now client side, previously it would be proxied through Alexandrite’s server, but that has been removed, so now nothing is sent to Alexandrite’s servers. This should make it easier to self host, but I haven’t yet explored that. That’s all the big important things. Lots of bug fixing behind the scenes too. Hope you like it!