parent
1eb8e04ed1
commit
349b87ec18
|
@ -486,6 +486,8 @@ class Filter:
|
||||||
if parent.name == 'footer' or f'{GClasses.footer}' in p_cls:
|
if parent.name == 'footer' or f'{GClasses.footer}' in p_cls:
|
||||||
link.decompose()
|
link.decompose()
|
||||||
parent = parent.parent
|
parent = parent.parent
|
||||||
|
|
||||||
|
if link.decomposed:
|
||||||
return
|
return
|
||||||
|
|
||||||
# Replace href with only the intended destination (no "utm" type tags)
|
# Replace href with only the intended destination (no "utm" type tags)
|
||||||
|
|
Loading…
Reference in New Issue