From p.zdilar97 at gmail.com Sun Jun 4 02:24:43 2017 From: p.zdilar97 at gmail.com (=?UTF-8?Q?Pa=C5=A1ko_Zdilar?=) Date: Sun, 4 Jun 2017 02:24:43 +0200 Subject: [qutebrowser] "Stylish"-like plugin for qutebrowser Message-ID: Hello, To keep it short - I like qutebrowser very much, and I would like to know if it is possible to have another feature in it - something similar to "Stylish" from chromium which allows users to add custom CSS styles for frequently visited sites - mostly in order to change the bright background to dark for late-night browsing. I just want to check with you guys if it already exists, if someone is working on it, or is it possible at all. I am a computer science student and very passionate about programming so I would love to contribute if I could. Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Sun Jun 4 14:31:01 2017 From: me at the-compiler.org (Florian Bruhin) Date: Sun, 4 Jun 2017 14:31:01 +0200 Subject: [qutebrowser] "Stylish"-like plugin for qutebrowser In-Reply-To: References: Message-ID: <20170604123101.n6rhxh6regm26cr2@hooch.localdomain> Hey, On Sun, Jun 04, 2017 at 02:24:43AM +0200, Pa?ko Zdilar wrote: > To keep it short - I like qutebrowser very much, and I would like to know > if it is possible to have another feature in it - something similar to > "Stylish" from chromium which allows users to add custom CSS styles for > frequently visited sites - mostly in order to change the bright background > to dark for late-night browsing. You can already do ":set ui user-stylesheet" and set that to a CSS you'd like to use - I personally use this: https://github.com/alphapapa/solarized-everything-css However you can't set a styleheet per-domain yet. That's going to come soon though with per-domain settings on which I'll work full-time starting next week, see: https://www.kickstarter.com/projects/the-compiler/qutebrowser-v10-with-per-domain-settings/ > I just want to check with you guys if it already exists, if someone is > working on it, or is it possible at all. I am a computer science student > and very passionate about programming so I would love to contribute if I > could. I'm always happy about contributions! :) If you still want to contribute with something else, there's a list of isses marked easy: https://github.com/qutebrowser/qutebrowser/issues?q=is%3Aopen+is%3Aissue+label%3Aeasy And also some issues related to JavaScript and C++ rather than Python: https://github.com/qutebrowser/qutebrowser/issues?q=is%3Aopen+is%3Aissue+label%3Ac%2B%2B https://github.com/qutebrowser/qutebrowser/issues?q=is%3Aopen+is%3Aissue+label%3Ajavascript Florian -- https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From me at the-compiler.org Fri Jun 9 14:45:43 2017 From: me at the-compiler.org (Florian Bruhin) Date: Fri, 9 Jun 2017 14:45:43 +0200 Subject: [qutebrowser] config reorganization and renames Message-ID: <20170609124540.yxeubiqj7bwgtjfe@hooch.localdomain> Hi! As you might know I'm in the middle of the config revolution of qutebrowser ;-) As part of that, I plan to clean up the config to make things more consistent and clear, as it'll be a breaking change anyways, so now is the time to do that! I'd like some input on that - see this issue for details: https://github.com/qutebrowser/qutebrowser/issues/2708 Florian -- https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc I love long mails! | https://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: From m2habert at gmail.com Tue Jun 13 06:30:58 2017 From: m2habert at gmail.com (=?UTF-8?Q?Maur=C3=ADcio_Habert?=) Date: Tue, 13 Jun 2017 01:30:58 -0300 Subject: [qutebrowser] [Tip / Hack] Don't know where to post this personal tip... (DroidVim + qutebrowser) Message-ID: Hi there, I think I stumbled on pretty pretty pretty great thing and would like to share with the qB user community... although I don't know exactly where. (I've tried to register in the ArchLinux forum page, which is well attended by enthusiasts, but I'm not really a Linux user, so I've failed the date -u +%V$(uname)|sha256sum|sed 's/\W//g' test... haha). I don't know if gitHub has a place for this sort of thing... ?Maybe somebody could point me in the right direction? Maybe this is no big thing for the github user (which I'm definetly not), but I think it might be very pleasing for the average user, provided he uses an Android phone: Here is my tip : there is this Vim porting to Android called "DroidVim" that works really well. Its author also provided a handy integration with Dropbox. And, since qutebrowser follows the concept of storing both its sessions and bookmarks as text files, a very neat and "Vimphilic" auto sync connection can be stablished : qutebrowser >< Dropbox >< DroidVim ... all you got to do is create symlinks of desired qb's folders at Dropbox Obviously, the "vim-on-your" phone is not a prerequisite, by all means. But, really, vim is the greatest for interacting with this clunky type of data files, SPECIALLY on a phone (which gets even more evident by the clumsy nature of Android's copy-&-paste interface). For starters, all you got to do is type "/htt" and start jumping form and to every url on the file. And the very best (which I've just found out recently): although Netrw's does not work out-of-the-box, all you got to do is add the following to your vimrc: let g:netrw_browsex_viewer = "am start --user 0 -a android.intent.action.VIEW -t text/html -d " and it works like a charm! (which is to say: gx opens any url in your chosen local phone browser) So, that's it, that is my tip. Vim in both ends of your digital stick... with gx speedly opening anything you had previously left saved at qutebrowser. Hope this can be helpful to somebody... Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Tue Jun 13 21:46:52 2017 From: me at the-compiler.org (Florian Bruhin) Date: Tue, 13 Jun 2017 21:46:52 +0200 Subject: [qutebrowser] Qt 5.9, QtWebKit-NG 5.212 Alpha and next qutebrowser release Message-ID: <20170613194651.h7thci34uvlsm4gq@hooch.localdomain> Hey! Qt 5.9 and QtWebKit-NG 5.212 have been released recently, a few interesting things you might want to know about them: QtWebKit-NG and segfaults ------------------------- QtWebKit-NG segfaults often (like when posting comments on reddit) when built with GCC 7 (like on Archlinux). I was able to track the bug down and asked for a workaround to be applied to the package, but it's not in yet: https://github.com/annulen/webkit/issues/562 https://bugs.archlinux.org/task/54428 You might want to switch to QtWebEngine in the meantime, or downgrade your qt5-webkit-ng package, or rebuild it with that patch (it'll take some while to build though). Qt 5.9 ------ Qt 5.9 has a lot of interesting stuff for QtWebEngine: - Updated to Chromium 56 (5.8 was based on 53) with all associated features and bugfixes (no more "Renderer process crashed" hopefully!) - Downloads now show a proper reason when failing (as soon as PyQt is updated to 5.9, see below) - Bugs with typing accented chars (dead keys, compose key, etc.) should be fixed. (Was already patched on Archlinux) - The bug where pages opened from another page get grey when the original tab gets closed is fixed. (Was already patched on Archlinux) -