|
c16f3e9501
|
fix(browser-extension): issue #945
|
2024-09-14 19:53:24 +02:00 |
|
|
a777434666
|
fix(browser-extension): issue #943
|
2024-09-14 19:53:09 +02:00 |
|
|
91755a8cbb
|
feat(browser-extension): use visibility instead of display, improve actions counter, reload on disable to avoid some issues and general performance improvements
|
2024-09-14 19:52:25 +02:00 |
|
|
3f772cc2ab
|
fix(browser-extension): issue #924
|
2024-09-14 19:51:59 +02:00 |
|
|
1e1a98f476
|
feat(browser-extension): add extension stylesheet action and improve rules performance
|
2024-09-14 19:51:45 +02:00 |
|
|
1a21037e79
|
refactor(browser-extension): drop console statement
|
2024-09-08 08:42:48 +02:00 |
|
|
5890f81376
|
fix(browser-extension): issue #910
|
2024-09-08 08:25:14 +02:00 |
|
|
dd30bce81c
|
fix(browser-extension): skipRunFn only if no removables.length
|
2024-09-07 12:17:36 +02:00 |
|
|
b4a315e309
|
fix(browser-extension): send user url
|
2024-09-07 12:17:06 +02:00 |
|
|
f05f0b3a14
|
feat(browser-extension): improve performance and add support for reload fix case
|
2024-09-07 10:14:41 +02:00 |
|
|
5cccc8e9b5
|
feat(browser-extension): improve code and cover some more edge cases
|
2024-08-31 12:26:43 +02:00 |
|
|
47b05cf326
|
fix(browser-extension): minor bug
|
2024-08-31 10:59:56 +02:00 |
|
|
ab79baed41
|
refactor(browser-extension): move containers logic to database
|
2024-08-25 16:11:26 +02:00 |
|
|
ecbdb3a00d
|
refactor(browser-extension): report dialog to allow user input in both reason and url fields
|
2024-08-25 13:55:38 +02:00 |
|
|
912b0f2037
|
fix(browser-extension): bad query selector due changes
|
2024-08-25 09:34:20 +02:00 |
|
|
5d33d44084
|
fix(browser-extension): issue #783
|
2024-08-24 09:01:37 +02:00 |
|
|
ce77c75351
|
fix(browser-extension): issue #832
|
2024-08-24 08:53:33 +02:00 |
|
|
7cb6501a70
|
feat(browser-extension): implement onBeforeRequest to add rules before pages load
|
2024-08-11 10:36:11 +02:00 |
|
|
0725fcfdfd
|
refactor(browser-extension): put back each data property assign approach
|
2024-08-11 09:05:55 +02:00 |
|
|
9a12e46796
|
feat(browser-extension): move backdrops to database and improve code/documentation
|
2024-08-11 09:05:55 +02:00 |
|
|
13f149a0ad
|
fix(browser-extension): issue #655
|
2024-08-10 13:37:52 +02:00 |
|
|
769327c4c5
|
fix(browser-extension): restore/run fn
|
2024-08-10 13:04:09 +02:00 |
|
|
a7e1ddfba9
|
fix(browser-extension): bad performance when parent updates but its children weren't checked
|
2024-08-10 11:53:10 +02:00 |
|
|
ddf3ca4a4e
|
fix(browser-extension): issue #643 #686
|
2024-08-04 14:10:37 +02:00 |
|
|
41a64e6fcf
|
fix(browser-extension): issue #658
|
2024-08-04 13:57:28 +02:00 |
|
|
293c25578e
|
fix(browser-extension): issue #630
|
2024-08-04 13:51:39 +02:00 |
|
|
0cb642417c
|
fix(browser-extension): issue #663
|
2024-08-04 13:17:54 +02:00 |
|
|
53ea633f86
|
refactor(browser-extension): drop unnecessary call to dispatchEvent
|
2024-08-04 11:54:26 +02:00 |
|
|
75af9b6a02
|
fix(browser-extension): issue #714
|
2024-08-04 09:31:23 +02:00 |
|
|
aee5fdfba4
|
fix(browser-extension): issue #703
|
2024-08-04 09:22:28 +02:00 |
|
|
621427afaa
|
fix(browser-extension): disable/enable bug due new logic
|
2024-08-03 15:13:38 +02:00 |
|
|
d6f0e5c459
|
fix(browser-extension): user is able to duplicate issues if clicking too fast
|
2024-08-03 14:45:53 +02:00 |
|
|
ca07c4c32e
|
feat(browser-extension): add ability to refresh database manually through popup
|
2024-08-03 14:00:42 +02:00 |
|
|
700dfb7492
|
feat(browser-extension): add database and extension versions to the popup
|
2024-08-03 13:12:02 +02:00 |
|
|
bc88e3961e
|
feat(browser-extension): improve code structure and types
|
2024-08-03 10:07:59 +02:00 |
|
|
2edd94d709
|
fix(browser-extension): issue #701
|
2024-08-03 09:22:04 +02:00 |
|
|
a89ed2cace
|
feat(browser-extension): try chunk approach for some issues
|
2024-08-03 08:33:29 +02:00 |
|
|
83198c3b4f
|
fix(browser-extension): issue #644 temporarily
|
2024-08-02 19:39:52 +02:00 |
|
|
1ea189525b
|
feat(browser-extension): improve performance when triggering events on DOMContentLoad instead of load, visibilitychange just the first time and minor code improvements
|
2024-08-02 19:24:15 +02:00 |
|
|
4b0d9e27b4
|
fix(browser-extension): case where tabId is 0
|
2024-08-02 18:08:31 +02:00 |
|
|
50fca3c0d3
|
fix(browser-extension): icon disabled and no count due pageshow not setting up the extension
|
2024-06-01 10:22:28 +02:00 |
|
|
d92b50f582
|
docs(browser-extension): fix wrong description
|
2024-05-04 15:44:52 +02:00 |
|
|
bd8b9a1ac7
|
fix(browser-extension): minor change in onMessage comment
|
2024-04-15 18:08:26 +02:00 |
|
|
21ee8a1e99
|
feat(browser-extension): polyfill chrome APIs for other browsers
|
2024-04-15 18:04:23 +02:00 |
|
|
244ed1f210
|
feat(browser-extension): add button to open issue in GitHub after report
|
2024-04-03 21:19:44 +02:00 |
|
|
59f3d7023d
|
feat(browser-extension): adapt code to new API response
|
2024-04-03 21:19:07 +02:00 |
|
|
42a9e0fd46
|
feat(browser-extension): add issue option message and improve submit extra text
|
2024-04-03 21:18:17 +02:00 |
|
|
93e7d9619a
|
fix(browser-extension): not forcing styles
|
2024-03-19 19:10:30 +01:00 |
|
|
72cd81d126
|
feat(browser-extension): increase count if hide backdrop
|
2024-02-27 20:12:09 +01:00 |
|
|
96c0795295
|
feat(browser-extension): improve content script performance, improve the visibility logic and adapt it to avoid refreshing pages when enabling/disabling the extension
|
2024-02-27 19:45:15 +01:00 |
|