mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
5fecaea662
commit
3dba5db8d3
2 changed files with 3 additions and 3 deletions
|
|
@ -223,7 +223,7 @@ function SubscribeUrl(props: any) {
|
|||
|
||||
function SubscribeUrlNotSecure() {
|
||||
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&title=${encodeURIComponent(props.name)}`}
|
||||
className="btn btn-warning btn-block"
|
||||
className="btn btn-danger btn-block"
|
||||
title={`Not Secure - Subscribe to list with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus).`}>
|
||||
Subscribe
|
||||
</a>;
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ function SubscribeUrl(props: any) {
|
|||
|
||||
function SubscribeUrlNotSecure() {
|
||||
return <a href={`abp:subscribe?location=${encodeURIComponent(props.url)}&title=${encodeURIComponent(props.name)}`}
|
||||
className="d-block d-sm-none btn btn-warning btn-block fl-btn-details-action"
|
||||
className="d-block d-sm-none btn btn-danger btn-block fl-btn-details-action"
|
||||
title={`Not Secure - Subscribe to list with browser extension supporting \"abp:\" protocol (e.g. uBlock Origin, AdBlock Plus).`}>
|
||||
Subscribe
|
||||
</a>;
|
||||
|
|
@ -224,7 +224,7 @@ function ViewUrl(props: any) {
|
|||
|
||||
function ViewUrlNotSecure() {
|
||||
return <a href={props.url}
|
||||
className="btn btn-warning fl-btn-details-action"
|
||||
className="btn btn-danger fl-btn-details-action"
|
||||
title={`Not Secure - View ${props.name} in its raw format.`}>
|
||||
View
|
||||
</a>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue