qutebrowser/misc/userscripts
Florian Bruhin 0a2940622c Fix some userscript syntax issues
Thanks to (a hacked) pyupgrade
2022-04-03 21:04:33 +02:00
..
README.md Add missing space 2022-03-31 14:37:20 +02:00
add-nextcloud-bookmarks Use and enforce python3 shebangs in userscripts 2021-01-28 16:11:13 +01:00
add-nextcloud-cookbook Use and enforce python3 shebangs in userscripts 2021-01-28 16:11:13 +01:00
cast cast userscript: Fix error message 2022-03-31 11:41:30 +02:00
dmenu_qutebrowser doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
format_json Switch format_json userscript to /bin/sh again 2021-01-28 15:17:17 +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 userscripts/open_download: Wait for xdg-open exit code 2022-01-12 15:23:23 +02:00
openfeeds doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
password_fill password_fill: Fix quoting for variable expansions 2021-11-08 08:27:34 +01:00
qr Enforce /usr/bin/env shebangs in userscripts 2020-12-03 11:09:20 +01:00
qute-bitwarden Fix some userscript syntax issues 2022-04-03 21:04:33 +02:00
qute-keepass qute-keepass: Add missing exit 2021-07-13 10:50:38 +02:00
qute-keepassxc Merge remote-tracking branch 'origin/pr/6543' 2022-03-31 21:14:40 +02:00
qute-lastpass Fix other license typo 2022-02-14 16:17:04 +01:00
qute-pass Fix some userscript syntax issues 2022-04-03 21:04:33 +02: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 Fix some userscript syntax issues 2022-04-03 21:04:33 +02:00
readability-js Add reference to AUR package 2021-05-30 00:36:41 +02:00
ripbang make url grabbing more robust 2022-03-02 10:59:30 -05:00
rss doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
taskadd Update missed URL 2021-01-26 15:23:13 +01:00
tor_identity doc: Switch URLs to https 2021-01-26 15:19:01 +01:00
view_in_mpv RIP Freenode 2021-05-26 09:34:37 +02: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-keepassxc: Insert credentials from open KeepassXC database using keepassxc-browser protocol.
  • 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.