123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- diff --git a/uriloader/exthandler/HandlerList.sys.mjs b/uriloader/exthandler/HandlerList.sys.mjs
- index 04b9205..ff3aec5 100644
- --- a/uriloader/exthandler/HandlerList.sys.mjs
- +++ b/uriloader/exthandler/HandlerList.sys.mjs
- @@ -11,229 +11,25 @@ this.kHandlerListVersion = 1;
- this.kHandlerList = {
- default: {
- schemes: {
- - mailto: {
- + irc: {
- handlers: [
- {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- + name: "KiwiIRC",
- + uriTemplate: "https://web.libera.chat/?url=%s",
- },
- ],
- },
- - },
- - },
- - cs: {
- - schemes: {
- - mailto: {
- + ircs: {
- handlers: [
- {
- - name: "Seznam",
- - uriTemplate: "https://email.seznam.cz/newMessageScreen?mailto=%s",
- - },
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- + name: "KiwiIRC",
- + uriTemplate: "https://web.libera.chat/?url=%s",
- },
- ],
- },
- - },
- - },
- - csb: {
- - schemes: {
- mailto: {
- handlers: [
- {
- - name: "Poczta Interia.pl",
- - uriTemplate: "http://poczta.interia.pl/mh/?mailto=%s",
- - },
- - {
- - name: "OnetPoczta",
- - uriTemplate: "http://poczta.onet.pl/napisz.html?uri=%s",
- - },
- - ],
- - },
- - },
- - },
- - "es-CL": {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - {
- - name: "Outlook",
- - uriTemplate:
- - "https://outlook.live.com/default.aspx?rru=compose&to=%s",
- - },
- - ],
- - },
- - },
- - },
- - "ja-JP-mac": {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Yahoo!メール",
- - uriTemplate: "https://mail.yahoo.co.jp/compose/?To=%s",
- - },
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - ],
- - },
- - },
- - },
- - ja: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Yahoo!メール",
- - uriTemplate: "https://mail.yahoo.co.jp/compose/?To=%s",
- - },
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - ],
- - },
- - },
- - },
- - kk: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Яндекс.Почта",
- - uriTemplate: "https://mail.yandex.ru/compose?mailto=%s",
- - },
- - {
- - name: "Mail.Ru",
- - uriTemplate: "https://e.mail.ru/cgi-bin/sentmsg?mailto=%s",
- - },
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - ],
- - },
- - },
- - },
- - ltg: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - {
- - name: "inbox.lv mail",
- - uriTemplate: "https://mail.inbox.lv/compose?to=%s",
- - },
- - ],
- - },
- - },
- - },
- - lv: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - {
- - name: "inbox.lv mail",
- - uriTemplate: "https://mail.inbox.lv/compose?to=%s",
- - },
- - ],
- - },
- - },
- - },
- - pl: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Poczta Interia.pl",
- - uriTemplate: "https://poczta.interia.pl/mh/?mailto=%s",
- - },
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - ],
- - },
- - },
- - },
- - ru: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Яндекс.Почту",
- - uriTemplate: "https://mail.yandex.ru/compose?mailto=%s",
- - },
- - {
- - name: "Mail.Ru",
- - uriTemplate: "https://e.mail.ru/cgi-bin/sentmsg?mailto=%s",
- - },
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - ],
- - },
- - },
- - },
- - sah: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Яндекс.Почта",
- - uriTemplate: "https://mail.yandex.ru/compose?mailto=%s",
- - },
- - {
- - name: "Mail.Ru",
- - uriTemplate: "https://e.mail.ru/cgi-bin/sentmsg?mailto=%s",
- - },
- - ],
- - },
- - },
- - },
- - uk: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - {
- - name: "Outlook",
- - uriTemplate:
- - "https://outlook.live.com/default.aspx?rru=compose&to=%s",
- - },
- - ],
- - },
- - },
- - },
- - uz: {
- - schemes: {
- - mailto: {
- - handlers: [
- - {
- - name: "Gmail",
- - uriTemplate: "https://mail.google.com/mail/?extsrc=mailto&url=%s",
- - },
- - {
- - name: "Mail.Ru",
- - uriTemplate: "https://e.mail.ru/cgi-bin/sentmsg?mailto=%s",
- },
- ],
- },
|