mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-15 03:37:00 -05:00
.
This commit is contained in:
parent
6f276dfe18
commit
8285993201
@ -1,5 +1,5 @@
|
||||
{
|
||||
"addons": {
|
||||
"addons":{
|
||||
"isat@addon.crimeflare.eu.org": {
|
||||
"updates": [
|
||||
{
|
||||
|
@ -1,2 +0,0 @@
|
||||
# This object was moved to
|
||||
# https://0xacab.org/dCF/antitor_domains
|
@ -1,2 +0,0 @@
|
||||
# This object was moved to
|
||||
# https://0xacab.org/dCF/cloudflare_domains
|
@ -27,7 +27,7 @@ It is your collection; this add-on never send it online.
|
||||
This add-on does not make internet connection by default.
|
||||
This option is disabled by default.
|
||||
If you enable above option, the add-on will lookup only domain name (e.g. `https://www.mozilla.org/blog/ -> send only "mozilla.org"`) with [Karma API](../service/karma_api.md) service.
|
||||
And if the domain is listed in our Cloudflare Domain list, the add-on will block/redirect/notify you based on your preferences.
|
||||
And if the domain is listed in our Cloudflare Domain list the add-on will take action based on your preferences.
|
||||
|
||||
|
||||
|
||||
@ -35,4 +35,4 @@ And if the domain is listed in our Cloudflare Domain list, the add-on will block
|
||||
|
||||
- Looking for `Palemoon`? [Block Cloudflare Requests (Palemoon)](../../tool/block_cloudflare_requests_pm)
|
||||
- Download add-on
|
||||
- From Git: [FirefoxESR](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/bcma.xpi) / [Chromium / Edge](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/bcma.crx)
|
||||
- From Git: [Firefox ESR](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/bcma.xpi) / [Chromium / Edge](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/bcma.crx)
|
||||
|
@ -42,4 +42,4 @@ This add-on never send other information.
|
||||
|
||||
- [API Self-host Guide](../../tool/api_for_ismm_isat/)
|
||||
- Download add-on
|
||||
- From Git: [FirefoxESR](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/isat.xpi) / [Chromium / Edge](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/isat.crx)
|
||||
- From Git: [Firefox ESR](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/isat.xpi) / [Chromium / Edge](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/isat.crx)
|
||||
|
@ -52,4 +52,4 @@ This add-on never send other information.
|
||||
|
||||
- [API Self-host Guide](../../tool/api_for_ismm_isat/)
|
||||
- Download add-on
|
||||
- From Git: [FirefoxESR](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/ismm.xpi) / [Chromium / Edge](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/ismm.crx)
|
||||
- From Git: [Firefox ESR](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/ismm.xpi) / [Chromium / Edge](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/ismm.crx)
|
||||
|
@ -19,4 +19,4 @@ Your domain collection is yours.
|
||||
|
||||
|
||||
- Download add-on
|
||||
- From Git: [FirefoxESR](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/urjm.xpi) / [Chromium / Edge](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/urjm.crx)
|
||||
- From Git: [Firefox ESR](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/urjm.xpi) / [Chromium / Edge](https://0xacab.org/dCF/deCloudflare/-/raw/master/addons/releases/urjm.crx)
|
||||
|
@ -3,7 +3,7 @@
|
||||
`Cancel requests to Cloudflare sites`
|
||||
|
||||
|
||||
This add-on is for [Palemoon browser](https://en.wikipedia.org/wiki/Pale_Moon_(web_browser)). (Firefox [here](../../subfiles/about.bcma.md))
|
||||
This add-on is for [Palemoon browser](https://en.wikipedia.org/wiki/Pale_Moon_(web_browser)) only. (Firefox [here](../../subfiles/about.bcma.md))
|
||||
|
||||
|
||||
- This **does NOT** mean we endorse Palemoon. [Learn about wolfbeast](../../cloudflare_users/README.md).
|
||||
|
@ -2476,7 +2476,7 @@ if (myConfig['cf'] != sCFGFV) {
|
||||
console.log("\n /// CrimeFlare Welcome You! ///\n");
|
||||
console.log(' Thank you for downloading cfdomains.');
|
||||
console.log(" Please type 'resist' if you wish to continue.\n");
|
||||
rl.question(' Cloudflare, the thing I must ', (l) => {
|
||||
rl.question(' Cloudflare, the thing we must ', (l) => {
|
||||
rl.close();
|
||||
if (l.indexOf('resist') == 0) {
|
||||
myConfig['cf'] = sCFGFV;
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"addons": {
|
||||
"addons":{
|
||||
"cfsstats@searxes.eu.org": {
|
||||
"updates": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user