Commit Graph

263 Commits

Author SHA1 Message Date
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
geeseven 4539bc1f63 typo and clean up per review in #5939 2020-12-06 13:22:59 -06:00
geeseven bce8f21127 add add-nextcloud-bookmarks userscript 2020-12-06 13:20:32 -06:00
Florian Bruhin 4eda626daa Merge remote-tracking branch 'origin/pr/5912' 2020-12-03 12:28:20 +01:00
Florian Bruhin e07611fc31 Enforce /usr/bin/env shebangs in userscripts
See https://github.com/qutebrowser/qutebrowser/discussions/5927#discussioncomment-145322
2020-12-03 11:09:20 +01:00
Florian Bruhin fcbab8275d Fix typos in kodi userscript 2020-12-03 10:48:04 +01:00
geeseven 45dd84e6c8 add kodi userscript 2020-12-02 19:21:13 -06:00
Florian Bruhin 6c42f97781 Add QR userscript 2020-12-02 10:41:36 +01:00
Florian Bruhin 5e48fa1d1c doc: Add 1password userscript 2020-11-29 22:43:47 +01:00
rien333 872e439cd9 Increase visibility of certain elements under darkmode 2020-11-25 23:56:58 +01:00
Florian Bruhin dad3a687ed Merge remote-tracking branch 'origin/pr/5827' 2020-11-20 10:17:48 +01:00
generaldenmark aacc68a743 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
Florian Bruhin 2fc1d19f1f doc: Add doi userscript 2020-11-05 19:32:32 +01:00