Commit Graph

461 Commits

Author SHA1 Message Date
ManeraKai 1a0e640e3c
Fixed a bug in upgrading popupServices settings https://github.com/libredirect/browser_extension/issues/829 2023-11-19 17:42:01 +03:00
Daniel 57c978b648 Add jsdoc types for some functions
For VSCode completion
2023-11-11 18:12:36 +01:00
ManeraKai e21da3ec14
Added support for Chromium Sync https://github.com/libredirect/browser_extension/issues/838 2023-10-25 22:06:20 +03:00
ManeraKai fb9acd1539
Added Bypass & Bypass In New Tab https://codeberg.org/LibRedirect/browser_extension/issues/112 2023-10-21 22:34:48 +03:00
ManeraKai 8649bad9b9
Avoided Redundancy in ping test https://github.com/libredirect/browser_extension/issues/827 2023-10-21 20:11:34 +03:00
ManeraKai 27602cb94a
Re-added Send, Paste Text, and Jitsi https://codeberg.org/LibRedirect/browser_extension/issues/109 2023-10-19 00:08:11 +03:00
ManeraKai 2e1de247ee Add "Redirect (frontend) to Prefferred" https://github.com/libredirect/browser_extension/issues/767 2023-09-18 13:12:09 +03:00
ManeraKai f586207c43
Added cache for ping https://github.com/libredirect/browser_extension/issues/773 2023-09-17 22:49:27 +03:00
ManeraKai bef1db90f5
Cleaning code 2023-09-17 22:13:40 +03:00
ManeraKai 6b8e03fb8e
Cleaned code. Fixed not able to select popup buttons with keyboard https://codeberg.org/LibRedirect/browser_extension/issues/106 2023-09-17 22:01:02 +03:00
ManeraKai 1aa49d26e2
Added some accessible attributes https://github.com/libredirect/browser_extension/issues/810 2023-09-17 19:38:07 +03:00
ManeraKai 94a4ba8b85
Added strings for localization https://github.com/libredirect/browser_extension/issues/805 2023-09-03 14:53:50 +03:00
ManeraKai e06a0a1a97
Added x.com support https://github.com/libredirect/browser_extension/issues/799. fixed bug in settings 2023-09-02 12:19:19 +03:00
ManeraKai 8a509cbfbc
Fixed wrong instances list appearing 2023-08-31 18:12:33 +03:00
ManeraKai 51a7639c64
Added SafeTwitch https://github.com/libredirect/browser_extension/issues/760 2023-07-29 20:36:08 +03:00
ManeraKai 426555c0fa
Improved UI for narrow screens https://github.com/libredirect/browser_extension/issues/748 2023-07-29 00:19:25 +03:00
ManeraKai 0af6eac7d2
Added a chosen info for chosen instances from the public list https://github.com/libredirect/browser_extension/issues/754 2023-07-23 23:08:31 +03:00
ManeraKai cc0df130a2 Removed Import/Export Sync for Chromium https://github.com/libredirect/browser_extension/issues/768 2023-07-23 21:48:34 +03:00
ManeraKai 3d883f52ab
Added Indestructables https://codeberg.org/LibRedirect/browser_extension/issues/91 . Fixed bugs in embedFrontend https://github.com/libredirect/browser_extension/issues/624 2023-06-20 11:20:32 +03:00
ManeraKai 39a19e56cc
Re-added EmbedFrontend https://github.com/libredirect/browser_extension/issues/624 2023-06-20 02:47:28 +03:00
ManeraKai 84f0f02a6d
Cleaned up 2023-06-02 18:11:33 +03:00
ManeraKai f37ade9a93
Added Export/Import Settings Sync https://github.com/libredirect/browser_extension/issues/576 2023-05-31 20:21:46 +03:00
ManeraKai d813226928
Renamed Unsupported paths handling => Unsupported iframes handling https://github.com/libredirect/browser_extension/issues/648 2023-05-30 11:33:56 +03:00
ManeraKai 7ff510a1f1
Added Binternet https://codeberg.org/LibRedirect/browser_extension/issues/87 2023-05-29 12:02:23 +03:00
ManeraKai 2edc497f2a
Added Redirect as a shortcut 2023-05-28 11:04:33 +03:00
ManeraKai f93de9220c
Added shortcut for Redirect To Original 2023-05-28 08:42:52 +03:00
Glen Lowland a659c520f0 Fix "Search LibRedirect" from context menu
When you try to select a text on a page and click a "Search LibRedirect"
on Google Chrome - it does not redirect to the frontend and shows error page.
After an investigation and debug, I saw Chrome passes details.initiator = "null" for such requests.
Handle this case in code and allow redirects.
2023-05-25 18:12:59 +01:00
ManeraKai 822e624bb9
Added version to export settings filename 2023-05-25 13:51:07 +03:00
ManeraKai a477879c35
Added In New Tab options for context menus https://github.com/libredirect/browser_extension/issues/675 2023-05-25 08:17:47 +03:00
ManeraKai 12dd59e290
Added communication to Frontends Manager. 2.5.4 => 2.6.0 2023-05-19 15:38:04 +03:00
ManeraKai 00dadbe766
Made side bar links dim when disabled https://github.com/libredirect/browser_extension/issues/705 2023-05-18 11:45:46 +03:00
ManeraKai f9216e509b
Added ping to Added Custom Instances https://github.com/libredirect/browser_extension/issues/680 2023-05-16 19:46:21 +03:00
ManeraKai d7dfe5989a
Re-added LibreSpeed https://github.com/libredirect/browser_extension/issues/170 2023-05-16 15:38:20 +03:00
ManeraKai dc748e8336 Supporting Frontends Manager better + A small fix 2023-05-14 19:19:08 +03:00
ManeraKai cf45e7b8c7
Documented the .libredirect.invalid urls better https://github.com/libredirect/browser_extension/issues/671 2023-05-14 14:42:23 +03:00
ManeraKai 8f8c2a24e4
Fixed exclusions in a better way https://github.com/libredirect/browser_extension/issues/665 2023-05-12 08:57:20 +03:00
ManeraKai 03d0b41a7f
ignored http from url exclusions https://github.com/libredirect/browser_extension/issues/665. Cleaned other things 2023-05-12 08:48:16 +03:00
ManeraKai 488997d66a
Some tweaks to the options page 2023-05-09 08:58:34 +03:00
ManeraKai a27bc41109 Merge branch 'popup' of https://github.com/sittaneumayer/libredirect into sittaneumayer-popup 2023-05-09 08:48:05 +03:00
sittaneumayer f75c293578 Refactor popup menu
Buttons are hidden unless needed
Removed duplicate and unused code
2023-05-04 19:56:18 +03:00
sittaneumayer 33435342e9 Allow access to 'Show in popup' checkbox while the service is disabled 2023-05-04 19:55:09 +03:00
ManeraKai d7848d6730
Added option for localhost frontends 2023-04-19 21:35:21 +03:00
ManeraKai 2b2ca488c2
Fixed libretranslate not working https://github.com/libredirect/libredirect/issues/678 2023-04-14 18:55:07 +03:00
ManeraKai 43fb8406a3
Fixed LibRedirect breaking reuqests https://github.com/libredirect/libredirect/issues/669 2023-03-26 10:31:42 +03:00
ManeraKai fdfd940e63
Added context menu buttons to the popup 2023-03-10 13:12:17 +03:00
ManeraKai ec1b517639
Fixed bug in RedirectType in settings 2023-03-06 18:46:55 +03:00
ManeraKai e3474b4b96
Changed some strings 2023-03-06 17:44:06 +03:00
ManeraKai a78e337f9e
Fixed chromium detection 2023-03-06 17:27:24 +03:00
ManeraKai 5757aa56d2
Fixed bookmarks context menu not working https://github.com/libredirect/libredirect/issues/646 2023-03-06 16:59:24 +03:00
ManeraKai 10b4fd9601
Fixed reverse tab for context menu for chromium 2023-03-05 20:07:11 +03:00