qutebrowser_configs/configs/chrome-urls.py

38 lines
1.6 KiB
Python

# -*- mode: python; python-indent-offset: 4; tab-width: 0; encoding: utf-8-unix -*-
# This should be execed in config.py
"""This is a comprehensive list of chrome:// and qute:// URLs
so it's easy to find them, bound to the prefix letter c
"""
# https://cnman.github.io/chrome-urls.html
# not chrome://history/"
config.unbind("cd") # download-clear
config.bind("cA", "open chrome://accessibility/")
config.bind("cB", "open chrome://blob-internals/")
config.bind("cb", "open qute://bindings/")
config.bind("cC", "open chrome://appcache-internals")
config.bind("cD", "open chrome://sandbox")
config.bind("cE", "open chrome://serviceworker-internals/")
config.bind("ce", "open qute://pyeval")
config.bind("cG", "open chrome://gpu/")
config.bind("cH", "open chrome://histograms/")
config.bind("ch", "open qute://help")
config.bind("cI", "open chrome://indexeddb-internals/")
config.bind("cl", "open qute://log")
config.bind("cM", "open chrome://media-internals/")
config.bind("cm", "open qute://bookmarks/")
config.bind("cN", "open chrome://net-internals/")
config.bind("cQ", "open chrome://quota-internals/")
#config.bind("cp", "open qute://process")
#config.bind("cr", "open qute://resource")
config.bind("cs", "open qute://settings")
config.bind("cT", "open chrome://qt")
config.bind("ct", "open qute://start")
config.bind("cU", "open chrome://user-actions/")
config.bind("cv", "open qute://version/")
config.bind("cW", "open chrome://webrtc-internals/")
config.bind("cX", "open chrome://webrtc-logs")
# There does not seem to be a way currently to disable service workers
# the feature in the Chrome browser.