diff --git a/README.md b/README.md index d8cc932..1a75c5b 100644 --- a/README.md +++ b/README.md @@ -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