

i added 2-3 other adblockers
Never run multiple adblockers at the same time. You gain nothing except broken websites, performance issues, and an increased chance of triggering anti-adblocks.
Maintainer of the Swedish regional list in uBlock Origin.
i added 2-3 other adblockers
Never run multiple adblockers at the same time. You gain nothing except broken websites, performance issues, and an increased chance of triggering anti-adblocks.
EasyPrivacy should block Meta and Yandex pixels by default. If you have the knowledge you can put uBO in “hard mode” which will block all 3p connections. It requires you to know which CDNs to allow or websites will be broken.
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)
The sci-fi show Farscape.
I’d also be interested in a list of companies that advertise on X.
Probably most films by Darren Aronofsky. Pi and The Fountain are some of the worst movies I’ve seen. Feels like someone’s artsy shroom trip. I dislike most “artsy” movies without a coherent story.
Also a lot of horror classics bores me to death. For example The Omen, Poltergeist, The Exorcist.
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.
Make sure jnn-pa.googleapis.com
isn’t blocked anywhere in your network. It may perhaps be blocked in a filter list you have activated in uBO, DNS, VPN, Firewall, anti-virus, Firefox enhanced tracking protection, etc.
&& flatpak update
You can also include && flatpak uninstall --unused
in your alias to clean up more space.
Appending (intext:“modlog” & “instances” & “docs” & “code” & “join lemmy”)
to your search query will search most instances. Works with Google, Startpage, SearXNG afaik.
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.
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.
Just Firefox/Librewolf with uBlock Origin is enough. The more extensions you add, the larger the attack surface and chance of site breakage. A common mistake many do is to add multiple blockers on top of uBO which will decrease uBO’s ability to defuse various anti-adblocks. This also includes addons like Privacy Badger, Ghostery, DuckDuckGo Privacy Essentials, etc. uBO have good enough privacy protection enabled by default. If you want more, enable some other privacy filter lists. And if you know what you’re doing, enable hard mode by blocking all 3rd party requests and JavaScript.
If you want to feel more secure when adding more extensions to your browser, then only use Firefox addons that are recommended by Mozilla. Those extensions have gone through a review process to make sure they don’t contain anything malicious.
If you’re like me and don’t care about recommendations and being able to comment, then use Freetube with sponsorblock enabled.
The performance issues are because of Adblock and Adblock Plus: https://nitter.net/gorhill/status/1746263759495077919#m
It affects more sites than just YouTube.
Adblockers will still be allowed, they will just be crippled a lot. It will probably be the same as the adblocking situation on Safari.
If any 3rd party browser vendor wants to maintain a Chromium fork with Manifest V2, they can do so, but with the risk of code maintenance hell. They would also need an extension store for Manifest V2 extensions. Otherwise V2 extensions needs to be installed manually.
Browser vendors can also create their own separate ad blockers that aren’t affected by the changes. For example Brave Shields, Vivaldi adblock, Opera adblock, etc.
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
https://bugzilla.mozilla.org/show_bug.cgi?id=1967099