619d89c4f5
Break videoData setup into two stages for improved stability
2020-06-01 23:54:10 +02:00
fc8d011758
Additional fixes
2020-05-17 02:30:16 +02:00
7d8758d1ee
Do old frame cleanup with polling
2020-05-16 22:50:29 +02:00
84470846ef
Typo fixes & addign words to dictionary
2020-05-16 20:52:37 +02:00
a7f654650d
Logging when file loads
2020-04-13 15:20:29 +02:00
80c14f72be
comment out dead imports and code
2020-03-08 18:47:01 +01:00
c88247df25
Fix problem with video sometimes being offset to the side
2020-02-11 19:54:41 +01:00
2ad5a7b205
consistent naming of 'eject-css' command
2020-01-30 01:07:15 +01:00
9ba1afebee
Use optional chaining
2020-01-28 23:34:36 +01:00
0cbd62352e
[Logger] Track origin of the call stack. Allow blacklisting of some periodic calls
2020-01-28 01:27:30 +01:00
1588ebd274
Don't restore ar if player dimensions haven't changed
2020-01-27 23:42:55 +01:00
73b1a57749
Added extra stretch/squish options, hopefully fixed disney+, fixed bug that prevented removal of actions added by user
2019-12-06 00:17:09 +01:00
289baf73e5
Force player re-detection when setting aspect ratio
2019-11-29 01:33:58 +01:00
0eadb1aac6
Don't set aspect ratio pointlessly
2019-11-04 23:53:28 +01:00
5fc867b4a3
Fix for vk
2019-11-04 23:53:08 +01:00
bde7eb6327
Fix autodetecting not starting
2019-10-27 16:51:47 +01:00
6af771e1ff
Restrict which kind of mutation events are allowed to trigger player refresh
2019-10-27 16:51:31 +01:00
828ded6b29
Fix overly aggressive forced player refreshes
2019-10-27 16:48:05 +01:00
f05a0813d2
Fix minor issues
2019-10-27 00:10:49 +02:00
854bc05d14
Pass set-ar-persistence
between CommsClient and pageInfo
2019-10-26 02:38:47 +02:00
cda5d87735
Display new options in popup, update ExecAction
2019-10-25 00:59:02 +02:00
d0058cedb9
Changes to how crop mode persistence works, extra persistence options
2019-10-24 23:27:43 +02:00
8fde5bb3d6
Implement crop persistence in content script
2019-10-24 00:45:11 +02:00
2ad4e79bf3
Fix
2019-09-22 02:49:40 +02:00
46bc4bfd8d
Fixes for reddit
2019-09-22 02:07:04 +02:00
7b73a42e5c
Force fallback mode, always.
2019-09-21 23:50:06 +02:00
b983b6e4ec
Mutation observer doesn't always detect changes correctly, so we still need to periodically check for changes in player/video sizes.
2019-09-21 21:49:31 +02:00
e1e962df04
If no element fits the criteria for the video player, have extension ignore such videos.
...
Also, sometimes mutationObserver doesn't catch all mutations/we miss some mutations. Added a delay that validates offsets. If validation fails, retrigger aspect ratio correction to make sure there's no misalignments. (That last bit was mostly needed for new reddit)
2019-09-18 01:05:07 +02:00
7d63245136
Remove unnecessarsy console.logs
2019-09-17 22:15:00 +02:00
44caa5f492
Fixed issues with mutation observers
2019-09-14 23:23:00 +02:00
66bcc40fb4
Minor fixes
2019-09-03 23:49:22 +02:00
59df28029f
logger import reordering
2019-09-03 23:01:23 +02:00
0ab1f558e1
Changes to logger insert (from videoData.logger instead as consructor param)
2019-09-03 22:42:38 +02:00
0f14d9c7dd
Fix missing imports
2019-09-03 21:30:18 +02:00
df5b2b5165
Finished converting console.logs to logger
2019-09-03 00:48:18 +02:00
7ef8c21e63
Merge branch '4.2.4'
2019-09-01 03:56:16 +02:00
cd25cfbf8f
minor fixes
2019-09-01 03:23:19 +02:00
6d77b7818d
Merge branch '4.2.4'
2019-09-01 01:54:41 +02:00
a67dbad21c
Fix player detection rules — for sites where query selector is defined as well
2019-09-01 01:40:39 +02:00
19cf8477ca
Merge branch '4.2.4'
2019-08-31 22:58:59 +02:00
67f031e549
Additional fixes for player element discovery. Force player element refresh on every video element size change.
2019-08-31 22:10:51 +02:00
c1012c59a6
Fix player detection
2019-08-31 18:21:49 +02:00
e2df9285ff
Fixed logger issues
2019-08-25 22:00:57 +02:00
0be0e2a265
Use mutationobserver-based ways to detect player changes instead of the old pleb-loop based method
2019-08-25 21:19:56 +02:00
0d641a98e3
Merge branch 'stable'
2019-08-25 01:57:23 +02:00
9f2880c802
Hotfix for popup
2019-08-25 01:52:04 +02:00
24dcbdf770
Merge branch 'stable'
2019-08-24 23:21:53 +02:00
d7b3508f85
Replace (video) cssWatcher with mutation observer
2019-08-24 17:05:04 +02:00
eeddbe9cc6
Combine ejectCss and injectCss into a single function
2019-08-24 00:28:08 +02:00
68b3589e77
Twitching issue was fixed but performance is shite
2019-08-23 02:25:48 +02:00