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 f9a86d6 commit 2619f5fCopy full SHA for 2619f5f
.github/workflows/ads.yml
@@ -29,7 +29,7 @@ jobs:
29
git checkout -b Ad-Free origin/main
30
fi
31
32
- - name: Remove ad script block from m.js
+ - 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
35
@@ -38,8 +38,8 @@ jobs:
38
if git diff --quiet; then
39
echo "No changes detected"
40
else
41
- git add static/assets/js/m.js
42
- git commit -m "Remove ad injection block from m.js"
+ git add static/assets/js/m1.js
+ git commit -m "Remove ad injection block from m1.js"
43
44
45
- name: Push changes
0 commit comments