qutebrowser: Remove outline readability alias
Removed alias to invoke sending a page to outline to make it more readable. Two reasons: First, outline seems gone. The website is hogged by advertisements. Second, when I really need a page in readability mode, I can just send it to my personal wallabag instance and as a bonus even get it archived automatically.
This commit is contained in:
parent
03ec445076
commit
b20e011b66
2 changed files with 0 additions and 4 deletions
|
@ -14,9 +14,6 @@ c.aliases["add-shaarli"] = "spawn --userscript shaarli_add.sh"
|
||||||
# re-opens the current page on the web archive overview page
|
# re-opens the current page on the web archive overview page
|
||||||
c.aliases["send-to-archive"] = "open https://web.archive.org/web/{url}"
|
c.aliases["send-to-archive"] = "open https://web.archive.org/web/{url}"
|
||||||
|
|
||||||
# sends current page to outline and thus through readability mode
|
|
||||||
c.aliases["send-to-outline"] = "open https://outline.com/{url}"
|
|
||||||
|
|
||||||
# save current page to pdf file
|
# save current page to pdf file
|
||||||
c.aliases["save_to_pdf"] = "spawn --userscript pagetopdf.sh"
|
c.aliases["save_to_pdf"] = "spawn --userscript pagetopdf.sh"
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,6 @@ config.bind(";w", "hint links userscript wallabag_add.sh") # add link to wallab
|
||||||
config.bind('"s', "add-shaarli", mode="normal")
|
config.bind('"s', "add-shaarli", mode="normal")
|
||||||
|
|
||||||
config.bind('"a', "send-to-archive", mode="normal")
|
config.bind('"a', "send-to-archive", mode="normal")
|
||||||
config.bind('"o', "send-to-outline", mode="normal")
|
|
||||||
|
|
||||||
config.bind('"t', "translate-page-google", mode="normal")
|
config.bind('"t', "translate-page-google", mode="normal")
|
||||||
config.bind('"T', "translate-selection-google", mode="normal")
|
config.bind('"T', "translate-selection-google", mode="normal")
|
||||||
|
|
Loading…
Reference in a new issue