Compare commits

...

2 Commits
v1.1.9 ... main

Author SHA1 Message Date
Andrei O 765fbeb8fc
'brave-detection-blocker@v1.2.1' 2023-02-05 22:17:51 +02:00
Andrei O de44207f3a
changes: for 1.2.1 2023-02-05 22:16:56 +02:00
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
[Back to README.md](README.md)
## 1.2.1
- scrap everything found better method of removing brave field without cloning
- reverse code to block brave Solana/EVMwallets instead ask the user to disable them manually if he wishes better privacy
## 1.1.9
- scrap everything found better method of removing brave field without cloning
- reverse code to block brave Solana/EVMwallets instead ask the user to disable them manually if he wishes better privacy

View File

@ -3,8 +3,8 @@
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.1.9",
"version_name": "1.1.9",
"version": "1.2.1",
"version_name": "1.2.1",
"permissions": [],
"content_scripts": [
{
@ -28,7 +28,7 @@
"web_accessible_resources": [
{
"resources": [ "block-script.js" ],
"matches": [ "https://*/*" ]
"matches": [ "https://*/*", "http://*/*" ]
}
],
"icons": {

View File

@ -1,6 +1,6 @@
{
"name": "brave-detection-blocker",
"version": "1.1.9",
"version": "1.2.1",
"description": "Brave extension to block detection of brave browser.",
"main": "block-script.js",
"scripts": {