qutebrowser: Rewrite medium urls to use scribe.rip
This commit is contained in:
parent
b67ceb1330
commit
b8e97120d9
2 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,7 @@ redirects = {
|
||||||
"www.instagram.com": "bibliogram.art",
|
"www.instagram.com": "bibliogram.art",
|
||||||
"wikipedia.org": "wikiless.org",
|
"wikipedia.org": "wikiless.org",
|
||||||
"en.wikipedia.org": "wikiless.org",
|
"en.wikipedia.org": "wikiless.org",
|
||||||
|
"medium.com": "scribe.rip",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Open any of: quickmarks, bookmarks and browser history via dmenu (or rofi)
|
# Open any of: quickmarks, bookmarks and browser history via dmenu (or rofi)
|
||||||
# Handle open -s && open -t with bemenu
|
# Handle open -s && open -t with bemenu
|
||||||
|
#
|
||||||
|
# Requires sqlite3 binary installed to traverse the history.
|
||||||
|
|
||||||
#:bind o spawn --userscript /path/to/userscripts/qutedmenu open
|
#:bind o spawn --userscript /path/to/userscripts/qutedmenu open
|
||||||
#:bind O spawn --userscript /path/to/userscripts/qutedmenu tab
|
#:bind O spawn --userscript /path/to/userscripts/qutedmenu tab
|
||||||
|
|
Loading…
Reference in a new issue