أطلقت شركة Opera One تحديثاً كبيراً لمانع الإعلانات المدمج في متصفحها، حيث يتميز بمحرك أعيد بناؤه بالكامل لتعزيز السرعة والكفاءة. يدعم الإصدار الجديد قوائم وفلاتر uBlock، مما يمنح المستخدمين خيارات تخصيص أوسع وحماية أفضل. كما تم بناء مانع الإعلانات الجديد بالاعتماد على معيار Manifest V3 لضمان التوافق التام مع معايير الويب المتطورة باستمرار. تهدف هذه الخطوة إلى تحسين تجربة التصفح وجعلها أكثر سلاسة وأماناً لمستخدمي متصفح أوبرا حول العالم.

#Opera #uBlock #ManifestV3

A filter list for uBlock Origin that hides specific website features that use or promote Generative AI :

https://github.com/Stevoisiak/Stevos-GenAI-Blocklist/

#uBLock #FuckAI #AI #BloquerIA

GitHub - Stevoisiak/Stevos-GenAI-Blocklist: A filter list for uBlock Origin that hides specific website features that use or promote Generative AI.

A filter list for uBlock Origin that hides specific website features that use or promote Generative AI. - Stevoisiak/Stevos-GenAI-Blocklist

GitHub
@martin_ueding Der Fehler wird auch hier beschrieben.
https://www.kuketz-forum.de/t/ublock-origin-filter-fuer-die-bahn-de/16564/3
Dort hat es nach Update der #uBlock Regeln wieder geklappt.
Ich vermute auch, dass das System zu scharf eingestellt ist und womöglich #Firefox Bashing. Ist bei Euch was bekannt?
@bahnkundenv
Ublock origin Filter für die Bahn.de

Und wie hast Du selbst es eingestellt? Just asking… uBlock Origin: 1.70.0 Firefox: 140 filterset (summary): network: 378453 cosmetic: 149520 scriptlet: 64711 html: 3528 listset (total-discarded, last-updated): added: adguard-generic: 95429-5805, 3d.18h.21m adguard-mobile: 12355-66, 3d.18h.21m adguard-spyware-url: 2493-134, 6d.21h.1m block-lan: 89-0, 13d.21h.3m curben-phishing: 163651-47, 1h.30m ublock-cookies-adguard: 5657-36, 6d.21h.1m fanboy-cookiemonster: 46405-110, 6d.21...

Kuketz IT-Security Forum • IT-Sicherheit | Datenschutz
🌕 GitHub 專案介紹:將廣告替換為電影《極度空間》(They Live)風格標語的廣告攔截器
➤ 當網路廣告變成了你的思想審查員:以極簡風格實現技術創意
https://github.com/davmlaw/they_live_adblocker
這款名為「They Live Adblocker」的專案是一個基於 uBlock Origin Lite 的趣味性分支版本。它改變了傳統廣告攔截器「直接隱藏」元素的做法,轉而將廣告位置替換為印有 1988 年電影《極度空間》(They Live)中經典標語(如 OBEY、CONSUME、STAY ASLEEP 等)的白色方塊。開發者透過修改原有的美容過濾(cosmetic filtering)機制,在攔截廣告的同時注入 CSS 樣式與隨機文字標語,讓網路瀏覽體驗化身為一場帶有諷刺意味的行為藝術。
+ 這真的是最具備文化諷刺意味的擴充功能了,看著廣告變成「CONSUME」標語,突然覺得現實比電影還荒謬。
+ 技術上來說它僅處理「美容過濾」,對於網路層面直接
#開源軟體 #瀏覽器擴充功能 #Web 技術 #uBlock Origin
GitHub - davmlaw/they_live_adblocker: Replace Ads with They Live style slogans

Replace Ads with They Live style slogans. Contribute to davmlaw/they_live_adblocker development by creating an account on GitHub.

GitHub
Before you continue

Replace Ads with They Live style slogans

A fork of uBlock Origin Lite that, instead of hiding cosmetically-blocked ads, replaces them with white tiles bearing slogans from John Carpenter's 1988 film They Live: OBEY, CONSUME, WATCH TV, SLEEP, SUBMIT, CONFORM, STAY ASLEEP, BUY, WORK, NO INDEPENDENT THOUGHT, DO NOT QUESTION AUTHORITY.

(Use the original @ublockorigin for safety!)

👁️‍🗨️ https://github.com/davmlaw/they_live_adblocker

#addblocker #AddBlock #theylive #ublock #movies #scify #ublockorigin #ads #slogan #WebAds

The #lightweight browser #Midori is back with updates.

source: astian.org/midori-browser
#Github: github.com/goastian/midori-des…

If you're looking for a lightweight, RAM-efficient #browser for web #surfing, you can finally turn to Midori again. After several years, it is finally receiving updates. The browser is based on the #Mozilla Firefox engine and can therefore also use #Firefox add-ons. Midori is also available for #Android.

I really liked the #setup dialog for configuring the browser. You can customize the colors and layout of the toolbars however you like.

The included extras are rather sparse. The #VPN didn't work for me because the #login screen got stuck in an endless loop. I'd also recommend turning off the built-in #adBlocker and using uBlock Origin instead.

That said, I'm thrilled to have a very lightweight browser again, precisely because it's fast and uses not much RAM.

#news #software #opensource #foss #floss #download #ublock #internet #online #tool #utility #privacy #ram #desktop #mobile #linux #windows #smartphone #resources #update #web #www #html
Midori Browser: light, safe private and awesome web browser

#реклама #VK

Опять зашел во вконтатку, опять охуел, спросил #ChatGPT, что с этим можно сделать. Решения такие:

По средствам #CSS

article:has([data-testid="post-header-subscription-button"]) {
display: none !important;
}

article:has([data-ad]) {
display: none !important;
}

article:has([data-testid="groups-recommendation-block"]) {
display: none !important;
}

article:has([data-testid="videos_for_you_block_spa"]) {
display: none !important;
}

Как более лучшая альтернатива — правила для #uBlock Origin:

vk.com##article:has([data-testid="post-header-subscription-button"])
vk.com##article:has([data-ad])
vk.com##article:has([data-testid="groups-recommendation-block"])
vk.com##article:has([data-testid="videos_for_you_block_spa"])

Не обляпайтесь 🤪

P.S. Сторис тоже не нужны:

vk.com##.vkuiHorizontalScroll__in.vkuistyles__focusVisible

I visited a website, the first thing I see is that the background is replaced by a gambling ad 🤢

I have UBlock Origin but for some reasons it didn't block the ad and updating my filters don't help.

#enshittification #adblock #ublock

@EUCommission "browsing the internet feel like living in a dystopian hellscape, and annoying cookie banners and consent forms are right at the top of that list." -- "uBlock Origin icon and go to Settings > Filter lists > Annoyances. Enable EasyList Cookie to hide cookie banners"

https://lifehacker.com/you-can-block-those-annoying-cookie-banners-on-every-we-1848936142

You are talking about free press, but how can we read the free press when it's blocked by cookie popups?

I think EU and its bureaucracy GDPR is to blame!

#bureaucracy #dystopia #nightmare #ublock #ublockorigin #eu #gdpr #eubureaucracy #consent #block #filter #www #browsing #internet #hellscape #cookies #cookiebanners

You Can Block Those Annoying Cookie Banners on Every Website

They might be legally required, but they're also blocking everything you want to read.

Lifehacker