Commit Graph

82 Commits

Author SHA1 Message Date
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
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