Update README.md

This commit is contained in:
laylavish
2024-01-08 09:30:52 -05:00
committed by GitHub
parent 3b429f6897
commit c1d6f05567
+3 -2
View File
@@ -42,8 +42,9 @@ I created a [repo that houses good tips & tricks for Google Search's operators](
## Q&A
Q: Why isn't the whole element being removed?
A: With this implementation, it preserves the ability to continuously scroll through Google Images without being blocked. See, if you outright block a website and remove its element from view (the traditional way), and your query returns too many images that are from your blocklist, Google Images will not allow you to scroll any farther than just the first few rows of images. What this implementation is doing here is setting the offending website's opacity to zero, which essentially blocks it. Doing it in this way bypasses the limitation from before, but it can look disorganized compared to the former.
**Q**: Why isn't the whole element being removed?
**A**: With this implementation, it preserves the ability to continuously scroll through Google Images without being blocked. See, if you outright block a website and remove its element from view (the traditional way), and your query returns too many images that are from your blocklist, Google Images will not allow you to scroll any farther than just the first few rows of images. What this implementation is doing here is setting the offending website's opacity to zero, which essentially blocks it. Doing it in this way bypasses the limitation from before, but it can look disorganized compared to the former.
## Special thanks