Maintainer of the Swedish regional list in uBlock Origin.
I think I also had this issue using Cinnamon once, but then I just used VLC instead. Never bothered to look into why. Worked fine in GNOME for me though.
I found a thread with a similar issue: https://forums.opensuse.org/t/flatpak-mpv-broken-since-20240306-snapshot/172981
There it seems the issue was audio. Try running the flatpak version with flatpak run io.mpv.Mpv --ao=pulse path-to-your-media-file
Mint is known to use old software in its repositories as it’s based on Ubuntu LTS. The flatpak mpv should work though. flatpak install flathub io.mpv.Mpv
and then run it with flatpak run io.mpv.Mpv https://www.youtube.com/watch?v=dQw4w9WgXcQ
If you don’t want to type flatpak run io.mpv.Mpv
all the time, you can create an alias in your ~/.bashrc
file. For example: alias play='flatpak run io.mpv.Mpv'
. (After editing your bashrc file, run: source ~/.bashrc
to activate the change). Then you can run it with play https://www.youtube.com/watch?v=dQw4w9WgXcQ
.
Your mpv or vlc versions may be too old. Try updating them to the latest versions.
The performance issues are because of Adblock and Adblock Plus: https://nitter.net/gorhill/status/1746263759495077919#m
It affects more sites than just YouTube.
Only if there would be one casting a shadow of spinning blades on my face every day. Otherwise I don’t mind them.
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.
By doing that you’re wasting bandwidth on all the CDNs that hosts ALL your filter lists. Updating the Quick fixes list should be enough. (Which updates every 5 hours automatically on uBO 1.54).
How to manually update Quick Fixes (Manual updates push back automatic updates.)
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
uBO Lite have a lot of limitations:
The different heights could be related to your custom font or theme. Does it happen on defaults?
Anti-adblock killer by Reek
That thing is unmaintained and have not been updated for over 7 years. It will do absolutely nothing.
If you have issues with YouTube: https://old.reddit.com/r/uBlockOrigin/about/sticky?num=2
I have to add some things though:
Use farside when recommending alternative front ends. This way users will be redirected to a random working instance.
For piped you can use: https://farside.link/piped/
And for a video: https://farside.link/piped/watch?v=dQw4w9WgXcQ
They target accounts, not logged out users.
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.)
Not only that. Pay to get even more ads and tracking!
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.
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.