Spyke

Replies

Comment on

Manifest V2 phase-out begins

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

Comment on

ruh roh

From the uBO subreddit: https://old.reddit.com/r/uBlockOrigin/comments/1etvawp/youtube_ads_detection_breakages_2024_08_16_ubo/m31kbkw/

There was just an update to Quick fixes. Please test if it works for you.

  1. Click Here to update the list.
  2. If you disabled the list previously, enable it back.
  3. Close all previously opened YT tabs and try in a new one.

Just a reminder: Please always treat disabling lists as a last resort/temporary solution type of thing. Without that list, you won't be receiving important filter updates and will likely encounter ads after a while. So don't keep it disabled forever - verify that it's still necessary (daily?).

Comment on

Can Chromium resist Manifest V3 or is it doomed to disallow adblockers?

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.

Comment on

youtube getting more agressive blocking users after 3 videos

Reply in thread

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:

  1. Read the thread thoroughly, you may have missed a step or 2, or may have misunderstood something. There's a lot of noise in the replies. Filter maintainers can't always give support or keep up with the noise. Being pushy, unfriendly, or replying to the thread without doing every step will not fix the problem for you. If you have technical knowledge, consider contributing that knowledge.
  2. Do not add random filters, scripts, extensions from random users. If you don't understand what you're doing you may add something that may work against you instead of for you, or in worse cases add something malicious.
  3. YouTube seems to update their anti-ab script at least twice a day more or less. So just: Click 🛡️ uBO's icon > the ⚙ Dashboard button > the Filter lists pane > the 🕘 clock icon at the end of the uBlock filters – Quick fixes list > the 🔃 Update now button. Do NOT click purge all caches and update now, that will only add more pressure to the filter hosts.
  4. If there's a mismatch between the filter fixes and YouTube's latest fixes, just wait, watch the video logged out, or use an alternative front-end like piped, invidious, or whatever.
linux

Comment on

What are the applications that I can remove from Mint? + Mini Rant.

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.

Comment on

Google admits it's making YouTube worse for ad block users

Reply in thread

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

  • Click 🛡️ uBO's icon
  • the ⚙ Dashboard button
  • the Filter lists pane
  • the 🕘 clock icon next to the uBlock filters – Quick fixes list
  • the 🔃 Update now button.

Comment on

Lemmy helping Lemmy World browse the web

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.

Comment on

YSK: Social media platforms attach trackers to the end of share URLs (which you can and should delete)

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