mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Merge pull request #341 from DandelionSprout/patch-3
Some minor brushups
This commit is contained in:
commit
32ebadf992
4 changed files with 9 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -619,6 +619,10 @@
|
|||
"filterListId": 395,
|
||||
"maintainerId": 62
|
||||
},
|
||||
{
|
||||
"filterListId": 83,
|
||||
"maintainerId": 63
|
||||
},
|
||||
{
|
||||
"filterListId": 396,
|
||||
"maintainerId": 63
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ interface IListLanguageDto {
|
|||
function SubscribeUrl(props: any) {
|
||||
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&title=${encodeURIComponent(props.name)}`}
|
||||
className="btn btn-primary btn-block"
|
||||
title={"Subscribe to list with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus)."}>
|
||||
title={"Subscribe to list with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus)."}>
|
||||
Subscribe
|
||||
</a>;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ function License(props: any) {
|
|||
function SubscribeUrl(props: any) {
|
||||
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&title=${encodeURIComponent(props.name)}`}
|
||||
className="d-block d-sm-none btn btn-primary fl-btn-details-action"
|
||||
title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus).` }>
|
||||
title={ `Subscribe to ${props.name} with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus).` }>
|
||||
Subscribe
|
||||
</a >;
|
||||
}
|
||||
|
|
@ -360,4 +360,4 @@ interface IListSyntaxDto {
|
|||
interface ISyntaxSupportedSoftwareDto {
|
||||
homeUrl: string;
|
||||
name: string;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue