Florian Bruhin
71d2f46f2b
doc: Add userscript repo link
2021-07-06 11:47:04 +02:00
Florian Bruhin
ae4520884c
doc: Add untrack-url
...
See #6555
2021-06-21 11:32:26 +02:00
Sidharth Arya
6219592e47
Update README.md
2021-06-04 19:44:43 +05:30
Sidharth Arya
7e7ef7439b
Update README.md
2021-06-04 18:27:19 +05:30
Rijnder Wever
a0ac31e0eb
Add reference to AUR package
...
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-30 00:36:41 +02:00
Florian Bruhin
7961cf7355
RIP Freenode
2021-05-26 09:34:37 +02:00
afreakk
b04f99bcfc
qute-pass: dont run pass twice when otp-only
2021-04-19 14:56:36 +02:00
Florian Bruhin
6692928f95
Merge remote-tracking branch 'origin/pr/6377'
2021-04-19 11:23:55 +02:00
frank shin
49e858e7d4
address PR comment
2021-04-17 01:29:01 -04:00
afreakk
efcb379872
qute-pass: extract username/pw only when needed
2021-04-16 17:12:09 +02:00
frank shin
909230a8ac
Check bitwarden CLI tool return code instead of stderr to check for error
2021-04-10 11:24:29 -04:00
Florian Bruhin
379b3ca984
Revert "Fix gopass mime format for qute-pass userscript"
...
This reverts commit 3284ec900e .
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-04-01 10:06:17 +02:00
Florian Bruhin
56da5423c0
Merge remote-tracking branch 'origin/pr/6263'
2021-03-23 20:06:22 +01:00
Rijnder Wever
173a05944c
Output valid HTML
...
Co-authored-by: Florian Bruhin <me@the-compiler.org>
2021-03-23 20:05:29 +01:00
s3lph
62ff0f0ec0
qute-pass userscript: Add -o flag to gopass otp invocation so the metadata arount the OTP token is omitted
2021-03-18 02:37:12 +01:00
Florian Bruhin
1bfb476d02
Merge pull request #6279 from irimi1/keepassxc-userscript-url-fix
...
userscripts: keepassxc: Fix broken link
2021-03-15 14:06:08 +01:00
Florian Bruhin
9303e6a854
tests: Don't download TLD list
2021-03-15 11:09:32 +01:00
Manuel Groß
ba644291d7
userscripts: keepassxc: Fix broken link
2021-03-14 19:52:54 +01:00
rien333
41dbe04fe3
[readability-js] Add article metadata on top of the page
2021-03-11 19:24:27 +01:00
Florian Bruhin
f54b76b0a4
Merge remote-tracking branch 'origin/pr/6241'
2021-03-11 17:14:39 +01:00
rien333
e6f470105f
Use HTML5 meta tag
2021-03-08 23:16:22 +01:00
rnhmjoj
2abc3c585c
userscripts/readability-js: fixup of 55fdae8
...
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-08 22:05:26 +01:00
rnhmjoj
55fdae8eed
userscripts/readability: add unique body class
...
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-08 17:55:48 +01:00
Florian Bruhin
f088a99138
Fix license URL
2021-03-03 18:13:24 +01:00
Florian Bruhin
eddb05b240
Merge remote-tracking branch 'origin/pr/6056'
2021-03-03 17:51:19 +01:00
Florian Bruhin
15f476b30d
Merge pull request #6214 from rien333/master
...
[readability-js] Improve install instructions
2021-02-28 22:19:35 +01:00
Rijnder Wever
9d5c7b5ed8
Make clear how to set qt.environ
2021-02-26 23:52:25 +01:00
rien333
05b0fd7c32
[readability-js] Improve install instructions
2021-02-26 13:05:14 +01:00
Florian Bruhin
8f9d07674c
Use and enforce python3 shebangs in userscripts
...
See #6080
2021-01-28 16:11:13 +01:00
Florian Bruhin
aa333512a1
Switch format_json userscript to /bin/sh again
...
It was switched to bash in 22e4a800a1 for
"-o pipefail", but doesn't actually use pipes, so we might as well
switch it back to sh again.
2021-01-28 15:17:17 +01:00
Florian Bruhin
45d02d7903
Update missed URL
2021-01-26 15:23:13 +01:00
Florian Bruhin
1a4fff1a42
doc: Switch URLs to https
2021-01-26 15:19:01 +01:00
Markus Blöchl
62afe97f99
Change inline markdown formatting in qute-keepassxc
2021-01-25 22:48:45 +01:00
Markus Blöchl
9063229f4d
Add userscript qute-keepassxc
2021-01-23 17:28:13 +01:00
Florian Bruhin
222f1f19a1
Bump copyright years
...
Closes #6015
2021-01-20 20:06:19 +01:00
Florian Bruhin
25afb200ed
Rename :enter-mode and :leave-mode
...
See #6022
2021-01-20 18:19:03 +01:00
Florian Bruhin
909bfff3ce
Merge remote-tracking branch 'origin/pr/6016'
2021-01-05 19:49:46 +01:00
rien333
4cc61c5182
[readability-js] horizontally align codeblock contents
...
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-05 14:12:14 +01:00
rien333
2eb6db1a75
sync
2021-01-05 14:10:56 +01:00
rien333
851474efc7
[readability-js] horizontally align codeblock contents
...
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-05 14:05:11 +01:00
geeseven
576de1aa18
clean up URL encoding
2021-01-02 07:39:47 -06:00
geeseven
6ade0c3bd4
encode URL when checking if it has been bookmarked
...
URLs with '#' were not getting identified correctly when getting checked. Encoding the URL fixes this.
2021-01-02 06:29:54 -06:00
Florian Bruhin
cd9c701a1b
Update docs
2020-12-22 14:17:34 +01:00
Florian Bruhin
52af93eb53
Merge remote-tracking branch 'origin/pr/5939'
2020-12-22 14:16:47 +01:00
Florian Bruhin
4a541f6840
Merge remote-tracking branch 'origin/pr/5972'
2020-12-22 13:26:09 +01:00
Florian Bruhin
b7d1c4079d
Simplify and fix lint
2020-12-22 12:38:06 +01:00
Timothy DeHerrera
3284ec900e
Fix gopass mime format for qute-pass userscript
2020-12-21 02:50:55 -07:00
user202729
2d5f088025
Fix qute-lastpass userscript enters text containing multiple <
2020-12-17 14:37:11 +07:00
geeseven
6f9d5bf433
add add-nextcloud-cookbook userscript
2020-12-08 13:02:41 -06:00
geeseven
a1e8921e9b
fix URL
2020-12-08 12:55:00 -06:00