Tamius Han
|
174c987690
|
Keyboard shortcuts get loaded in popup, fixed 'reset' button in popup.
|
2018-02-01 00:26:16 +01:00 |
|
Tamius Han
|
e51faaf934
|
New comms between [uw.js <==> uw-bg.js <==> popup.js] established. Working in Firefox, not in Chrome — potentially due to Promise.all() (try replacing with for(promise of promises) await promise )
|
2018-01-26 00:09:08 +01:00 |
|
Tamius Han
|
551bee1724
|
reintroducing background script, which will keep track of frames and videos in currently opened tab (not yet implemented)
|
2018-01-24 23:15:54 +01:00 |
|
Tamius Han
|
9265a336bc
|
Trying to add blanket support for theater mode. Changing aspect ratio works in youtube theater mode, but only when manually launched. Chaning to full screen mode stops it. This commit breaks vimeo support.
|
2018-01-18 00:11:03 +01:00 |
|
Tamius Han
|
d4a6901d7d
|
Popup now works on Chrome as well.
|
2018-01-11 22:43:25 +01:00 |
|
Tamius Han
|
33acbe5015
|
Okay then. Turns out background script might not be necessary. (Even though not yet removed from the projects, popup now communicates directly with the tab as opposed to background page which forwards everything to the tab. I think. But this means even Chrome — as shit as it is — might be able to do the popup stuff without me having to maintain another
version of code that does the same thing.)
|
2018-01-10 23:16:07 +01:00 |
|
Tamius Han
|
45c986d66d
|
Chrome is fucking cancer and its sendMessage() (both in chrome.tabs as well as chrome.runtime) sucks major ass.
|
2018-01-08 22:48:45 +01:00 |
|
Tamius Han
|
4b61325c58
|
Attempt at fixing Chrome's UI. Not successful because Chrome documentation is TL;DR
|
2018-01-06 22:58:31 +01:00 |
|
Tamius Han
|
d8ee278491
|
Fixed bug with popup buttons for forcing aspect ratio not always working. Autodetection can no longer get triggered by small changes in aspect ratio (but will get triggered if change is a small amount over the treshold still)
|
2018-01-02 03:36:29 +01:00 |
|
Tamius Han
|
ec6dfadb41
|
Some basic settings for keyboard shortcuts.
|
2017-12-30 20:53:15 +01:00 |
|
Tamius Han
|
d0373820fe
|
Popup is working properly now.
|
2017-12-30 18:36:08 +01:00 |
|
Tamius Han
|
0f2d786780
|
Popup menus are showing properly.
|
2017-12-30 02:58:24 +01:00 |
|
Tamius Han
|
de2677fdd6
|
Added ui/popup window (and it kinda works)
|
2017-12-29 23:34:40 +01:00 |
|
Tamius Han
|
66cc44ab6d
|
Reshaped popup
|
2017-12-02 21:09:08 +01:00 |
|
Tamius Han
|
b1fcb233a3
|
Added popup (no functionality at this time).
|
2017-11-13 23:34:24 +01:00 |
|