|
9c65300fc4
|
more aard updates
|
2024-12-31 02:50:33 +01:00 |
|
|
cb334aab0d
|
Do a bad code, because chrome doesn't work when you try to write good code
|
2024-06-03 00:16:40 +02:00 |
|
|
9cef850d06
|
Make extension work on Chrome. Make extension NOT work on firefox.
|
2024-06-03 00:16:12 +02:00 |
|
|
79ecc87db4
|
WIP trying to convince in-player UI to show
|
2024-06-02 16:06:26 +02:00 |
|
|
3e542871c6
|
Attach source frame info when communicating between frames on the same page
|
2023-03-02 01:08:16 +01:00 |
|
|
26b78f1225
|
EventBus: Allow forwarding between iframes of a page
|
2023-03-02 00:37:23 +01:00 |
|
|
44e3395835
|
Get basic messaging from popup to CS working. TODO: Forwarding to specific iframes/videos
|
2022-11-21 01:04:57 +01:00 |
|
|
ad87dbdcb9
|
remove unnecessary logging
|
2022-09-20 01:38:08 +02:00 |
|
|
9c42c120f5
|
Remove unnecessary components
|
2022-09-20 01:35:47 +02:00 |
|
|
740f2e8f6f
|
fix forwarding data between server, content script, and popup
|
2022-09-20 01:34:59 +02:00 |
|
|
a0388689cf
|
Continue slowly working on unified event bus
|
2022-08-21 22:46:06 +02:00 |
|
|
68f367bd39
|
Merge branch 'master' into feature/player-ui
|
2022-08-21 15:45:11 +02:00 |
|
|
ffc25520bb
|
fix types
|
2022-08-21 15:24:24 +02:00 |
|
|
ccdc68870a
|
Fix #199
|
2022-08-21 15:04:21 +02:00 |
|
|
3aabd298ec
|
fix various fuckies wuckies
|
2022-07-31 01:12:54 +02:00 |
|
|
8806c8ea0c
|
Integrate comms client/server into eventBus
|
2022-07-31 00:15:28 +02:00 |
|
|
b634e4d2b3
|
remove some logging
|
2021-03-29 23:40:34 +02:00 |
|
|
b69a03d42f
|
code cleanup
|
2021-03-29 21:14:03 +02:00 |
|
|
3eca178df5
|
Add type to ports
|
2021-03-06 02:22:56 +01:00 |
|
|
57ad81a7a4
|
Move comms to ts (3/3 | client)
|
2021-03-06 02:06:46 +01:00 |
|
|
c1e0e7b280
|
Move comms to ts (2/3 | server)
|
2021-03-06 01:27:28 +01:00 |
|
|
006c9ef975
|
Move comms to ts (1/3)
|
2021-03-06 01:23:58 +01:00 |
|
|
0117d44422
|
Move settings to typescript. Add interface for settings object
|
2021-02-09 00:37:54 +01:00 |
|
|
f4ff7e7ed6
|
Distinction between chrome build and edge build, and "doesn't matter which of the two" build.
|
2020-12-30 15:35:08 +01:00 |
|
|
7900bd18db
|
Pointless changes to logging
|
2020-12-03 01:16:57 +01:00 |
|
|
d59a78b039
|
Hopefully this fixes #104. Turns out 'location.host' and 'location.hostname' aren't quite interchangeable
|
2020-06-04 22:47:04 +02:00 |
|
|
9019963597
|
fix single video control not working
|
2020-05-16 22:02:06 +02:00 |
|
|
7bb3d079f7
|
Fix issue with chrome not hiding frame/video numbers
|
2020-05-16 21:35:24 +02:00 |
|
|
a7f654650d
|
Logging when file loads
|
2020-04-13 15:20:29 +02:00 |
|
|
5998b6c0b2
|
Functions for sending to specific frame/port
|
2020-03-13 00:13:00 +01:00 |
|
|
a81c5765e1
|
Minor fixes for chrome
|
2020-03-09 21:41:31 +01:00 |
|
|
cf1cc3d87a
|
Fix logger popup initialization.
|
2020-03-09 21:29:39 +01:00 |
|
|
5b417d3f47
|
cosmetic fix
|
2020-03-09 21:29:00 +01:00 |
|
|
bbc4247893
|
Don't overwrite existing ports on connect
|
2020-03-09 19:39:24 +01:00 |
|
|
26757c0b2d
|
Remove redundant code
|
2020-03-09 19:11:23 +01:00 |
|
|
6ea2b0488d
|
Fix console errors
|
2020-03-08 18:43:53 +01:00 |
|
|
e681a64f55
|
remove unnecessary code
|
2020-03-08 18:34:30 +01:00 |
|
|
92c4ba0c69
|
Remove paginfo and command declarations out of comms
|
2020-03-08 17:13:50 +01:00 |
|
|
c26744b9d9
|
handleMessage _always_ tries to execute command, even if it has forwarding flags set. Command is executed before forwarding.
|
2020-03-08 16:49:20 +01:00 |
|
|
c9f227c0f9
|
This appears to do exactly nothing?
|
2020-02-09 00:28:35 +01:00 |
|
|
8945226d24
|
Fixes for Edge
|
2020-02-08 00:41:10 +01:00 |
|
|
f0f02032cc
|
cosmetic fixes
|
2020-02-04 23:15:06 +01:00 |
|
|
87e65a99d4
|
Messaging fixes
|
2020-02-04 00:56:31 +01:00 |
|
|
78364472ad
|
Avoid logging too much unnecessary stuff
|
2020-02-03 22:13:03 +01:00 |
|
|
646d98588a
|
logging fixes
|
2020-01-30 23:17:43 +01:00 |
|
|
d2fdbe178c
|
Implement finish logging and connect things to export
|
2020-01-30 01:07:00 +01:00 |
|
|
1cdf246919
|
Refactor comms server a little bit
|
2020-01-30 01:06:21 +01:00 |
|
|
f1d2881359
|
Add logger commands to comms server
|
2020-01-21 00:41:18 +01:00 |
|
|
8b648fb4d7
|
Rework of command handling in CommsClient
|
2020-01-21 00:40:56 +01:00 |
|
|
d2c1b2de3e
|
Get current site more reliably (hopefully)
|
2020-01-15 21:20:34 +01:00 |
|