Remove css

This commit is contained in:
gripped 2021-10-30 11:15:23 +00:00
parent c2ced23073
commit 0c635c630e

View File

@ -177,8 +177,7 @@ def append_nojs(result: BeautifulSoup) -> None:
"""
nojs_link = BeautifulSoup(features='html.parser').new_tag('a')
nojs_link['href'] = '/window?location=' + result['href']
nojs_link['style'] = 'display:block;width:100%;'
nojs_link.string = 'NoJS Link'
nojs_link.string = ' NoJS Link'
result.append(nojs_link)