Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 1792ca7

Browse files
committed
Latest update once again
1 parent d353335 commit 1792ca7

12 files changed

+46
-273757
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.venv/
2+
node_modules/

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,19 @@
2020
Setup an override with the following settings:
2121
```
2222
- Tab URL: *
23-
- From: https://*.acellus.com/static/js/main*
23+
- From: https://*.acellus.com/static/js/*
2424
- To: https://google.com
2525
```
2626
You can replace `https://google.com` with any other site.
27-
Why? Because this will stop the unpatched script from loading thanks to Acellus' retarded CSP policy.
27+
Why? Because this will stop the unpatched script from loading due to both CSP and a mismatched content type.
28+
29+
Also setup a "Change Headers" rule with the following settings:
30+
```
31+
- Tab URL: *
32+
- For: https://*.acellus.com/*
33+
- Request Headers: none
34+
- Response Headers: Remove "Content-Security-Policy"
35+
```
2836

2937

3038
### Step 2: Install Code-Injector

chunk/1065.c991cf03.chunk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chunk/1518.cd21ac22.chunk.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chunk/1668.bdf71853.chunk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chunk/3337.ebb837e3.chunk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chunk/5881.f8266da1.chunk.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)