mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tidy beerpay
This commit is contained in:
parent
10ee642827
commit
05f1b75f9e
2 changed files with 3 additions and 7 deletions
8
.github/README.md
vendored
8
.github/README.md
vendored
|
|
@ -3,6 +3,7 @@
|
|||
[](https://filterlists.com/)
|
||||
[](https://travis-ci.org/collinbarrett/FilterLists)
|
||||
[](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE)
|
||||
[](https://beerpay.io/collinbarrett/FilterLists) [](https://beerpay.io/collinbarrett/FilterLists?focus=wish)
|
||||
|
||||
FilterLists is the independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
|
||||
|
||||
|
|
@ -53,9 +54,4 @@ FilterLists does not condone or endorse implementing any particular FilterList o
|
|||
|
||||
### Privacy
|
||||
|
||||
We respect your privacy. That is the whole point of this site. The only minor data we collect about visitors is what [CloudFlare](https://www.cloudflare.com/analytics/), [Application Insights](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-data-retention-privacy), and [GitHub](https://help.github.com/articles/github-privacy-statement/) capture.
|
||||
|
||||
## Support on Beerpay
|
||||
Hey dude! Help me out for a couple of :beers:!
|
||||
|
||||
[](https://beerpay.io/collinbarrett/FilterLists) [](https://beerpay.io/collinbarrett/FilterLists?focus=wish)
|
||||
We respect your privacy. That is the whole point of this site. The only minor data we collect about visitors is what [CloudFlare](https://www.cloudflare.com/analytics/), [Application Insights](https://docs.microsoft.com/en-us/azure/application-insights/app-insights-data-retention-privacy), and [GitHub](https://help.github.com/articles/github-privacy-statement/) capture.
|
||||
|
|
@ -21,7 +21,7 @@ export class Layout extends React.Component<ILayoutProps, {}> {
|
|||
</div>
|
||||
<div className="row justify-content-center">
|
||||
<p className="mt-2 ml-1 mr-1">
|
||||
<a href="https://filterlists.com/api/docs/index.html">API</a> | <a href="https://github.com/collinbarrett/FilterLists">GitHub</a> | By <a href="https://collinmbarrett.com/">Collin M. Barrett</a>
|
||||
<a href="https://filterlists.com/api/docs/index.html">API</a> | <a href="https://github.com/collinbarrett/FilterLists">GitHub</a> | <a href="https://beerpay.io/collinbarrett/FilterLists">Donate</a> | By <a href="https://collinmbarrett.com/">Collin M. Barrett</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue