30 Jun 2024 |
dr_nxl | 🤔 | 10:36:54 |
bovine3dom | In reply to @dr_nxl:matrix.org I' using firefox sync, there is no bad interaction between ? no, it's explicit now with the sync pull/push commands | 11:58:21 |
bovine3dom | In reply to @dr_nxl:matrix.org sent an image. I have no idea how snap works, sorry :) | 11:58:41 |
monirzadeh | Hi @bovine3dom thanks for quick fix.
Beta version build still is manually?
Can we have another beta release?
| 18:07:22 |
monirzadeh | * Hi @bovine3dom thanks for quick fix.
Beta version build still is manually?
Can we have another beta release?
| 18:07:30 |
bovine3dom | In reply to @monirzadeh:matrix.org
Hi @bovine3dom thanks for quick fix.
Beta version build still is manually?
Can we have another beta release?
yeah it is
I'll try to remember to do one in the next few days
If I forget please remind me | 18:14:52 |
dr_nxl | In reply to @bovine3dom:matrix.org I have no idea how snap works, sorry :) I've found my profile somewhere here /home/dranaxel/snap/firefox/common/.cache/mozilla/firefox/cdurtjxm.default | 20:45:27 |
dr_nxl | But doesn't work even if I set it into profiledur | 20:45:47 |
dr_nxl | mb, it works with set profiledir | 20:54:34 |
4 Jul 2024 |
monirzadeh | In reply to @bovine3dom:matrix.org
yeah it is
I'll try to remember to do one in the next few days
If I forget please remind me Hi @bovine3dom just as reminder as you want 😉
| 21:08:09 |
5 Jul 2024 |
| kini joined the room. | 09:01:34 |
6 Jul 2024 |
monirzadeh | Is it possible to redirect website for example YouTube.com to an invidious instance with tridactyl? | 12:54:47 |
| FestplattenSchnitzel joined the room. | 20:17:41 |
7 Jul 2024 |
jacksonchen666 (they/it) | In reply to @monirzadeh:matrix.org Is it possible to redirect website for example YouTube.com to an invidious instance with tridactyl? likely no, use something like libredirect | 00:39:12 |
bovine3dom | In reply to @monirzadeh:matrix.org Is it possible to redirect website for example YouTube.com to an invidious instance with tridactyl? yeah e.g. autocmd DocStart is the simplest way | 08:18:47 |
bovine3dom | There are other options if you look at the autocmd help | 08:19:17 |
bovine3dom | In reply to @monirzadeh:matrix.org
Hi @bovine3dom just as reminder as you want 😉 I had forgotten, I'll try to do it today, thanks :) | 08:19:53 |
monirzadeh | In reply to @bovine3dom:matrix.org I had forgotten, I'll try to do it today, thanks :) Thanks | 20:38:18 |
10 Jul 2024 |
monirzadeh | In reply to @bovine3dom:matrix.org I had forgotten, I'll try to do it today, thanks :) Hi Just as reminder as you want | 20:46:55 |
12 Jul 2024 |
bovine3dom | In reply to @monirzadeh:matrix.org Hi Just as reminder as you want Done! 1.24.1pre7207 should appear in your browser within a week. You can speed it up via about:addons -> tridactyl -> cog icon -> check for updates then restart your browser | 11:35:27 |
monirzadeh | Thanks it is work as expected just I can't exclude sites end with specific domain for example
auto contain -s .net none none
Not exclude site like example.net
auto contain -s *.net none none
Not work too
| 16:57:10 |
bovine3dom | In reply to @monirzadeh:matrix.org
Thanks it is work as expected just I can't exclude sites end with specific domain for example
auto contain -s .net none none
Not exclude site like example.net
auto contain -s *.net none none
Not work too
if you use :autocontain -u [regex] it will do "test URL here".search(regex) , you should be able to craft a regex that works | 18:28:49 |
bovine3dom | Make sure you tidy up old autocontains first as you can get conflicts | 18:29:08 |
15 Jul 2024 |
| jutty joined the room. | 19:51:29 |
24 Jul 2024 |
Lexi | Just an idea: When entering tri back in the address bar, it would be useful if ctrl+return worked to open it in a new tab. I don't even know if that's possible though... Maybe it's Firefox's responsibility instead of Tridactyl's? Hope you're doing great | 15:58:14 |
bovine3dom | I am pretty sure that's for Firefox to decide | 16:04:37 |
bovine3dom | I am doing great, I hope you are too :) | 16:05:17 |
28 Jul 2024 |
monirzadeh | Hi
I try to redirect website with command like this
autocmd BeforeRequest https://www.reddit.com/* () => ({redirectUrl: "https://reddit.rtrace.io"})
But it is replace whole URL
For example instead of redirect
https://www.reddit.com/r/degoogle/
To
https://reddit.rtrace.io/r/degoogle/
It is redirect
https://www.reddit.com/r/degoogle/
To
https://reddit.rtrace.io
| 15:04:30 |
monirzadeh | Do I something wrong? | 15:07:52 |
jacksonchen666 (they/it) | monirzadeh: i'd suggest using something like libredirect instead | 15:29:48 |