Maintainer of the Swedish regional list in uBlock Origin.

  • 1 Post
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle


  • Frellwit@lemmy.worldtoTechnology@lemmy.worldManifest V2 phase-out begins
    link
    fedilink
    English
    arrow-up
    73
    arrow-down
    1
    ·
    edit-2
    1 month ago
    • On June 3rd, Chrome(ium) users will start being informed that their MV2 extensions will soon stop to function. uBlock Origin (and others) will lose the “Featured” badge.
    • The remaining MV2 extensions will be gradually disabled in the “coming months”, with the last deadline being the beginning of next year. (Expect that uBO will probably not last that long).

    What options do you have if you still want to use uBlock Origin?

    • Firefox (and up to date forks) have no plans to end support for the webrequest API that uBO requires.
    • Brave browser will allow MV2 extensions for now. I still have no info on if they are going to use their own store or require manual installation/updating of MV2 extensions.
    • If you use Chrome. By enabling enterprise policy ExtensionManifestV2Availability, you should be able to extend support till June 2025.
    • uBlock Origin Lite (uBOL) is a MV3 extension that is much more limited than uBO and is not intended to be a replacement for uBO. These limitations are described in detail in the FAQ for uBOL: https://github.com/uBlockOrigin/uBOL-home/wiki/Frequently-asked-questions-(FAQ)


  • 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.




  • 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).