mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-06-04 22:05:22 -04:00
9f68c843d6
There are certain links (such as the age verification link mentioned in issue #1083) that should trigger removal of the entire container div on the results page, rather than just hiding the link itself. This introduces a new `unsupported_g_divs` list that holds links that will trigger a removal of the result div on the result page. Fixes #1083