diff --git a/app/filter.py b/app/filter.py index 9388d68..7412275 100644 --- a/app/filter.py +++ b/app/filter.py @@ -466,7 +466,7 @@ class Filter: if href.startswith(MAPS_URL): # Maps links don't work if a site filter is applied link['href'] = MAPS_URL + "?q=" + clean_query(q) - elif (href.startswith('/?') or href.startswith('/search?') or + elif (href.startswith('/?') or href.startswith('/search?') or href.startswith('/imgres?')): # make sure that tags can be clicked as relative URLs link['href'] = href[1:]