Skip to content

Instantly share code, notes, and snippets.

@nephitejnf
Last active January 2, 2023 23:17
Show Gist options
  • Save nephitejnf/3457258c0c4d444c33f562444e7b795c to your computer and use it in GitHub Desktop.
Save nephitejnf/3457258c0c4d444c33f562444e7b795c to your computer and use it in GitHub Desktop.
Qute Config
config.load_autoconfig(False)
# bindings.commands = {"normal": {";w": "hint links spawn --detach mpv --force-window yes {hint-url}", "pt": "pin-tab"}}
config.bind('pt', 'tab-pin')
config.bind(';w','hint links spawn --detach mpv --force-window yes {hint-url}')
config.bind(';W','spawn --detach mpv --force-window yes {url}')
config.bind(';I','hint images spawn --output-messages wget -P "/home/nephitejnf/Downloads/Qute/" {hint-url}')
# password management
config.bind('ee','spawn --userscript qute-pass')
config.bind('eu','spawn --userscript qute-pass --username-only')
config.bind('ep','spawn --userscript qute-pass --password-only')
config.bind('eo','spawn --userscript qute-pass --otp-only')
c.colors.tabs.even.bg = 'grey'
c.colors.tabs.odd.bg = 'darkgrey'
c.content.blocking.method = 'adblock'
c.content.blocking.adblock.lists = [
"https://easylist.to/easylist/easylist.txt",
"https://easylist.to/easylist/easyprivacy.txt",
"https://easylist.to/easylist/fanboy-social.txt",
"https://secure.fanboy.co.nz/fanboy-annoyance.txt",
"https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt",
#"https://gitlab.com/curben/urlhaus-filter/-/raw/master/urlhaus-filter.txt",
"https://pgl.yoyo.org/adservers/serverlist.php?showintro=0;hostformat=hosts",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/legacy.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters-2020.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters-2021.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/badware.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/privacy.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/badlists.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/annoyances.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/resource-abuse.txt",
"https://www.i-dont-care-about-cookies.eu/abp/",
"https://secure.fanboy.co.nz/fanboy-cookiemonster.txt",
"https://github.com/uBlockOrigin/uAssets/raw/master/filters/unbreak.txt"]
c.content.pdfjs = True
c.content.autoplay = False
c.editor.command = ["st", "-e", "vim", "{file}", "-c", "normal {line}G{column0}l"]
c.input.insert_mode.auto_load = True
c.spellcheck.languages = ["en-US", "de-DE", "es-ES", "ko"]
c.tabs.background = True
c.tabs.title.format_pinned = '{index} {audio}'
c.url.open_base_url = True
c.url.start_pages = 'https://search.realnephestate.xyz/'
c.url.default_page = 'about:blank'
c.url.searchengines = {"DEFAULT": "https://search.realnephestate.xyz/search?q={}",
"ddg": "https://duckduckgo.com/?q={}",
"ksl": "https://classifieds.ksl.com/search?keyword={}",
"tw": "https://twitch.tv/{}",
"dlive": "https://dlive.tv/{}",
"ig": "https://infogalactic.com/w/index.php?search={}",
"yt": "https://www.youtube.com/results?search_query={}"}
c.window.title_format = '{perc}{current_title}{title_sep}nephestate browser'
@nephitejnf
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment