qutebrowser: Add function to remove floating elements
Primarily used to get rid of cookie banners or 'subscribe-to-my-newsletter' annoyances.
This commit is contained in:
parent
9159ea177d
commit
7003fe992f
3 changed files with 8 additions and 2 deletions
|
|
@ -98,4 +98,4 @@ colorscheme = f"{state_dir}/qutebrowser/colorscheme.py"
|
|||
if os.path.isfile(colorscheme):
|
||||
config.source(colorscheme)
|
||||
|
||||
c.url.start_pages = "https://start.duckduckgo.com/html"
|
||||
c.url.start_pages = "https://html.duckduckgo.com/lite"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue