Can't block related images on Google Images using uBlacklist v9.7.0 #809
Replies: 3 comments 2 replies
-
|
I opened another discussion that may be related to this issue: In my case, uBlacklist fails only for one specific Google account, presumably because Google serves a different SERP DOM variant depending on the account. One important thing to check may be whether the behavior changes when logged out of Google. If uBlacklist works correctly only when logged out, the issue may also be tied to account-specific DOM variants. It may also help to inspect and save the HTML of the page where uBlacklist does not work as expected. Comparing the DOM structure between working and non-working cases could help identify the root cause. |
Beta Was this translation helpful? Give feedback.
-
|
uBlacklist is traditionally a tool for blocking search results. I had some doubt about whether related images count as search results, so I intentionally did not carry this over when migrating to the SERPINFO-based implementation in v9. For now, you can block them by adding an entry for related images to your My SERPINFO. Whether to include this in the builtin SERPINFO is something I'll consider later. name: My SERPINFO
pages:
- name: Image Search
matches:
- https://www.google.com/search?*
includeRegex: "[?&]udm=2(&|$)"
userAgent: desktop
results:
- name: Related Image
root: [upward, 1, ".ivg-i.my5z3d"]
url: .LBcIee
props:
title: .ddBkwd |
Beta Was this translation helpful? Give feedback.
-
|
While looking into this, I noticed that the mobile version already happens to block related images — the existing selector unintentionally matches them. Given that, I'll go ahead and add desktop support too, somewhat after the fact. It'll ship in the next builtin SERPINFO update. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
Hello everyone, this is my very first post on GitHub!

Alright, I'm using Google Chrome on the latest version of Windows 10, and it seems like uBlacklist v9.7.0 refuses to let me block related images by not displaying 🚫 at the top right of all related images in each main image. I did disable all other extensions and nothing happened to the related images. The screenshots in my Bug post should help explain what happened, like this one from May 13th, 2026.
Steps to Reproduce
.1 Open Google Chrome.
.2 Go to Google Images by clicking on the word "Images" besides the 9 dots at the top right of Google.
.3 Type whatever in the search bar and press enter, iPhone 17, Roller coaster, etc.
.4 After you search something on Google Images, just click on an image and scroll down to related images.
Expected Behavior
Related images in Google Images should also display 🚫 like on all main images so I can blacklist them. This screenshot of a video I recorded on October 9th, 2025, shows that they used to be blockable from v8.10.0 to v8.12.0.

Actual Behavior
After v8.12.0, the blacklisted sites started to show their images in related images despite the 13 websites being blacklisted like shown in the 1st screenshot, and 🚫 isn't visible in here too.
Browser
Chrome 148.0.7778.168
uBlacklist Version
9.7.0
Search Engine
Google
Additional Context
To be honest, there's 2 other seemly overlooked posts regarding the same bug, and I do hope that this bug about unblockable related images on Google Images will be fixed in the next update.
#695
#716
Checklist
Beta Was this translation helpful? Give feedback.
All reactions