[DOCS] Add donate section (#1693)

This commit is contained in:
Carmelo Messina
2025-02-22 10:10:53 +01:00
parent fdee8dfcae
commit 5d21c009e4
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -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).
+1 -2
View File
@@ -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.