Sender | Message | Time |
---|---|---|
28 Jul 2024 | ||
monirzadeh | In reply to @jacksonchen666:jacksonchen666.comThanks but i try to replace that with tridactyl if it possible (to decrease number of extension on my browser) | 16:02:35 |
bovine3dom | In reply to @monirzadeh:matrix.orgit should be more like details => rather than () => and somewhere in that details object there'll be the old URL that you need to transform into the new URL | 22:18:27 |
bovine3dom | I think the autocmd help explains it I can't be much more help right now as I'm travelling | 22:18:49 |
29 Jul 2024 | ||
monirzadeh | In reply to @bovine3dom:matrix.orgI test different things but not work yet Set debug not give me acsses to variable details | 09:47:50 |
monirzadeh | I can see just after get redirect request | 09:48:47 |
haugh | @monirzadeh https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest#details_2 | 20:01:35 |
30 Jul 2024 | ||
@twoneis:arcticfoxes.net joined the room. | 14:51:27 | |
emacsomancer changed their profile picture. | 16:33:22 | |
emacsomancer changed their profile picture. | 16:35:38 | |
31 Jul 2024 | ||
monirzadeh | In reply to @haugh:matrix.org Thanks
But it is not possible with autocmd yet :( | 16:16:55 |
bovine3dom | In reply to @monirzadeh:matrix.orgyou need to use this syntax | 17:19:41 |
bovine3dom | In reply to @monirzadeh:matrix.orgjust the middle bit of this | 17:19:57 |
2 Aug 2024 | ||
ccx joined the room. | 00:35:38 | |
ccx | I know the browser can use the native component to perform actions. But is it possible to go the other direction and query the browser from outside? e.g. to get a list of open windows/tabs | 01:28:31 |
ccx | I also seem to have | 01:56:11 |
ccx | I also seem to have Marionette working. However I'm not sure how I'd access tridactyl's functions from chrome context. | 01:56:52 |
bovine3dom | In reply to @ccx:artemislena.euno, there's an issue open for it https://github.com/tridactyl/tridactyl/issues/780 but it won't happen any time soon (ever?) | 07:45:18 |
bovine3dom | In reply to @ccx:artemislena.euIf you can control the Firefox address bar, tri [ex command here] will run a tridactyl command | 07:45:51 |
monirzadeh | In reply to @bovine3dom:matrix.org
Which part of this is wrong? 🤔 | 10:37:21 |
monirzadeh | In reply to @bovine3dom:matrix.org*
Which part of this is wrong? 🤔 | 11:30:57 |
bovine3dom | no return and you need to surround the function body in {} not () | 13:15:55 |
monirzadeh | In reply to @bovine3dom:matrix.org I change that to
Not working | 14:40:09 |
bovine3dom | still no return | 15:29:26 |
bovine3dom | Also you've mangled the object that you need to return in the last line | 15:29:50 |
bovine3dom | sorry, I don't have much time at the moment, usually I would just write it for you :) | 15:30:18 |
bovine3dom | It needs to look like `return {redirect.... }}` | 15:30:38 |
monirzadeh | In reply to @bovine3dom:matrix.org Thanks It is work now
for anybody else that maybe need this | 16:15:02 |
5 Aug 2024 | ||
monirzadeh | How can I reset all settings to default in tridactlycl file. I want if I remove specific settings in rc file it is automatically back to default | 10:16:44 |
bovine3dom | You can't really | 16:48:47 |
bovine3dom | If you quit Firefox using ZZ you can rebind ZZ to composite santise tridactyllocal; qall | 16:49:28 |