summaryrefslogtreecommitdiff
path: root/misc/userscripts
AgeCommit message (Collapse)Author
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-08-21Merge remote-tracking branch 'origin/pr/6633'Florian Bruhin
2021-08-18Optionally provide unfiltered selection of secretsAndré Keller
Add an option to show all secrets, whether they match the current url or not.
2021-08-03Optionally ask for confirmation before inserting a passwordAndré Keller
The default behaviour of qute-pass userscript will insert a password automatically if there is only a single candidate found. This option will force the selection prompt (i.e. dmenu) to show regardless of how many password candidates are found.
2021-07-13qute-keepass: Add missing exitFlorian Bruhin
Closes #6592
2021-07-06doc: Add userscript repo linkFlorian Bruhin
2021-06-21doc: Add untrack-urlFlorian Bruhin
See #6555
2021-06-04Update README.mdSidharth Arya
2021-06-04Update README.mdSidharth Arya
2021-05-30Add reference to AUR packageRijnder Wever
I just added the readability package to the [AUR](https://aur.archlinux.org/packages/nodejs-readability-git/). Not much of a difference from using npm directly, but, personally, (i) I prefer to manage all my (important) packages using yay, and (ii) like to perform all system upgrades from one place (i.e. yay --devel).
2021-05-26RIP FreenodeFlorian Bruhin
2021-04-19qute-pass: dont run pass twice when otp-onlyafreakk
2021-04-19Merge remote-tracking branch 'origin/pr/6377'Florian Bruhin
2021-04-17address PR commentfrank shin
2021-04-16qute-pass: extract username/pw only when neededafreakk
2021-04-10Check bitwarden CLI tool return code instead of stderr to check for errorfrank shin
2021-04-01Revert "Fix gopass mime format for qute-pass userscript"Florian Bruhin
This reverts commit 3284ec900e42b279bc3bc40593d7356ab1e3f9b0. Not needed as most gopass versions do this when stdout is a pipe, but it interfers with reading the username from the secret. See the discussion in #6323 for more detail, and #5972 for the original PR.
2021-03-23Merge remote-tracking branch 'origin/pr/6263'Florian Bruhin
2021-03-23Output valid HTMLRijnder Wever
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-03-18qute-pass userscript: Add -o flag to gopass otp invocation so the metadata ↵s3lph
arount the OTP token is omitted
2021-03-15Merge pull request #6279 from irimi1/keepassxc-userscript-url-fixFlorian Bruhin
userscripts: keepassxc: Fix broken link
2021-03-15tests: Don't download TLD listFlorian Bruhin
2021-03-14userscripts: keepassxc: Fix broken linkManuel Groß
2021-03-11[readability-js] Add article metadata on top of the pagerien333
2021-03-11Merge remote-tracking branch 'origin/pr/6241'Florian Bruhin
2021-03-08Use HTML5 meta tagrien333
2021-03-08userscripts/readability-js: fixup of 55fdae8rnhmjoj
The mozilla/readability library doesn't output a body by default. So, let's add one in the header and plug the result in.
2021-03-08userscripts/readability: add unique body classrnhmjoj
Until per-domains stylesheets are implemented, there is no way to apply style to the readability page only. With this patch, you can just use the global setting `content.user_stylesheets` by writing a more specific CSS selector. For example: body.qute-readability { font-family: Libertinus; font-size: 1.2em; text-align: justify; } will change the font and text alignment of the readability page, without altering the style of other websites.
2021-03-03Fix license URLFlorian Bruhin
2021-03-03Merge remote-tracking branch 'origin/pr/6056'Florian Bruhin
2021-02-28Merge pull request #6214 from rien333/masterFlorian Bruhin
[readability-js] Improve install instructions
2021-02-26Make clear how to set qt.environRijnder Wever
2021-02-26[readability-js] Improve install instructionsrien333
2021-01-28Use and enforce python3 shebangs in userscriptsFlorian Bruhin
See #6080
2021-01-28Switch format_json userscript to /bin/sh againFlorian Bruhin
It was switched to bash in 22e4a800a1c6080d29d41eeda229bc67b7bf314b for "-o pipefail", but doesn't actually use pipes, so we might as well switch it back to sh again.
2021-01-26Update missed URLFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-25Change inline markdown formatting in qute-keepassxcMarkus Blöchl
2021-01-23Add userscript qute-keepassxcMarkus Blöchl
2021-01-20Bump copyright yearsFlorian Bruhin
Closes #6015
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
See #6022
2021-01-05Merge remote-tracking branch 'origin/pr/6016'Florian Bruhin
2021-01-05[readability-js] horizontally align codeblock contentsrien333
Before, the first line of a `code` element within a `pre` element had indentation/padding applied to it, creating the illusion that the line started with a space. Now, all the lines in `code` elements horizontally align.
2021-01-05syncrien333
2021-01-05[readability-js] horizontally align codeblock contentsrien333
Before, the first line of a `code` element within a `pre` element had indentation/padding applied to it, creating the illusion that the line started with a space. Now, all the lines in `code` elements horizontally align.
2021-01-02clean up URL encodinggeeseven
2021-01-02encode URL when checking if it has been bookmarkedgeeseven
URLs with '#' were not getting identified correctly when getting checked. Encoding the URL fixes this.
2020-12-22Update docsFlorian Bruhin
2020-12-22Merge remote-tracking branch 'origin/pr/5939'Florian Bruhin
2020-12-22Merge remote-tracking branch 'origin/pr/5972'Florian Bruhin