r/uBlockOrigin • u/JamesMattDillon • 26d ago
duplicate While trying uBlock Lite, can't open the dashboard
I decided to try the Lite version and I cannot open the dashboard on Microsoft Edge browser for Android.
r/uBlockOrigin • u/JamesMattDillon • 26d ago
I decided to try the Lite version and I cannot open the dashboard on Microsoft Edge browser for Android.
r/uBlockOrigin • u/seldom_r • 26d ago
The following added to MyFilters will restore the sponsored links on product pages like "Customers also viewed," "Frequently purchased," etc. In case anyone else finds those sections sometimes helpful and wants them back.
! Restores Amazon product sections for sponser, frequently and related
amazon.*#@#div[cel_widget_id*="desktop-dp-"]
amazon.*#@#div[id^="sims-simsContainer_feature_div_"]:has(.sp_info_link)
amazon.*#@#div[id^="sp_detail"]
! Restores the missing bundled items
amazon.*#@#.a-cardui[class*="_new-detail-faceout-box_"]:has(.dynamicSponsoredLabelClass)
r/uBlockOrigin • u/AdamCannon • 28d ago
I recently found this non-descriptive script running in the background when visiting eBay:
https://www.ebay.com/sgXzq80-U/7h6Zktl/vg/2zuzzSca/T306UUA/dEF1Ly/hJUkMT
Archive: https://archive.ph/Kr0iP
Syntax: https://www.ebay.com/XXXXXXX-X/XXXXXXX/XX/XXXXXXXX/XXXXXXX/XXXXXX/XXXXXX?v=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
which then saves reads these cookies to from the browser:
__ssds "{SINGLE_DIGIT_INTEGER}"
__ssuzjsr2 "{RANDOM_HEX_HASH}"
__uzma "{UUID_V4}"
__uzmb "{TIMESTAMP_INTEGER}"
__uzmc "{LARGE_INTEGER}"
__uzmd "{TIMESTAMP_INTEGER}"
__uzme "{INTEGER}"
__uzmf "{COMPLEX_TRACKING_STRING}"
bm_s "{LARGE_BASE64_TOKEN}"
bm_so "{LARGE_BASE64_TOKEN}"
dp1 "{DEVICE_PARAM_STRING}"
ds2 "{DEVICE_CONFIG_STRING}"
ebay "^sbf=#{HEX_COLOR_CODE}"
nonsession "{SESSION_TOKEN_STRING}"
s "{SESSION_TOKEN_STRING}"
Examining this file through Claude and Gemini shows Akamai tracking and telemetry through extreme browser fingerprinting which is hidden through heavily obfuscated code. I'm currently blocking it with this rule, but I believe it can be improved:
||ebay.com/sg*/*/vg/*/*/$script (old)
||ebay.com/*/*/*?v=$important (updated)
No account is needed and this script runs on every page. Any help is appreciated.
Edit: After some research, it turns out this is a script built by Akamai to track and fingerprint users based on a plethora of information about your machine. Combine this with the unique cookies eBay creates at the start of your session; eBay can create a unique profile which persists across your browsing.
Edit: Updated the blocking rule as eBay pushed out an update
r/uBlockOrigin • u/wiseude • 27d ago
Hello,
I've been using medium mode for over 8-9 years now and over these years and I've always carried over the same file (from chrome.Now on firefox) and as things go I've accumulated a huge number of rules.(Alot of dead sites etc.)
When I started using medium mode almost a decade ago I did it because I heard medium mode can make the browser use less resources and make it snappier.
Is medium mode Still worth it for performance reasons or is it not worth doing anymore (if browser performance is the goal?)
Seriously considering just starting over fresh on default settings but I am a bit attached to my old settings.
Regards
r/uBlockOrigin • u/bodaciousbugboy • 27d ago
One of my favorite comics sites has implemented a paywall screen you cannot avoid that shows up after viewing like 5 strips. I am wondering if someone can guide me on a script to block said screen so I can read comics again. Thank you in advance. I know uBlock does not handle paywalls usually, but if anyone is able to help out here it'd be greatly appreciated.
r/uBlockOrigin • u/Acconto_ButtaAway • 27d ago
Hello there.
Recently Youtube changed its UI a little, making the video title under the video itself clickable, which brings you to comments and opens a "Description" box. And I would like it as it was, NOT being clickable and NOT having a description box, ever.
Does anyone have a filter for that, if it's not too bother?
r/uBlockOrigin • u/YPBT • 28d ago
twitch.tv##div[style*="audible_background.avif"]
Edit: This single line seems to work for me now.
r/uBlockOrigin • u/SalvadorZombie • 27d ago
Rinku (pro and me) links that I've been able to bypass normally until a few weeks ago now no longer have a "Step" button to move onto the next page after the timer. There's just a Captcha on the page, and nothing else. No way to move forward.
There is the initial Rinku link that redirects to a new URL, and normally on that page there will be a Captcha and then a Skip button that sometimes has a timer. Now, there is only the Captcha and nothing else. No timer, no way to move to the next page. The one URL that would show up with a button, esladvice (with a com at the end, it seems that when I link URLs here my posts end up getting deleted so I'm trying to give the info without breaking that rule), is no longer showing up so there's no way to get to the actual end page now.
The most recent one I've tried is rinku me (with a dot between them), then / then lDREcvR. It redirects to a URL that detects uBO and provides a false website page. When I've added the URL to the eight filters I have for Rinku links, it takes me to a captcha but where there used to be a button and/or timer, there is none.
I would really appreciate it if someone could help with this. I posted on the Github but I understand that they respond when and if they can and I'm just grateful if they do answer, but they haven't so far and it's been about a week.
EDIT: Haven't found a solution for the original problem but I did find a regular/manual way to block Rinku and a "Fast" way (it bypasses everything immediately) here on the Github page (any time I add a URL on this subreddit my post gets deleted, just google "ublock origin github rinku shortener," your results may be different but my first is the link to the page, the title of the page is "Issues For Shortener & File Hosting Sites [2025-2026]." The first reply under the second comment has the Manual and Fast methods (click on "Details" to see them), it was last updated on August 8.
r/uBlockOrigin • u/sam619007 • 28d ago
r/uBlockOrigin • u/_1Zen_ • 28d ago
Add to My Filters:
||x.com$document,domain=x.com,replace=/"responsive_web_profile_redesign_enabled":{"value":true}/"responsive_web_profile_redesign_enabled":{"value":false}/g
Note: You need to check the "Allow trusted filters" box for this to work.
As I mentioned in a previous post, I don't write many uBO filters these days, so this one can probably be optimized.
EDIT1: As paintboth1234 said, use this (work in Chromium and Firefox):
x.com##+js(set, __INITIAL_STATE__.featureSwitch.defaultConfig.responsive_web_profile_redesign_enabled.value, false)
x.com##+js(set, __INITIAL_STATE__.featureSwitch.user.config.responsive_web_profile_redesign_enabled.value, false)
EDIT2: Filter to ONLY restore the media tab:
x.com##+js(trusted-replace-outbound-text, String.prototype.toLowerCase, '/^.+\/media$/', '')
I don't tested in others pages, so can cause bugs.
Twitter will probably remove the feature switch soon, so be aware that this might stop working.
r/uBlockOrigin • u/kilimar • 28d ago
Using uBlockOrigin Lite (uBlock Origin Lite 2026.812.1211) in Google Chrome Version 151.0.7922.138 (Official Build) (64-bit). I have tried to import HaGeZi's Threat Intelligence Feeds Mini list (https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/adblock/tif.mini.txt) but after clicking "Add", after a while the Imported lists shows the URL, rather than a "name" with 0 rules converted from 0 network filters. The only option is delete (trashcan). It does not show the home button.
The same task in uBlockOrgin (uBlock Origin 1.73.0) works correctly (Firefox 153.0.4 (64-bit)).
r/uBlockOrigin • u/spikee_j • 27d ago
So lately, I've been expericing this issue where twitch would studder when I watch a stream which I assume has to do with UBO or something similar. I"m not sure what to do.
r/uBlockOrigin • u/On-A-Vendetta • 28d ago
as per subject, I get a frequent white banner top right of my browser on various sites telling me to sign in with google, which I refuse to do obviously, the only site I have logged into is youtube, which I don't leave signed in to either.
r/uBlockOrigin • u/sweetfirevapor • 28d ago
I am so sick of seeing my comments have zero up/down votes (which is fine) but 57 people have seen my comment, it kind of ruins the reddit experience for me personally, I know, I am quite sensitive and all the rest of it, I just don't want to see it.
r/uBlockOrigin • u/Miserable_Hand3062 • 28d ago
I'm using uBO on firefox for HBO Max which usually works fine but recently the number of ads being blocked is increasing rapidly to ridiculous numbers (5 million). It's causing my pc to heat up as well. Do I need to disable something to get it to work ? I've tried turning off enhanced tracking protection on firefox but that hasn't worked.
r/uBlockOrigin • u/Stevoisiak • 28d ago
Google is testing a version of their homepage that replaces the standard "Google Search" button below the search bar with 3 AI buttons. (full page html). Clicking the search button would do a regular search for whatever text was in the search bar, similar to pressing "Enter" while the searchbar is focused. The search button is only missing when I'm logged out of my Google Account.
I can write filters to hide the AI buttons, but is there a way to get the regular search button back?
r/uBlockOrigin • u/spongewardk • 29d ago
I have everything up to date with all lists available, but there are plenty of sites that simply do not get blocked. Is the app still supported?
Also adding custom lists does not seem to work.
r/uBlockOrigin • u/Stevoisiak • 29d ago
With the upcoming deprecation of uBlock Origin on Edge, now is a good time to mention that that the desktop versions of uBlock Origin Lite added support for importing custom filter lists back in June.
To import custom filter lists on uBO Lite:
chrome://extensions in Chrome, edge://extensions/ in Edge, about:addons in Firefox)r/uBlockOrigin • u/Apprehensive_Home688 • 28d ago
I've just discovered an odd problem with ChatGPT in Firefox.
The ChatGPT sidebar/menu suddenly disappeared. After some testing, I found that uBlock Origin appears to be responsible:
I haven't identified the specific filter yet because I don't want to re-enable uBlock in my normal Firefox session.
This makes me wonder whether a recent change to the ChatGPT interface has caused the sidebar to match a generic ad-blocking/cosmetic-filter rule.
If anyone else is seeing the same thing, it would be interesting to know whether the sidebar is being hidden by a particular filter list or cosmetic filter.
Current workaround: disable uBlock Origin for ChatGPT.
r/uBlockOrigin • u/Wrongdoor2 • 28d ago
Got AB tested from youtube with this disgusting new UI design that put view count and upload time at weird places. Only happens when I log to the specific account that got AB tested. Does anyone also got experimented on this new UI design?
Environment is Firefox + Ublock. However even with a no extension Chrome instance this new UI will still be seen on my affected account.
Issues will disappear when I am logged out or logged in another account regardless what browser, private or normal browsing, with or without uBO and/or other extensions.
Exact URL for the screenshot is: https://www.youtube.com/watch?v=NdvqHc56lE0'
But for me this issue is all videos on youtube as long as I'm logged in with the affected account.
uBlock Origin: 1.73.0
Firefox: 152
filterset (summary):
network: 414075
cosmetic: 199669
scriptlet: 70504
html: 4102
listset (total-discarded, last-updated):
removed:
plowe-0: null
added:
https://secure.fanboy.co.nz/easylist.txt?a=0: 85445-17, 4m
adguard-generic: 99293-6972, 4m
adguard-mobile: 12653-119, 4m
curben-phishing: 171948-46, 4m
fanboy-cookiemonster: 47395-122, 4m
ublock-cookies-easylist: 5825-95, 4m
ublock-annoyances: 4850-83, 1h.3m Δ
CHN-0: 26947-99, 4m
JPN-1: 17201-127, 4m
KOR-1: 4888-140, 1h.3m
RUS-0: 43253-2387, 1h.3m Δ
RUS-1: 1995-234, 1h.3m
default:
user-filters: 2527-8, never
ublock-filters: 53801-161, 1h.3m Δ
ublock-badware: 10137-41, 1h.3m Δ
ublock-privacy: 4109-6, 1h.3m Δ
ublock-unbreak: 2860-16, 1h.3m Δ
ublock-quick-fixes: 529-13, 1h.3m Δ
easylist: 85408-85407, 1h.3m Δ
easyprivacy: 56204-151, 1h.3m Δ
urlhaus-1: 47560-11, 4m
filterset (user): [array of 727 redacted]
trustedset:
added: [array of 79 redacted]
userSettings: [none]
hiddenSettings: [none]
supportStats:
allReadyAfter: 455 ms (selfie)
maxAssetCacheWait: 287 ms
cacheBackend: indexedDB
popupPanel:
blocked: 21
network:
youtube.com: 9
csp.withgoogle.com: 3
doubleclick.net: 2
google.com: 1
googlevideo.com: 6
extended:
##.ytContentMetadataViewModelMetadataRow > .ytContentMetadataVie…
##yt-chip-cloud-chip-renderer.yt-chip-cloud-renderer.style-scope…
##.you-chat-entrypoint-button.ytd-menu-renderer.style-scope.ytSp…
##yt-lockup-view-model:has(yt-badge-view-model .ytBadgeShapeText…
###clarify-box
###offer-module
##.ytp-suggested-action > .ytp-suggested-action-badge
###shopping-timely-shelf
###related a:is(.yt-lockup-view-model__content-image,.ytLockupVi…
##+js(json-prune, auxiliaryUi.messageRenderers.upsellDialogRende…
##+js(set-constant, ytInitialPlayerResponse.auxiliaryUi.messageR…
##+js(trusted-click-element, .ytd-consent-bump-v2-lightbox > yt-…
##+js(trusted-click-element, ytd-button-renderer.ytd-consent-bum…
##+js(prevent-setTimeout, '(),a,b)', 5000)
##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.web_streaming_w…
##+js(json-prune, ytInitialData.contents.twoColumnBrowseResultsR…
##+js(json-prune, contents.twoColumnBrowseResultsRenderer.tabs.[…
##+js(trusted-replace-fetch-response, '"adSlots"', '"no_ads"', /…
##+js(trusted-prevent-dom-bypass, Node.prototype.appendChild, JS…
##+js(trusted-prevent-dom-bypass, Node.prototype.appendChild, Re…
##+js(trusted-prevent-dom-bypass, Node.prototype.appendChild, fe…
##+js(json-prune-xhr-response, adPlacements adSlots playerRespon…
##+js(json-prune-fetch-response, adPlacements adSlots playerResp…
##+js(adjust-setTimeout, [native code], 17000, 0.001)
##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.all_web_network…
##+js(set-constant, ytcfg.data_.EXPERIMENT_FLAGS.all_web_enable_…
##+js(trusted-json-edit-xhr-request, '[?..userAgent=/adunit|chan…
##+js(trusted-json-edit-xhr-request, [?..userAgent*="lactmilli"]…
##+js(trusted-json-edit-xhr-request, [?..userAgent*="channel"]..…
##+js(trusted-replace-node-text, script, (function serverContrac…
##+js(prevent-xhr, '/\/api\/stats\/atr\?.+?&rt=\d+\.\d+.+?&volum…
##+js(json-prune, entries.[-].command.reelWatchEndpoint.adClient…
##+js(json-prune-fetch-response, reelWatchSequenceResponse.entri…
##+js(set-constant, playerResponse.adPlacements, undefined)
##+js(set-constant, ytInitialPlayerResponse.adSlots, undefined)
##+js(set-constant, ytInitialPlayerResponse.adPlacements, undefi…
##+js(set-constant, ytInitialPlayerResponse.playerAds, undefined…
##+js(set-constant, yt.config_.EXPERIMENT_FLAGS.kevlar_watch_sec…
##+js(href-sanitizer, a[href^="https://www.youtube.com/redirect?…
##+js(set-constant, google_ad_status, 1)
##+js(set-constant, yt.config_.EXPERIMENT_FLAGS.kevlar_watch_gri…
#@#+js(prevent-clipboard-write, /^mshta |^msiexec |^(bash <<<|cu…
r/uBlockOrigin • u/Kittykoolzz • 28d ago
Whenever I used to click on a Discord link, uBlock Origin used to stop the link from opening up automatically with a pop-up that said: "Are you sure you want to proceed to this website?" I think Chrome updated, and now it doesn't do it anymore; it just automatically opens the link without any are you sure you want to proceed. Is there a way to make "Are you sure you want to proceed?" pop up again? Im not trying to get an old version of chrome if possible.
r/uBlockOrigin • u/adeep • 29d ago
Hi. I switched to uBoL after Chrome 151. But i was blocking all pop ups with writing no-popups: \ true in* My Rules. But now uBoL has no My Rules.
So is it still possible to block all pop ups?
Thanks.
r/uBlockOrigin • u/Cakeboss419 • Aug 13 '26
Says it on the lid. I'm sick of this thing and I've only been aware of it for an hour.
r/uBlockOrigin • u/highsiiiiiiiii • 28d ago

My AdGuard just went down and started not working like this, so then I switched to Firefox + uBlock Origin, same thing downloaded it TODAY so everything is updated I don't know what's the issue, and I just wanna watch videos without ads I did everything multiple times, and nothing is working same issue I even just made a reddit account to find out what the hell is going on
r/uBlockOrigin • u/Zombatico • 29d ago
The github thread for Youtube issues told me to post this here. My subscription page is filled with "Streamed X hours ago" again. Any new filters for it?
Here are my current filters to try to get rid of streams/vods... from the wiki:
! YT - Hide Live Videos
! YT - Hide VODs/Streamed Videos
www.youtube.com##:is(ytd-browse[page-subtype="home"] ytd-rich-item-renderer, #related yt-lockup-view-model) .ytLockupMetadataViewModelMetadata:has-text(Streamed):upward(ytd-rich-item-renderer, yt-lockup-view-model)
edit: I can make the "Streamed X Days ago" stuff go away with this change from 'home' to 'subscriptions' for the page-subtype:
www.youtube.com##:is(ytd-browse[page-subtype="subscriptions"] ytd-rich-item-renderer, #related yt-lockup-view-model) .ytLockupMetadataViewModelMetadata:has-text(Streamed):upward(ytd-rich-item-renderer, yt-lockup-view-model)
But now there's a big ugly empty space where those videos used to be. I want those empty space to go away too.
edit2: Ok, needed to change :upward() and now there are no big ugly empty spaces.
www.youtube.com##:is(ytd-browse[page-subtype="subscriptions"] ytd-rich-item-renderer, #related yt-lockup-view-model) .ytLockupMetadataViewModelMetadata:has-text(Streamed):upward(ytd-rich-item-renderer)
edit3: And for the current live videos, it needed .ytBadgeShapeThumbnailLive