├── README.md └── filter /README.md: -------------------------------------------------------------------------------- 1 | # Adblock Filter list for Malicious Frontends 2 | 3 | Recently, various DeFi frontends have taken to using various malicious companies to surveil and block Ethereum addresses perceived as "suspicious" from using their services. This has led to [predictable](https://twitter.com/justinsuntron/status/1558397647165091840) and [hilarious](https://twitter.com/DrSoldmanGachs/status/1558377643917312000) results. 4 | 5 | This repository contains a list of filters for AdBlock which ought to prevent these frontends from blocking their users. 6 | 7 | To import these rules, simply go to your AdBlock settings, navigate to "Filter Lists", and add the following URL: 8 | 9 | `https://raw.githubusercontent.com/ape-dev-cs/unblock-dapps/master/filter` 10 | 11 | This has been built & tested around uBlock Origin, but should be compatible with all browser extension ad-blockers. 12 | 13 | ### Supported Frontends: 14 | - [AAVE](https://aave.com) 15 | - [Uniswap](https://uniswap.org) 16 | - [Oasis](https://oasis.app) 17 | - [Balancer](https://balancer.fi) 18 | 19 | 20 | ### Additional frontends 21 | 22 | If you encounter any other frontends which maliciously block users, please feel free to open an issue, and I'll see what I can do to support it. 23 | 24 | Note that some frontends may require a higher level of complexity to unblock, such as a GreaseMonkey/TamperMonkey script. -------------------------------------------------------------------------------- /filter: -------------------------------------------------------------------------------- 1 | ! AAVE pings this URL with your address, if you block it the app will behave normally 2 | https://aave-api-v2.aave.com/addresses/status 3 | 4 | ! Uniswap pings this URL with your address, if you block it the app will behave normally 5 | https://screening-worker.uniswap.workers.dev 6 | 7 | ! Oasis pings this URL with your address, if you block it the app will behave normally 8 | https://oasis.app/api/risk 9 | 10 | ! Balancer pings this URL with your address, if you block it the app will behave normally 11 | https://api.balancer.fi/sanctions-check --------------------------------------------------------------------------------