Skip to content

Commit

Permalink
edit(qute): allow more websites JS
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Mar 16, 2024
1 parent 59b6a90 commit 2ba4aa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qutebrowser/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
r"*://*.mitadmissions.org/*",
r"*://*.monkeytype.com/*",
r"*://*.myaccount.google.com/*",
r"*://*.notion.so/*",
r"*://*.notion.site/*",
r"*://*.overleaf.com/*", # their documentation is admittedly not bad
r"*://*.pretzel.rocks/*",
r"*://*.probase.app/*",
Expand Down Expand Up @@ -106,6 +108,7 @@
r"*://gitlab.com/*",
r"*://github.com/*",
r"*://groups.google.com/*",
r"*://hackmd.io/*",
r"*://hanabi-competitions.com/*",
r"*://hanabi.github.io/*",
r"*://hanabi-league.com/*",
Expand All @@ -123,6 +126,7 @@
r"*://regex101.com/*",
r"*://sc2replaystats.com/*",
r"*://stackoverflow.com/*",
r"*://steamcommunity.com/*",
r"*://streamlabs.com/*",
r"*://tailwindcomponents.com/*",
r"*://tailwindcss.com/*",
Expand Down

0 comments on commit 2ba4aa6

Please sign in to comment.