41 Commits

Author SHA1 Message Date
4490b35f50 feat(browser-extension): enable report only on supported pages 2024-10-10 14:28:09 +02:00
82f2c23549 feat(browser-extension): handle new error cases when reporting 2024-10-10 13:41:50 +02:00
61fff6d081 feat(browser-extension): bump api version to use 2024-10-10 11:47:12 +02:00
1d23acd40b refactor(browser-extension): move report dialog to popup 2024-10-10 11:15:33 +02:00
34df85f8b9 feat(browser-extension): switch to warn mode after reporting an issue 2024-10-08 01:46:47 +02:00
75825eaf14 fix(browser-extension): off/on performance 2024-10-05 18:30:25 +02:00
1c3ba32cc9 feat(browser-extension): add request batching, issue details fetching and minor refactors to scripts 2024-10-05 17:21:50 +02:00
8368706525 fix(browser-extension): browser.webRequest.onErrorOccurred listener 2024-10-05 12:30:42 +02:00
9a6ad202c4 fix(browser-extension): overall performance, also actions count 2024-10-05 02:49:06 +02:00
1e1a98f476 feat(browser-extension): add extension stylesheet action and improve rules performance 2024-09-14 19:51:45 +02:00
b4a315e309 fix(browser-extension): send user url 2024-09-07 12:17:06 +02:00
7cb6501a70 feat(browser-extension): implement onBeforeRequest to add rules before pages load 2024-08-11 10:36:11 +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
4b0d9e27b4 fix(browser-extension): case where tabId is 0 2024-08-02 18:08:31 +02:00
21ee8a1e99 feat(browser-extension): polyfill chrome APIs for other browsers 2024-04-15 18:04:23 +02:00
42a9e0fd46 feat(browser-extension): add issue option message and improve submit extra text 2024-04-03 21:18:17 +02:00
ca57b55514 feat(browser-extension): add SET_BADGE handler to the background script and reset action badge text when disabling icon 2024-02-27 19:43:22 +01:00
2937f6f86e docs(browser-extension): improve jsdoc 2024-02-24 19:13:40 +01:00
bfbb090aa7 fix(browser-extension): minor bugs 2023-11-08 09:35:26 +01:00
655f5f85e1 feat(browser-extension): add open settings option the context menu 2023-10-11 09:04:40 +02:00
591e132008 feat(browser-extension): add options page to manage exclusion list 2023-09-25 18:38:52 +02:00
00f789ef6f refactor(browser-extension): restore animations 2023-04-17 19:21:31 +02:00
8d903534d2 fix(browser-extension): not main frame permissions 2022-12-01 17:56:15 +01:00
01fbdf6f45 fix(browser-extension): console warning for sync handlers 2022-12-01 16:57:38 +01:00
28f656717d feat(browser-extension): add two new handlers to inject css avoiding to inject them always, also disable animations that are causing problems 2022-12-01 16:54:15 +01:00
wanhose
211d7f6386 feat(browser-extension): improve report functionality 2022-10-10 19:52:05 +02:00
wanhose
41d0442600 refactor(browser-extension): update to manifest version 3 2022-08-02 12:36:48 +02:00
wanhose
5c2a178f68 fix(browser-extension): context menu option 2022-07-31 12:09:44 +02:00
wanhose
62b543e4d4 feat(browser-extension): improve scripts 2022-07-20 10:27:05 +02:00
wanhose
e25a1f27b7 refactor(browser-extension): email 2022-06-22 00:00:23 +02:00
wanhose
a74ac4b312 feat(browser-extension): update styles 2022-05-24 23:31:59 +02:00
wanhose
99beac8080 refactor(browser-extension): cache to store avoiding duplicate names 2022-05-19 16:50:14 +02:00
wanhose
51bd0e6717 feat(browser-extension): cache requests 2022-05-19 15:42:53 +02:00
wanhose
9f0ac76fde feat(browser-extension): group queries and improve mutation observer 2022-05-19 14:17:31 +02:00
wanhose
b1b9b092b2 fix(browser-extension): background and content minor bugs 2022-05-17 17:04:50 +02:00
wanhose
cd98661272 fix(browser-extension): wrong api url 2022-05-12 22:27:40 +02:00
wanhose
d70a482b97 refactor(browser-extension): api url 2022-05-12 20:41:49 +02:00
wanhose
516afb1c25 fix(browser-extension): minor bugs 2022-05-12 19:58:52 +02:00
wanhose
32c0499eb3 feat(browser-extension): add get skips to background script and various improvements 2022-05-06 13:17:43 +02:00
wanhose
0b9193e3e4 refactor(packages): migrate to yarn workspaces 2022-05-05 17:19:35 +02:00