diff --git a/app/filter.py b/app/filter.py index 6b281e1..5acf31b 100644 --- a/app/filter.py +++ b/app/filter.py @@ -433,10 +433,6 @@ class Filter: # Internal google links (i.e. mail, maps, etc) should still # be forwarded to Google link['href'] = 'https://google.com' + q - elif link['href'].startswith('/url'): - link['href'] = q - if self.config.new_tab: - link['target'] = '_blank' elif q.startswith('https://accounts.google.com'): # Remove Sign-in link link.decompose()