qutebrowser/misc/userscripts
Florian Bruhin 1a4fff1a42 doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
..
README.md Update docs 2020-12-22 14:17:34 +01:00
add-nextcloud-bookmarks clean up URL encoding 2021-01-02 07:39:47 -06:00
add-nextcloud-cookbook add add-nextcloud-cookbook userscript 2020-12-08 13:02:41 -06:00
cast doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
dmenu_qutebrowser doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
format_json Enforce /usr/bin/env shebangs in userscripts 2020-12-03 11:09:20 +01:00
getbib doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
kodi Fix typos in kodi userscript 2020-12-03 10:48:04 +01:00
open_download typo 2019-04-30 01:14:12 +03:00
openfeeds doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
password_fill Trigger input change event in password_fill. 2020-02-14 11:23:13 +01:00
qr Enforce /usr/bin/env shebangs in userscripts 2020-12-03 11:09:20 +01:00
qute-bitwarden doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
qute-keepass doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
qute-lastpass doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
qute-pass doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
qutedmenu Fix qutedmenu, the same way as dmenu_qutebrowser was fixed, and applies the change requests made by @The-Compiler 2020-11-13 23:07:16 +01:00
readability Whitespace 2019-08-22 09:49:19 +02:00
readability-js [readability-js] horizontally align codeblock contents 2021-01-05 14:12:14 +01:00
ripbang Make userscripts work on both Python 2 and 3 2017-09-29 13:38:38 +02:00
rss doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
taskadd Fix: prevent unmatched quote (#3726) 2018-03-16 06:16:16 -04:00
tor_identity doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
view_in_mpv doc: Switch URLs to https 2021-01-26 15:19:01 +01:00

README.md

Userscripts

The following userscripts are included in the current directory.

  • cast: Cast content on your Chromecast using castnow. Only youtube-dl downloadable content.
  • dmenu_qutebrowser: Pipes history, quickmarks, and URL into dmenu.
  • format_json: Pretty prints current page's JSON code in other tab.
  • getbib: Scraping the current web page for DOIs and downloading corresponding bibtex information.
  • open_download: Opens a rofi menu with all files from the download directory and opens the selected file.
  • openfeeds: Opens all links to feeds defined in the head of a site.
  • password_fill: Find a username/password entry and fill it with credentials given by the configured backend (currently only pass) for the current website.
  • qute-keepass: Insertion of usernames and passwords from keepass databases using pykeepass.
  • qute-pass: Insert login information using pass and a dmenu-compatible application (e.g. dmenu, rofi -dmenu, ...).
  • qute-lastpass: Similar to qute-pass, for Lastpass.
  • qute-bitwarden: Similar to qute-pass, for Bitwarden.
  • qutedmenu: Handle open -s && open -t with bemenu.
  • readability: Executes python-readability on current page and opens the summary as new tab.
  • readability-js: Processes the current page with the readability library used in Firefox Reader View and opens the summary as new tab.
  • ripbang: Adds DuckDuckGo bang as searchengine.
  • rss: Keeps track of URLs in RSS feeds and opens new ones.
  • taskadd: Adds a task to taskwarrior.
  • tor_identity: Change your tor identity.
  • view_in_mpv: Views the current web page in mpv using sensible mpv-flags.
  • qr: Show a QR code for the current webpage via qrencode.
  • kodi: Play videos in Kodi.
  • add-nextcloud-bookmarks: Create bookmarks in Nextcloud's Bookmarks app.
  • add-nextcloud-cookbook: Add recipes to Nextcloud's Cookbook app.

Others

The following userscripts can be found on their own repositories.