diff --git a/README.md b/README.md index 3dd2096f..fa335a7e 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,10 @@ For any usage or development discussion please use GitHub Discussions: https://g thanks to [austinhuang0131](https://github.com/austinhuang0131) for the svg icon +# Donate + +If you want, you can donate to support cromite development through [paypal](https://www.paypal.com/pools/c/9cwNgAQhRL). + # License Cromite is published under [GNU GPL v3](./LICENSE). diff --git a/docs/FAQ.md b/docs/FAQ.md index e6c0f086..27354627 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -72,8 +72,7 @@ ADB is developed in c++ while uBlock is an extension in javascript. Currently, s ADB in Cromite is enhanced with support for cname uncloaking and blocking even in workers (a unique feature of Cromite). Support for "acceptable ads" has been completely removed. ## Why don't you accept donations? -I haven't decided yet. Currently the motivation is that I have no time or desire to understand how donations work in my country and with my current job position. -Fortunately, I don't need it for now. +I haven't decided yet. I'm giving it a try. ## Why is JIT disabled by default? How to enable JIT selectively per site? JIT stands for Just-In-Time compilation and is a feature of chromium v8 which is the module responsible for executing javascript code. The purpose of JIT is to compile javascript to speed up its execution.