63 Commits

Author SHA1 Message Date
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
ca07c4c32e feat(browser-extension): add ability to refresh database manually through popup 2024-08-03 14:00:42 +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
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
59f3d7023d feat(browser-extension): adapt code to new API response 2024-04-03 21:19:07 +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
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
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
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
c8d1f927b3 feat(browser-extension): skip ready state check in some cases 2023-09-29 17:12:08 +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
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
6f18d4694f fix(data): skip accounts google 2022-12-01 18:07:38 +01:00
02f0c20014 fix(browser-extension): empty bootstrap backdrops 2022-12-01 17:01:47 +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
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