Commit Graph

127 Commits

Author SHA1 Message Date
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
345cfc6f88 feat(browser-extension): improve popup script performance and adapt it to send events to the content script in order to avoid refreshing pages when enabling/disabling the extension 2024-02-27 19:44:39 +01: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
415c36386e feat(browser-extension): some performance improvements avoiding duplicate checks and fake dialogs 2024-02-27 12:09:08 +01:00
2937f6f86e docs(browser-extension): improve jsdoc 2024-02-24 19:13:40 +01:00
e3f048f0df feat(browser-extension): drop facebook support 2024-02-24 18:25:21 +01:00
cf1b0e3091 feat(browser-extension): allow the extension to match skips by more than one wildcard 2024-02-24 18:20:31 +01:00
dfa570c6e3 chore: upgrade deps 2024-02-16 09:23:26 +01:00
bb28194c15 fix(browser-extension): window.referrer set in some sites where it shouldn't be set 2023-11-09 18:52:48 +01:00
b7232d64c4 feat(browser-extension): add button to add items manually in options page 2023-11-09 18:52:09 +01:00
bfbb090aa7 fix(browser-extension): minor bugs 2023-11-08 09:35:26 +01:00
f0d1076709 fix(browser-extension): minor bug due testing 2023-10-11 11:25:57 +02:00
655f5f85e1 feat(browser-extension): add open settings option the context menu 2023-10-11 09:04:40 +02:00
baabbd9039 feat(browser-extension): prompt to set name to the exported file 2023-10-11 08:50:02 +02:00
25b976d10c fix(browser-extension): late force clean ends in undefined if no data 2023-10-08 12:24:05 +02:00
a3715a4615 fix(browser-extension): issue #308 2023-10-08 12:06:10 +02:00
81e5080da3 fix(browser-extension): content scripts not running fixes in preview pages 2023-10-07 12:47:12 +02:00
8817aa57b9 feat(browser-extension): apply #287 suggestions 2023-10-07 12:45:20 +02:00
c8d1f927b3 feat(browser-extension): skip ready state check in some cases 2023-09-29 17:12:08 +02:00
8d79e35d38 fix: bug about i18n placeholders 2023-09-25 20:15:47 +02:00
9d4d2f4f6f feat(browser-extension): improve performance based on run only when page is focused 2023-09-25 19:42:57 +02:00
072f684e74 feat(browser-extension): minor improvement if tags are not loaded 2023-09-25 18:47:56 +02:00
591e132008 feat(browser-extension): add options page to manage exclusion list 2023-09-25 18:38:52 +02:00
0b96039dca fix(browser-extension): some performance issues and regressions 2023-06-13 17:32:50 +02:00
8bcc5f92a5 feat(browser-extension): improve documentation and naming 2023-06-11 12:45:47 +02:00
2ef1b02383 fix(browser-extension): child nodes issue 2023-06-11 12:19:36 +02:00
dcc9dfef21 feat(browser-extension): minor code improvement about use class list instead class name 2023-06-10 20:07:33 +02:00
a2ede05c9b fix(browser-extension): lag in some pages due a large query selector 2023-06-10 19:57:55 +02:00
421359b0e0 refactor(browser-extension): drop only text children, improve legibility and remove deprecated stuff 2023-06-10 19:11:35 +02:00
31e06256fa fix(browser-extension): property didn't exist 2023-06-10 17:28:33 +02:00
afe466f114 feat(browser-extension): improve performance 2023-06-10 16:56:24 +02:00
570bb898e0 fix(browser-extension): dialog styles in some pages 2023-06-06 20:49:07 +02:00
605b63223d fix(browser-extension): edge case where no height 2023-05-20 20:17:07 +02:00
8880ae855c feat(browser-extension): improve content logic 2023-05-20 17:16:01 +02:00
00f789ef6f refactor(browser-extension): restore animations 2023-04-17 19:21:31 +02:00
6f799206af fix(browser-extension): duplicating report dialog 2023-01-13 11:34:26 +01:00
6f18d4694f fix(data): skip accounts google 2022-12-01 18:07:38 +01:00
8d903534d2 fix(browser-extension): not main frame permissions 2022-12-01 17:56:15 +01:00
02f0c20014 fix(browser-extension): empty bootstrap backdrops 2022-12-01 17:01:47 +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
c4761c1c5c feat(browser-extension): improve viewport visibility check 2022-11-29 20:41:58 +01:00
wanhose
7bf55ed4a9 refactor(browser-extension): popup layout 2022-10-16 11:23:44 +02:00
wanhose
1a25d9d0b8 fix(browser-extension): different fonts between packages 2022-10-13 14:46:45 +02:00
wanhose
a578ddeda2 fix(browser-extension): dialog structure and styles 2022-10-13 14:07:13 +02:00
wanhose
211d7f6386 feat(browser-extension): improve report functionality 2022-10-10 19:52:05 +02:00
wanhose
b9b3c1d25e fix(browser-extension): avoid to remove forbidden stuff 2022-08-18 11:09:44 +02:00
wanhose
b06277b4d8 refactor(browser-extension): drop console statements 2022-08-17 23:19:44 +02:00
wanhose
7898cf95bf feat(browser-extension): content script performance improvements 2022-08-14 12:57:38 +02:00
wanhose
79a30f95e4 fix(browser-extension): minor fixes about scripts 2022-08-14 11:58:31 +02:00
wanhose
23b9acd118 feat(packages): implement new tags file 2022-08-10 13:29:59 +02:00
wanhose
317b271dad fix(browser-extension): popup state handler 2022-08-10 13:29:16 +02:00
wanhose
fb85ac7865 feat(browser-extension): improve content script 2022-08-02 21:03:43 +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
98ded565ac feat(browser-extension): add snackbar resources 2022-07-20 10:13:56 +02:00
wanhose
5fe78adb87 fix(browser-extension): browser detection 2022-06-22 00:01:10 +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
1463f9bafe fix(browser-extension): skip match already matched 2022-05-19 15:52:10 +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
e5285cb885 feat(browser-extension): add attributes to mutation observer 2022-05-17 17:28:40 +02:00
wanhose
b1b9b092b2 fix(browser-extension): background and content minor bugs 2022-05-17 17:04:50 +02:00
wanhose
f26a17b4f8 fix(browser-extension): popup enables icon 2022-05-17 17:02:47 +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
edc4cd6a8a fix(browser-extension): one last minor bug 2022-05-12 20:41:13 +02:00
wanhose
516afb1c25 fix(browser-extension): minor bugs 2022-05-12 19:58:52 +02:00
wanhose
a88fa9fedd feat(browser-extension): add skip logic and improve infinitely code solving many bugs 2022-05-06 13:18:57 +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
18391fae2f chore: set print width to 100 2022-05-06 12:20:41 +02:00
wanhose
0b9193e3e4 refactor(packages): migrate to yarn workspaces 2022-05-05 17:19:35 +02:00