We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2619f5f commit c76ef4cCopy full SHA for c76ef4c
1 file changed
.github/workflows/ads.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Remove ad script block from m1.js
33
run: |
34
- sed -i '/const blockedHostnames/,/document.body.appendChild(script);/d' static/assets/js/m1.js
+ sed -i '/const blockedHostnames/,/^\s*}\s*$/d' static/assets/js/m1.js
35
36
- name: Commit changes
37
0 commit comments