Commit graph

62 commits

Author SHA1 Message Date
Liam Hupfer
5d56819c7a Fix comment toggler for Hacker News
Hacker News added a "clicky" class to the toggle buttons, so the
selector needs wildcard matching.
2022-02-24 14:54:18 -06:00
Eugene
3bf7e4ab41 Fix the f and F hints on DDG in the sample .tridactylrc
The fix is to use the [`~=` attribute selector][selector] to match the
result class instead of `=`; it works on DuckDuckGo now.

[selector]: https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors#syntax
2021-11-03 07:49:58 +02:00
Oliver Blanthorn
fbd241cf3c
Add quickmark for PRs
Maybe this will help me to forget about them less often
2021-10-02 15:42:20 +02:00
Oliver Blanthorn
a1b023b32d
Remove mostly annoying yank bind from RC file 2021-06-26 22:15:45 +02:00
Oliver Blanthorn
388f94d692
Comment out all the lines in the RC file 2021-05-30 20:35:44 +02:00
Oliver Blanthorn
3758e72928
Revert "Ameliorate #3727: add even more warnings to RC file"
This reverts commit 771dd6c904.

It was a bit OTT
2021-05-30 20:35:44 +02:00
Oliver Blanthorn
b767f04dd6
Ameliorate #3727: add even more warnings to RC file 2021-05-30 20:35:44 +02:00
Oliver Blanthorn
77dee7869a
Merge branch 'master' into quicker_ramda 2021-05-02 12:22:48 +01:00
Oliver Blanthorn
93dc645c8f
Remove broken DDG binds 2021-05-02 13:16:11 +02:00
Oliver Blanthorn
91ee67b6e1
Add discardall command to RC 2021-05-01 17:23:00 +02:00
Oliver Blanthorn
9d6fb1a0ae
Swap d bind to one I actually use 2021-04-10 21:26:01 +02:00
Oliver Blanthorn
e3f08611f7
Add t visual bind to RC 2021-04-01 11:22:30 +02:00
Oliver Blanthorn
5eacb313ce
Fix #3259: more robust Google hint 2021-01-28 21:33:30 +01:00
Oliver Blanthorn
c37337c7ba Remove outdated comment 2021-01-28 17:33:20 +01:00
Oliver Blanthorn
9fa714b64f
Fix Google hint mode _again_ 2021-01-28 17:20:46 +01:00
Oliver Blanthorn
7b5ad6cc93
Fix #2785: don't encourage people to break things 2021-01-28 13:30:59 +01:00
Oliver Blanthorn
988480915f
Fix Google result hint mode 2020-11-20 12:34:23 +01:00
Oliver Blanthorn
3ab42e64b7
Minor tweak to RC file 2020-08-17 20:04:35 +01:00
Oliver Blanthorn
c84ad4097a
Fix gD bind 2020-07-30 13:40:00 +01:00
Oliver Blanthorn
a2e63bc163
Swap recommended yy bind to yankcanon
Quite a few websites have incorrect shortlinks
2020-07-13 22:09:53 +01:00
Oliver Blanthorn
40346dc6b8
Update ;c bind to work on Lobste.rs 2020-07-08 19:24:44 +01:00
Oliver Blanthorn
8628eb78f1
Add autocontain example to RC file
Related: #2463
2020-06-08 15:21:06 +01:00
Oliver Blanthorn
c776f72294
Update Julia searchurl 2020-02-14 10:22:36 +00:00
Caleb Maclennan
9e2279ae36
Drop ftdetect hack, set filetype used by plugin 2019-12-30 08:21:08 +03:00
Oliver Blanthorn
ca15582252
Add non-free translation injector to RC 2019-11-13 18:38:19 +00:00
Oliver Blanthorn
e5c676a5c1
Keep .tridactylrc up to date with bovine3dom's 2019-11-12 16:47:15 +00:00
glacambre
a4040102f5
Remove set csp clobber
This just removes the background.ts code that detects whether the user
wants to clobber their csp and adds an error message if the user tries
to `set csp clobber`.
The `csp` setting is marked as deprecated but left untouched in case we
find a way to edit CSP in a way that complies with Mozilla's policies.
The csp-editing code in `requests.ts` is left untouched for the same
reason.
2019-10-02 10:25:03 +02:00
Oliver Blanthorn
32fb44e459
Add DDG hint results bind and fix Google hint bind 2019-09-16 16:08:47 +01:00
avalonv
9fe4685825 remove trailing space 2019-08-25 13:55:06 +01:00
avalonv
5583894c63 fix typo in fixamo warning 2019-08-25 13:55:06 +01:00
Colin Caine
d853820cd8 Add explanatory comments about fixamo to RC 2019-08-23 13:27:53 +01:00
Oliver Blanthorn
e3b771acdc
Add handy git clone bind 2019-08-18 16:12:06 +01:00
Oliver Blanthorn
fef58f508f
Close #1773: remove fixamo
The Firefox Security team believe fixamo violates the AMO policy as it reduces
the security of Firefox.

I respectfully disagree, but I don't think it is a hill worth dying on.
2019-08-02 12:22:20 +01:00
Oliver Blanthorn
2485b1d2c2
Remove overlapping bind 2019-06-05 18:08:58 +01:00
Oliver Blanthorn
1db0e07363
Reduce hintdelay in rc 2019-06-05 16:54:57 +01:00
WorldCodeCentral
edfad5b702
Add context menu hint mode to rc 2019-06-05 16:47:01 +01:00
Oliver Blanthorn
559b4f4e63
Change yy bind to yankshort 2019-06-03 12:03:05 +01:00
glacambre
4b04538349
.tridactylrc: Make sure DocStart autocmds do not match :viewconfig url 2019-04-30 06:42:00 +02:00
Nuno Santos
b0bf0f1bb7
Shorten Google exemplar in RC file 2019-02-24 14:04:53 +00:00
Oliver Blanthorn
880a75914d
Add some crazy binds to tridactylrc 2019-02-03 16:53:43 +00:00
glacambre
f14d3a1930
sed -i s@github.com/cmcaine/tridactyl@github.com/tridactyl/tridactyl@
Closes https://github.com/tridactyl/tridactyl/issues/228
2019-01-31 07:16:43 +01:00
Oliver Blanthorn
70d3d9f352
Add more dogfood 2019-01-29 14:08:04 +00:00
Oliver Blanthorn
444e1b91b0
Add some handy binds to my RC file 2019-01-21 21:54:34 +00:00
Oliver Blanthorn
d796f3bf14
Merge branch 'generic_cmdline' 2018-11-04 12:28:31 +00:00
Oliver Blanthorn
ea3d01ab36
Remove really annoying ex-mode bind 2018-11-04 12:27:48 +00:00
Oliver Blanthorn
7b7cd7e1c1
Add gu reddit bind 2018-11-04 12:04:20 +00:00
Oliver Blanthorn
e6dad92a89
Add wikiwand specific yy bind to tridactylrc 2018-11-04 11:47:09 +00:00
Oliver Blanthorn
680bd16b8f
Add clone yank to tridactylrc 2018-10-15 11:18:11 +01:00
Oliver Blanthorn
bd1efbc79b
Use peff's hintname setting because I like it 2018-09-27 13:08:40 +01:00
quinoa42
a2a328aff7
Fixed the wrong invocation of urlmodify in the tridactylrc example 2018-08-29 10:00:53 +08:00