jnphilipp
3ee765869d
Add tor_identity userscript.
2018-02-16 14:22:08 +01:00
Florian Bruhin
4e4a1d01c4
Remove qutebrowser_viewsource userscript
...
:view-source --edit can now be used instead.
2018-02-10 10:37:05 +01:00
Kevin Velghe
cc4e8c1aae
fix password_fill using libsecret
2017-12-13 21:06:09 +01:00
François Chavant
4467f51e42
Use 'language: generic' for shellcheck, fix typo, correct indentation
2017-12-04 18:15:02 +01:00
François Chavant
22e4a800a1
Refactor format_json userscript to not parse 'ls' output
...
The script now also works under MacOS
2017-12-03 10:50:54 +01:00
François Chavant
dd589f180b
Fix remaining shellcheck warnings
2017-12-02 21:09:24 +01:00
François Chavant
31710b7045
Trivial fixes for shellcheck warnings
2017-12-02 19:37:20 +01:00
François Chavant
595a53ad3b
Apply patch from #1697
2017-12-02 19:37:18 +01:00
cryzed
d8887f12c0
Deduplicate documentation
2017-11-17 21:40:08 +01:00
cryzed
274c92a64b
Add documentation additionally to the help page of qute-pass (complaint from the Arch wiki)
2017-11-17 12:42:25 +01:00
Simon Désaulniers
3cb06f9a81
userscripts/cast: effectively kill old proc
...
Custom location installed castnow can't be killed with the command
`pkill -f /usr/bin/castnow`. Now recover the path to the binary in the path for
calling and killing the program.
2017-11-05 00:19:06 -04:00
cryzed
600d2a543d
Exit successfully when the user makes no selection
2017-11-03 13:54:43 +01:00
cryzed
4ec2e5485a
Sort candidates alphabetically
2017-11-03 13:14:29 +01:00
cryzed
22dcd775da
Improve warning message and adjust copyright
2017-11-03 11:57:23 +01:00
cryzed
a96e4490ee
Add qutebrowser license header and warning about login details in qute's debug log
2017-11-03 11:32:32 +01:00
cryzed
ee6b4bc7ee
Add option to merge pass candidates for the fully-qualified and registered domain name
2017-11-03 11:25:35 +01:00
cryzed
78eb7b5da8
Select pass candidates for the fully-qualified domain name first, then for the registered domain and finally the IPv4 address if that is what the URL was
2017-11-03 02:43:33 +01:00
cryzed
16fefc1c7b
Make changes suggested here: 0e3c42db69
2017-11-02 14:06:17 +01:00
cryzed
0e3c42db69
Rename qute-passmenu to qute-pass again
2017-11-01 20:40:59 +01:00
cryzed
6d37e4671a
Add support for not automatically entering insert mode
2017-11-01 19:08:49 +01:00
cryzed
09d55cb271
Add support for only inserting the username or password
2017-11-01 19:01:17 +01:00
cryzed
c97b416cb1
Rename qute-pass to qute-passmenu
2017-11-01 18:19:46 +01:00
cryzed
19fc4de484
Add qute-pass userscript
2017-11-01 17:57:30 +01:00
Florian Bruhin
13b7647443
Merge pull request #3057 from jnphilipp/master
...
Support playlist in mpv userscript.
2017-10-08 17:15:40 +02:00
Florian Bruhin
8ce69e1e57
Update docs (and lowercase qutebrowser)
2017-10-08 15:24:48 +02:00
jnphilipp
f1b53cdbdc
Update view_in_mpv
2017-10-07 23:10:48 +02:00
jnphilipp
e0c76fcb4f
Support playlist in mpv userscript.
2017-10-05 09:42:47 +02:00
Florian Bruhin
dca962ca03
Make userscripts work on both Python 2 and 3
2017-09-29 13:38:38 +02:00
Florian Bruhin
a283a1bb65
Merge branch 'master' into new-config
2017-09-09 10:52:02 +02:00
Kepi
69ea2cf327
password_fill: Stop filling username to invisible input fields
...
There is no reason to fill usernames into invisible input fields. We are
probably not leaking anything but it can break some apps (like TTRSS).
2017-09-01 15:48:02 +02:00
Bryan Gilbert
536c28a952
implemented format_json userscript
2017-08-27 21:37:58 -04:00
Ryan Roden-Corrent
71b71dbc58
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-06 18:13:49 -04:00
Noor Christensen
a4e644c285
Add support for breadability module in readability userscript
2017-07-20 16:21:47 +02:00
Noor Christensen
5939bc990a
Clarify dependecies for readability userscript
2017-07-20 14:36:27 +02:00
Florian Bruhin
0cdd3ff82f
Update some more references to old config options
2017-07-04 16:46:02 +02:00
Florian Bruhin
822623f2ed
Finally update copyrights...
2017-05-09 21:37:03 +02:00
Florian Bruhin
4ec5700cbf
Redirect qute:foo to qute://foo
...
Before, we just returned the same data for both, but then we'll run into
same-origin restrictions as qute:history and qute:history/data are not the same
host.
2017-04-06 21:18:58 +02:00
rsteube
a716861bfa
removed try/except from ripbang userscript
2017-01-02 21:53:04 +01:00
rsteube
8169d1865a
Added ripbang userscript
2016-12-25 17:50:24 +01:00
Florian Bruhin
f26aa9b383
Merge branch 'viewsource' of https://github.com/paretje/qutebrowser into paretje-viewsource
2016-10-14 06:46:38 +02:00
Simon Désaulniers
bdab57743a
add cast userscript for ChromeCast
2016-10-11 21:22:34 -04:00
Kevin Velghe
aa6d71ce68
Fix viewsource userscript
...
For months I've been wondering what created these files in my home
directory ...
2016-10-07 00:32:27 +02:00
rsteube
08691dc020
Added readability userscript
2016-09-22 01:18:13 +02:00
Jan Verbeek
141e79f297
Add rss userscript
2016-08-01 15:55:13 +02:00
Kevin Velghe
8d091b2ae8
Drop focus after field has been filled
2016-07-26 21:25:04 +02:00
Kevin Velghe
e9e780ac56
Focus fields before filling them
2016-07-26 16:12:19 +02:00
Kevin Velghe
0f07198271
Don't pass 2 arguments to shebang
...
On most platforms (according to shellcheck), you can't pass two
arguments in a shebang. I.e. on Debian you get:
/usr/bin/env: ‘bash -e’: No such file or directory
2016-07-26 11:48:26 +02:00
Florian Bruhin
dfbd31f35f
Use /usr/bin/env shebang for bash userscripts
...
See #1665
2016-07-20 11:06:35 +02:00
Florian Bruhin
fc2787dd72
Merge branch 'taskadd' of https://github.com/rcorre/qutebrowser into rcorre-taskadd
2016-07-11 21:14:21 +02:00
Ryan Roden-Corrent
06adfc5bff
Leverage +LATEST in taskadd userscript.
...
This is cleaner than parsing the output of `task`.
2016-07-06 08:04:06 -04:00