Commit graph

21 commits

Author SHA1 Message Date
MrOtherGuy
28c285d982 support loading scripts as background module 2020-10-10 08:34:24 +03:00
MrOtherGuy
6fe6d7029d Add createWidget() helper to utils 2020-09-23 17:32:18 +03:00
MrOtherGuy
71c41a6395 Add new loadURI() method to ucUtils 2020-09-21 15:28:35 +03:00
MrOtherGuy
a59e262a23 Exclude modal prompts and notifications from scripts 2020-06-16 18:35:16 +03:00
MrOtherGuy
2a34305a28 Split windowIsReady from startUpFinished 2020-05-29 08:49:26 +03:00
MrOtherGuy
b9e858ee55 move hotkeys inside mainKeySet and don't create duplicate hotkeys 2020-05-26 16:33:14 +03:00
MrOtherGuy
877f1ee56b Let registerHotkey() override built-in hotkeys 2020-05-26 16:17:24 +03:00
MrOtherGuy
2e247768f6 Disable general.config.sandbox_enabled 2020-04-25 08:38:09 +03:00
MrOtherGuy
554d5a1ab1 Support F1-F12 as hotkeys 2020-04-18 12:26:51 +03:00
MrOtherGuy
78be1f00bd Add registerHotkey api 2020-04-16 22:57:54 +03:00
MrOtherGuy
3746f3eb6d Add startupFinished api 2020-04-16 20:23:49 +03:00
MrOtherGuy
81c3ebc7b0 use console.error() instead of custom error logger 2020-02-01 15:09:27 +02:00
MrOtherGuy
eb318ef7a4 Move calling of script _startup inside try-catch block 2020-02-01 15:05:59 +02:00
MrOtherGuy
9bd411aa33 Don't check the existence of _ucUtils when returning windows 2020-01-25 18:27:52 +02:00
MrOtherGuy
76f9ae6836 Fix a mistake in script-to-be-loaded filename 2019-12-13 07:44:14 +02:00
MrOtherGuy
853b27d39c Fix mistake in _ucUtils.windows.forEach 2019-12-12 19:42:35 +02:00
MrOtherGuy
7b6fb7f4cc Clean up some stuff 2019-12-12 18:53:36 +02:00
MrOtherGuy
1ef19fe8df Load scripts through chrome:// and add some new apis 2019-12-10 19:26:22 +02:00
MrOtherGuy
2d91485b4b Register script folder to chrome:// and load scripts through it 2019-12-10 19:24:45 +02:00
MrOtherGuy
461d1237d6 Add chromeDir to _ucUtils 2019-11-16 22:56:32 +02:00
MrOtherGuy
a5a5672aa1 initial commit 2019-11-16 22:01:37 +02:00