Maintainer of the Swedish regional list in uBlock Origin.


uBO do remove trackers with the EasyPrivacy and uBlock filters – Privacy filters. More filters and options can also be enabled if you know what you’re doing. For beginners it’s best to stick to the default settings as more additions can lead to more breakage.


If you use uBO then Ghostery is redundant. It can also cause some of uBO’s filters to not work correctly.
Also uBO can do what you did with stylebot. (If you use the full uBO extension, and not the limited Lite version for Chromium browsers):
youtube.com##ytd-ad-slot-renderer
youtube.com##ytd-rich-item-renderer:has(ytd-ad-slot-renderer)


On Ubuntu I use the tar.bz2 version to not have to deal with snaps or extra repositories. Also on Debian Stable to get the latest version.


celluloid, pix, hexchat, hypnotix, rhythmbox, LibreOffice
Those applications uninstalled just fine without any dependency issues last time I tried Mint.
If you’re unsure, make a snapshot of your current VM state (if your VM software supports it). Then just uninstall the junk you don’t need until Mint breaks. Restore snapshot, test some more, and so on. Those on real hardware should use Timeshift to create snapshots.
Tip: Run sudo apt autoremove package in the terminal so you can see which dependencies that are removed.
You shouldn’t have to install any flatpak dependency manually. Flatpak should handle it for you automatically when you install your programs. (In most cases.)
OpenSUSE use patterns. Groups of packages that can be selected during installation. If one of the included pattern packages is removed it will be “fixed” when updating. You can uninstall some patterns, but be careful as some may be more important than others, leaving you without a graphical interface or something like that. If you decide to do a reinstall, you can deselect a lot of patterns (search for “pattern” in the software selection section of the installer).


Is there an equivalent or something similar to “Use host i/o cache” that VirtualBox have? Last time I tried virt-manager the install time of the vm was incredibly slow because of the terrible write speed to my hdd. Vbox fixes that issue with the host i/o cache setting.


If you want to remove parameters from urls you can use the removeparam filter in uBlock Origin. Documentation: https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#removeparam
For example: /?igshid=$removeparam=igshid,domain=instagram.com
For the best performance it’s recommended to make sure the parameter is included in the filter as seen above with /?igshid, and with the domain it originated from.
Filters for the examples in OPs post:
/?igshid=$removeparam=igshid,domain=instagram.com
?is_from_webapp$removeparam=is_from_webapp,domain=tiktok.com
&t=$removeparam=/^amp;/,domain=x.com
There’s also a filter that removes a lot of known params: https://github.com/DandelionSprout/adfilt/blob/master/LegitimateURLShortener.txt


The different heights could be related to your custom font or theme. Does it happen on defaults?


Also for anyone wondering how to set the default quality for videos.
Edit your mpv.confand add ytdl-format=bestvideo[height<=720]+bestaudio/best[height<=720] to play all videos in 720p for example.
Lemmy can’t display some characters correctly. replace < with a left pointing arrow <


I use the binary provided by Mozilla at https://www.mozilla.org/en-US/firefox/
I even wrote an installation script that takes care of it all. (For amd64, not arm64. I’m not sure if they provide a stand-alone arm build.)


Linux Mint do not use the HWE kernel like Ubuntu. However, be on the lookout for a Linux Mint 21.2 Edge ISO. It’s not released yet, but that ISO will use a newer kernel.
Try with the invidious instances or piped instances that are the closest to you.
Sandbox your browser in a VM or something. Don’t use the same browser/VM for banking/personal stuff and everyday browsing. Most browsers will do. (Except Chrome/Edge/Opera/Yandex). Personally I prefer Firefox. LibreWolf can also be an option, but you have to opt-in to see videos with DRM etc. Tor is also an option, but the downsides are captchas and websites that block you.
If you’re even more extreme you can also use uBlock Origin in “hard mode” and the no script toggle. That will block JavaScript and prevent websites from connecting to any 3rd parties, anything from tracking servers to CDNs. That will definitely break websites, so you’ll have to know how to unbreak them, which can be quite the learning curve for some people.
Why not Chrome/Edge/Opera/Yandex you say? Chrome is owned by an advertising company. Edge tracks you plenty. Opera and Yandex comes from authoritarian states.
That depends on the install date. If you installed Mint 22 when it was released you’re not on the HWE kernel. If you install a later version of Mint based on Ubuntu 24.04.2 or later you’ll get the HWE kernel which auto-updates to newer versions during the lifetime of the distro.