diff --git a/data/FilterList.json b/data/FilterList.json
index 1830b8231..7adc5b753 100644
--- a/data/FilterList.json
+++ b/data/FilterList.json
@@ -5861,7 +5861,7 @@
"publishedDate": null,
"submissionUrl": null,
"syntaxId": null,
- "viewUrl": "http://mirror1.malwaredomains.com/files/Skype-resolvers.txt"
+ "viewUrl": "https://mirror1.malwaredomains.com/files/Skype-resolvers.txt"
},
{
"id": 305,
diff --git a/data/FilterListMaintainer.json b/data/FilterListMaintainer.json
index 37242f036..6f43aaafd 100644
--- a/data/FilterListMaintainer.json
+++ b/data/FilterListMaintainer.json
@@ -619,6 +619,10 @@
"filterListId": 395,
"maintainerId": 62
},
+ {
+ "filterListId": 83,
+ "maintainerId": 63
+ },
{
"filterListId": 396,
"maintainerId": 63
diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx
index f1c4ea132..4fbbc3a77 100644
--- a/src/FilterLists.Web/ClientApp/components/Home.tsx
+++ b/src/FilterLists.Web/ClientApp/components/Home.tsx
@@ -179,7 +179,7 @@ interface IListLanguageDto {
function SubscribeUrl(props: any) {
return
+ title={"Subscribe to list with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus)."}>
Subscribe
;
-}
\ No newline at end of file
+}
diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx
index ce8b1efb7..7b8d63125 100644
--- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx
+++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx
@@ -159,7 +159,7 @@ function License(props: any) {
function SubscribeUrl(props: any) {
return
+ title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus).` }>
Subscribe
;
}
@@ -360,4 +360,4 @@ interface IListSyntaxDto {
interface ISyntaxSupportedSoftwareDto {
homeUrl: string;
name: string;
-};
\ No newline at end of file
+};