Skip to content

Commit

Permalink
qutebrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKohn1208 committed Sep 28, 2023
1 parent c95f1e5 commit d725ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .config/qutebrowser/autoconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ settings:
global: both
content.mouse_lock:
https://krunker.io: true
content.register_protocol_handler:
https://calendar.google.com?cid=%25s: true
https://mail.google.com?extsrc=mailto&url=%25s: true
fonts.default_family:
global: JetBrainsMono Nerd Font
fonts.default_size:
Expand Down
22 changes: 2 additions & 20 deletions .config/qutebrowser/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,9 @@ def filter_yt(info: interceptor.Request):

interceptor.register(filter_yt)

config.bind(
"<Ctrl-Shift-y>",
"hint links spawn --detach mpv --cache=yes {hint-url}",
)

config.bind(
"M",
"hint links spawn --detach vlc {hint-url}",
)



# Which cookies to accept. With QtWebEngine, this setting also controls
# other features with tracking capabilities similar to those of cookies;
Expand Down Expand Up @@ -188,18 +182,6 @@ def filter_yt(info: interceptor.Request):
# Type: Bool
config.set("content.javascript.enabled", True, "chrome-devtools://*")

# Enable JavaScript.
# Type: Bool
config.set("content.javascript.enabled", True, "devtools://*")

# Enable JavaScript.
# Type: Bool
config.set("content.javascript.enabled", True, "chrome://*/*")

# Enable JavaScript.
# Type: Bool
config.set("content.javascript.enabled", True, "qute://*/*")

# picking fileselector
config.set("fileselect.handler", "external")
config.set(
Expand Down

0 comments on commit d725ba1

Please sign in to comment.